Home
last modified time | relevance | path

Searched refs:oStoreProperties (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java293 PropertyValue[] oStoreProperties; in store() local
296 oStoreProperties = new PropertyValue[2]; in store()
297 oStoreProperties[0] = new PropertyValue(); in store()
298 oStoreProperties[0].Name = "FilterName"; in store()
299 oStoreProperties[0].Value = FilterName; in store()
300 oStoreProperties[1] = new PropertyValue(); in store()
301 oStoreProperties[1].Name = "InteractionHandler"; in store()
302oStoreProperties[1].Value = UnoRuntime.queryInterface(XInteractionHandler.class, xMSF.createInstan… in store()
306 oStoreProperties = new PropertyValue[0]; in store()
310 xStoreable.storeToURL(StorePath, oStoreProperties); in store()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java1023 PropertyValue[] oStoreProperties = new PropertyValue[1]; in storeDatabaseDocumentToTempPath() local
1024 oStoreProperties[0] = Properties.createProperty("FilterName", "writer8"); in storeDatabaseDocumentToTempPath()
1026 xStoreable.storeAsURL(storepath, oStoreProperties); in storeDatabaseDocumentToTempPath()

Completed in 29 milliseconds