Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java224 String StorePath; in getStorePath() local
227StorePath = FileAccess.getOfficePath(m_xMSF, "Temp", xSimpleFileAccess) + "/" + StoreName; in getStorePath()
228 return StorePath; in getStorePath()
/aoo4110/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java288 …public static boolean store(XMultiServiceFactory xMSF, XComponent xComponent, String StorePath, St… in store() argument
310 xStoreable.storeToURL(StorePath, oStoreProperties); in store()
314 xStoreable.storeAsURL(StorePath, oStoreProperties); in store()

Completed in 23 milliseconds