Home
last modified time | relevance | path

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

/aoo4110/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java57 private String tempPath = "uno/sw/temp/" ; field in CheckDateTimeField
70 FileUtil.deleteFile(Testspace.getFile(tempPath)); in tearDownDocument()
99 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateTimeFieldSaveDoc()
118 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); in testCreateTimeFieldSaveODT()
168 String url = Testspace.getUrl(tempPath + tempFileName + ".doc"); in testCreateDateFieldSaveDoc()
187 String url = Testspace.getUrl(tempPath + tempFileName + ".odt"); in testCreateDateFieldSaveODT()
/aoo4110/main/migrationanalysis/src/wizard/
H A DRunServer.bas182 Dim tempPath As String variable
184 tempPath = fso.GetSpecialFolder(TemporaryFolder).Path
185 If (tempPath = "") Then tempPath = "."
186 logFileName = fso.GetAbsolutePathName(tempPath & "\LauchDrivers.log")
/aoo4110/main/wizards/com/sun/star/wizards/web/
H A DStylePreview.java137 …String tempPath = FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames… in createTempDir() local
138 String s = fileAccess.createNewDir(tempPath, "wwiz"); in createTempDir()
/aoo4110/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx219 OUString tempPath; in makeAbsoluteFileUrl() local
220 if ( osl_getSystemPathFromFileURL( sys_path.pData, &tempPath.pData) == osl_File_E_None ) in makeAbsoluteFileUrl()

Completed in 25 milliseconds