Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java292 XStorable xStoreable = UnoRuntime.queryInterface(XStorable.class, xComponent); in store() local
310 xStoreable.storeToURL(StorePath, oStoreProperties); in store()
314 xStoreable.storeAsURL(StorePath, oStoreProperties); in store()
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java502 … XStorable xStoreable = UnoRuntime.queryInterface(XStorable.class, agendaTemplate.document); in finishWizard() local
503 xStoreable.store(); in finishWizard()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java1022 XStorable xStoreable = UnoRuntime.queryInterface( XStorable.class, _xcomponent ); in storeDatabaseDocumentToTempPath() local
1026 xStoreable.storeAsURL(storepath, oStoreProperties); in storeDatabaseDocumentToTempPath()

Completed in 123 milliseconds