Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java1020 … String storepath = FileAccess.getOfficePath(xMSF, "Temp", xSimpleFileAccess) + "/" + _storename; in storeDatabaseDocumentToTempPath() local
1024 storepath += ".odt"; in storeDatabaseDocumentToTempPath()
1025 xStoreable.storeAsURL(storepath, oStoreProperties); in storeDatabaseDocumentToTempPath()