Searched refs:tempPath (Results 1 – 4 of 4) sorted by relevance
57 private String tempPath = "uno/sw/temp/" ; field in CheckDateTimeField70 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()
182 Dim tempPath As String variable184 tempPath = fso.GetSpecialFolder(TemporaryFolder).Path185 If (tempPath = "") Then tempPath = "."186 logFileName = fso.GetAbsolutePathName(tempPath & "\LauchDrivers.log")
137 …String tempPath = FileAccess.getOfficePath(xmsf, "Temp", PropertyNames.EMPTY_STRING, PropertyNames… in createTempDir() local138 String s = fileAccess.createNewDir(tempPath, "wwiz"); in createTempDir()
219 OUString tempPath; in makeAbsoluteFileUrl() local220 if ( osl_getSystemPathFromFileURL( sys_path.pData, &tempPath.pData) == osl_File_E_None ) in makeAbsoluteFileUrl()
Completed in 25 milliseconds