Home
last modified time | relevance | path

Searched refs:saveDocumentAs (Results 1 – 25 of 130) sorted by relevance

123456

/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/libreoffice/
H A DLOKitThread.java272 mTileProvider.saveDocumentAs(filePath, "odt"); in loadNewDocument()
274 mTileProvider.saveDocumentAs(filePath, "ods"); in loadNewDocument()
276 mTileProvider.saveDocumentAs(filePath, "odp"); in loadNewDocument()
278 mTileProvider.saveDocumentAs(filePath, "odg"); in loadNewDocument()
288 private void saveDocumentAs(String filePath, String fileType) { in saveDocumentAs() method in LOKitThread
292 mTileProvider.saveDocumentAs(filePath, fileType); in saveDocumentAs()
318 saveDocumentAs(event.filePath, event.fileType); in processEvent()
H A DTileProvider.java27 void saveDocumentAs(String filePath, String format); in saveDocumentAs() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/libreoffice/
H A DTileProvider.java34 boolean saveDocumentAs(String filePath, String format, boolean takeOwnership); in saveDocumentAs() method
42 boolean saveDocumentAs(String filePath, boolean takeOwnership); in saveDocumentAs() method
H A DLOKitThread.java249 mTileProvider.saveDocumentAs(filePath, true); in loadNewDocument()
258 private void saveDocumentAs(String filePath, String fileType, boolean bTakeOwnership) { in saveDocumentAs() method in LOKitThread
262 mTileProvider.saveDocumentAs(filePath, fileType, bTakeOwnership); in saveDocumentAs()
289 saveDocumentAs(event.filePath, event.fileType, true); in processEvent()
292 saveDocumentAs(event.filePath, event.fileType, false); in processEvent()
H A DLOKitTileProvider.java269 public boolean saveDocumentAs(final String filePath, String format, boolean takeOwnership) { in saveDocumentAs() method in LOKitTileProvider
316 public boolean saveDocumentAs(final String filePath, boolean takeOwnership) { in saveDocumentAs() method in LOKitTileProvider
319 return saveDocumentAs(filePath, "odt", takeOwnership); in saveDocumentAs()
321 return saveDocumentAs(filePath, "ods", takeOwnership); in saveDocumentAs()
323 return saveDocumentAs(filePath, "odp", takeOwnership); in saveDocumentAs()
325 return saveDocumentAs(filePath, "odg", takeOwnership); in saveDocumentAs()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_CommandIDs.h41 saveDocumentAs = 0x300006, enumerator
/dports/devel/gorm/apps-gorm-04554d2/English.lproj/GormShelfPref.gorm/
H A Ddata.classes57 "saveDocumentAs:",
/dports/multimedia/poe/Poe-0.5.1/Resources/GNUstep/English.lproj/BrowserEditor.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/graphics/preview/Preview/English.lproj/Main.gorm/
H A Ddata.classes91 "saveDocumentAs:",
/dports/graphics/preview/Preview/French.lproj/Main.gorm/
H A Ddata.classes91 "saveDocumentAs:",
/dports/audio/cddb-bundle/CDPlayer-0.5.1/English.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/audio/cddb-bundle/CDPlayer-0.5.1/German.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/audio/cddb-bundle/CDPlayer-0.5.1/French.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/devel/gorm/apps-gorm-04554d2/Documentation/Examples/Controller/Controller.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/devel/gorm/apps-gorm-04554d2/Documentation/Examples/SimpleApp/MainMenu.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/WrapperFactory/English.lproj/WrapperFactory.gorm/
H A Ddata.classes100 "saveDocumentAs:",
/dports/audio/gnustep-cdplayer/CDPlayer-0.5.1/English.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/audio/gnustep-cdplayer/CDPlayer-0.5.1/German.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/audio/gnustep-cdplayer/CDPlayer-0.5.1/French.lproj/General.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/science/gtamsanalyzer/GTAMSAnalyzer.src.0.42/Source/MWSummaryReport.gorm/
H A Ddata.classes91 "saveDocumentAs:",
/dports/graphics/price/PRICE-1.3.0/Resources/ProgressPanel.gorm/
H A Ddata.classes91 "saveDocumentAs:",
/dports/graphics/pixen/Pixen-0.1/English.lproj/PXImageSizePrompt.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/graphics/pixen/Pixen-0.1/English.lproj/PXToolProperties.gorm/
H A Ddata.classes92 "saveDocumentAs:",
/dports/devel/gorm/apps-gorm-04554d2/Resources/
H A DClassInformation.plist97 "saveDocumentAs:",
219 "saveDocumentAs:",
/dports/multimedia/poe/Poe-0.5.1/Resources/GNUstep/English.lproj/Preferences.gorm/
H A Ddata.classes92 "saveDocumentAs:",

123456