Home
last modified time | relevance | path

Searched refs:partsToSave (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DWorkbenchPage.java1608 List<IWorkbenchPart> partsToSave = new ArrayList<>(); in closePerspective() local
1636 partsToSave.add(workbenchPart); in closePerspective()
1645 if (!partsToSave.isEmpty()) { in closePerspective()
1646 if (!saveAll(partsToSave, true, true, false, legacyWindow, legacyWindow)) { in closePerspective()
3349 List<IWorkbenchPart> partsToSave = new ArrayList<>(); in resetPerspective() local
3365 partsToSave.add(workbenchPart); in resetPerspective()
3374 if (partsToSave.size() > 0) { in resetPerspective()
3376 postCloseInfo = saveablesList.preCloseParts(partsToSave, true, this.getWorkbenchWindow()); in resetPerspective()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_export.cpp861 …, const QString &extension, Bundler *bundler, const QList<ModelPart*> &partsToSave, bool askForFil… in saveBundledNonAtomicEntity() argument
915 foreach(ModelPart* mp, partsToSave) { in saveBundledNonAtomicEntity()
H A Dmainwindow.h200 …, const QString &extension, Bundler *bundler, const QList<ModelPart*> &partsToSave, bool askForFil…