Home
last modified time | relevance | path

Searched refs:getPath (Results 51 – 75 of 246) sorted by relevance

12345678910

/aoo41x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Graphic.java99 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testNumberingBullet_Graphic()
109 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testNumberingBullet_Graphic()
113 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testNumberingBullet_Graphic()
125 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testNumberingBullet_Graphic()
H A DParagraphNumberingAndBullet_Number_StartWith.java97 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testNumberingBulletStartWith()
107 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testNumberingBulletStartWith()
111 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testNumberingBulletStartWith()
123 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testNumberingBulletStartWith()
H A DParagraphNumberingAndBullet_Graphic_WidthAndHeight.java105 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testNumberingBullet_Graphic()
115 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testNumberingBullet_Graphic()
119 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testNumberingBullet_Graphic()
135 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testNumberingBullet_Graphic()
H A DParagraphBorder.java102 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testParagraphBorderSetting()
112 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testParagraphBorderSetting()
116 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testParagraphBorderSetting()
145 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testParagraphBorderSetting()
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterRelief.java82 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterReliefSetting()
92 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterReliefSetting()
96 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testCharacterReliefSetting()
111 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testCharacterReliefSetting()
H A DInsertCharacterToTable.java83 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCreateTable()
93 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCreateTable()
97 …UnoRuntime.queryInterface(XTextDocument.class,app.loadDocument(Testspace.getPath("output/test.odt"… in testCreateTable()
108 …UnoRuntime.queryInterface(XTextDocument.class,app.loadDocument(Testspace.getPath("output/test.doc"… in testCreateTable()
H A DCharacterStrikeThrough.java98 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterStrikeThroughSetting()
108 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterStrikeThroughSetting()
112 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testCharacterStrikeThroughSetting()
139 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testCharacterStrikeThroughSetting()
H A DCharacterEmphasis.java131 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterEmphasisSetting()
141 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterEmphasisSetting()
145 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testCharacterEmphasisSetting()
187 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testCharacterEmphasisSetting()
H A DCharacterFontname.java150 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testCharacterFontSetting()
160 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testCharacterFontSetting()
164 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testCharacterFontSetting()
227 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testCharacterFontSetting()
/aoo41x/test/testuno/source/fvt/uno/sw/table/
H A DTableCellProtect.java93 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testtableBorderSpacingtoContent()
103 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testtableBorderSpacingtoContent()
107 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testtableBorderSpacingtoContent()
123 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testtableBorderSpacingtoContent()
H A DTableBorderSpacingtoContent.java95 …xStorable_odt.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.odt")), aStoreProperties_o… in testtableBorderSpacingtoContent()
105 …xStorable_doc.storeToURL(FileUtil.getUrl(Testspace.getPath("output/test.doc")), aStoreProperties_d… in testtableBorderSpacingtoContent()
109 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.odt"… in testtableBorderSpacingtoContent()
128 …noRuntime.queryInterface(XTextDocument.class, app.loadDocument(Testspace.getPath("output/test.doc"… in testtableBorderSpacingtoContent()
/aoo41x/test/testgui/source/svt/gui/
H A DTestSample.java119 FileUtil.deleteFile(getPath("temp")); in setUp()
120 File temp = new File(getPath("temp")); in setUp()
131 saveTo = getPath("temp/" + file.getName() + (saveas == null ? "" : "." + saveas)); in setUp()
138 File failedDir = new File(getPath("output/TestSample.Failed")); in tearDown()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java140 createdDirectory = SystemManager.create_directory(testDir.getPath()); in createdSubDirectory()
156 if ( SystemManager.exists_directory(testDir.getPath()) ) { in createdSubDirectory()
207 … System.err.println("Restricted Root privileges. No write access in " + directory.getPath()); in reducedRootWritePrivileges()
248 installData.setGetUidPath(getuidFile.getPath()); in checkForUidFile()
H A DModuleCtrl.java371 packagePath = completePackageFile.getPath(); in setDatabaseSettings()
376 … String log = "<b>Error: Missing required package " + packageFile.getPath() + "</b><br>"; in setDatabaseSettings()
378 …String message = ResourceManager.getString("String_File_Not_Found") + ": " + packageFile.getPath(); in setDatabaseSettings()
481 packagePath = completePackageFile.getPath(); in packageExists()
850 packagePath = completePackageFile.getPath(); in setRequiredNewCoreModules()
855 … String log = "<b>Error: Missing required package " + packageFile.getPath() + "</b><br>"; in setRequiredNewCoreModules()
857 …String message = ResourceManager.getString("String_File_Not_Found") + ": " + packageFile.getPath(); in setRequiredNewCoreModules()
/aoo41x/main/lucene/
H A Dlong_path.patch8 + String path = file.getPath();
29 + if (!directory.getPath().startsWith("\\\\?\\"))
32 + dirName = directory.getPath();
/aoo41x/main/toolkit/test/accessibility/
H A DCanvas.java355 maTree.expandPath (aObjectUnderMouse.getPath()); in mousePressed()
418 maTree.scrollPathToVisible (maActiveObject.getPath()); in highlightObject()
419 maTree.setSelectionPath (maActiveObject.getPath()); in highlightObject()
436 TreePath aPath = event.getPath(); in valueChanged()
/aoo41x/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DDocumentWithHeaderFooter.java81 String saveTo2 = getPath("temp/" + "AOO3.4HeaderFooter.odp"); in testOpenAOO34WithHeaderFooter()
116 String saveTo = getPath("temp/" + "gfdd.ppt"); in testOpenPPTWithHeaderFooter()
132 String saveTo2 = getPath("temp/" + "gfdd.odp"); in testOpenPPTWithHeaderFooter()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java72 String linkCommand = "ln -s " + uniqueLocalDir + " " + installRootTemp.getPath(); in createLocalTempDir()
77 linkCommandArray[3] = installRootTemp.getPath(); in createLocalTempDir()
245 SystemManager.saveCharFileVector(modulesLogFile.getPath(), logContent); in saveModulesLogFile()
286 String completeAdminFileName = adminFile.getPath(); in createAdminFile()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DTestspace.java54 public static String getPath() { in getPath() method in Testspace
58 public static String getPath(String filePath) { in getPath() method in Testspace
148 return FileUtil.deleteFile(getPath(path)); in deleteFile()
/aoo41x/main/scripting/workben/installer/
H A DInstUtil.java164 results.put("NetBeans 3.4", f.getPath()+File.separator); in getNetbeansLocation()
165 System.out.println( "NetBeans Installation directory: " + f.getPath()); in getNetbeansLocation()
375 String windowsPath = URLDecoder.decode( url.getPath() ); in getOfficeVersions()
395 results.put(parts[0].trim(), URLDecoder.decode(url.getPath())); in getOfficeVersions()
/aoo41x/main/odk/source/unoapploader/win/
H A Dunoapploader.c42 char const* getPath();
88 path = getPath(); in WinMain()
160 char const* getPath() in getPath() function
/aoo41x/test/testgui/source/testlib/gui/
H A DAppTool.java92 submitOpenDlg(getPath(path)); in open()
97 submitSaveDlg(getPath(path)); in saveAs()
242 submitOpenDlg(getPath(path)); in insertPicture()
/aoo41x/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java28 import static org.openoffice.test.common.Testspace.getPath;
107 String saveTo = getPath("temp/" + "tempDOC" + i + ".html"); in saveNewSWWithShapeToHTML()
166 String saveTo = getPath("temp/" + "tempDOC" + iterator + type); in saveToOther()
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBuildInBullet.java90 File temp = new File(Testspace.getPath("temp")); in setUpBeforeClass()
107 m_filePath = Testspace.getPath("temp/CheckBuildInBullet.odp"); in setUp()
129 FileUtil.deleteFile(Testspace.getPath("temp")); in tearDown()
/aoo41x/main/odk/source/unoapploader/unx/
H A Dunoapploader.c39 char const* getPath();
76 path = getPath(); in main()
262 char const* getPath() in getPath() function

Completed in 73 milliseconds

12345678910