/aoo4110/main/wizards/com/sun/star/wizards/web/ |
H A D | StylePreview.java | 55 public String tempDir; field in StylePreview 75 tempDir = createTempDir(xmsf); in StylePreview() 77 htmlFilename = FileAccess.connectURLs(tempDir, "wwpreview.html"); in StylePreview() 78 cssFilename = FileAccess.connectURLs(tempDir, "style.css"); in StylePreview() 79 backgroundFilename = FileAccess.connectURLs(tempDir, "images/background.gif"); in StylePreview() 149 fileAccess.delete(tempDir); in removeTempDir()
|
H A D | TOCPreview.java | 57 private String tempDir = null; field in TOCPreview 81 tempDir = tempDir_; in TOCPreview() 82 loadArgs = loadArgs(FileAccess.connectURLs(tempDir, "/index.html")); in TOCPreview() 87 Process.copyStaticImages(ucb, settings, tempDir); in TOCPreview() 102 Process.generate(xmsf, layout, doc, fileAccess, tempDir, task); in refresh() 103 Process.copyLayoutFiles(ucb, fileAccess, settings, layout, tempDir); in refresh()
|
H A D | Process.java | 100 private String tempDir; field in Process 186 …sult = createTempDir(myTask) && export(myTask) && generate(tempDir, myTask) && publish(tempDir, my… in runProcess() 218 tempDir = fileAccess.createNewDir(getSOTempDir(xmsf), "wwiztemp"); in createTempDir() 219 if (tempDir == null) in createTempDir() 256 boolean b = fileAccess.delete(tempDir); in cleanup() 554 return export(settings.cp_DefaultSession.cp_Content, tempDir, task); in export()
|
H A D | WWD_Events.java | 601 … docPreview = new TOCPreview(xMSF, settings, resources, stylePreview.tempDir, myFrame); in documentPreview()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | utils.java | 345 String tempDir = System.getProperty("my.temp"); in getUsersTempDir() local 346 if (tempDir == null) { in getUsersTempDir() 347 tempDir = System.getProperty("my.tmp"); in getUsersTempDir() 348 if (tempDir == null) { in getUsersTempDir() 349 tempDir = System.getProperty("java.io.tmpdir"); in getUsersTempDir() 353 if (tempDir.endsWith(System.getProperty("file.separator"))) { in getUsersTempDir() 354 tempDir = tempDir.substring(0, tempDir.length() - 1); in getUsersTempDir() 357 return tempDir; in getUsersTempDir()
|
/aoo4110/main/unoxml/qa/complex/unoxml/ |
H A D | RDFRepositoryTest.java | 66 String tempDir; field in RDFRepositoryTest 106 tempDir = util.utils.getOfficeTemp/*Dir*/(xMSF); in before() 107 System.out.println("tempdir: " + tempDir); in before() 192 new StreamSimulator(tempDir + "empty.rdf", false, param); in check() 197 new StreamSimulator(tempDir + "empty.rdf", true, param); in check() 288 xFooOut = new StreamSimulator(tempDir + "foo.rdf", false, param); in check() 292 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check() 300 xFooIn = new StreamSimulator(tempDir + "foo.rdf", true, param); in check()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | Controller.java | 201 File tempDir = new File(directory, tempDirName); in reducedRootWritePrivileges() local 203 if ( SystemManager.createDirectory(tempDir) ) { in reducedRootWritePrivileges() 204 SystemManager.removeDirectory(tempDir); in reducedRootWritePrivileges()
|
/aoo4110/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 93 String tempDir; field in DocumentMetadataAccess 149 tempDir = util.utils.getOfficeTemp/*Dir*/(xMSF); in before() 150 System.out.println("tempdir: " + tempDir); in before() 520 file.Value = tempDir + "TESTDMA.odt"; in check() 586 String f = tempDir + "TESTPARA.odt"; in check() 634 final String sNewFile = tempDir + "TESTRDFA.odt"; in checkRDFa()
|
/aoo4110/main/qadevOOo/qa/complex/junitskeleton/ |
H A D | Skeleton.java | 61 String tempDir = graphical.FileHelper.getSystemPathFromFileURL(tempDirURL); in check() local 62 assertTrue("Temp directory doesn't exist.", new File(tempDir).exists()); in check()
|