Searched refs:OfficeFileUrl (Results 1 – 15 of 15) sorted by relevance
| /trunk/main/vcl/qa/complex/memCheck/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 33 return OfficeFileUrl.getAbsolute(new File(pathName, fileName)); in getUrl() 38 return OfficeFileUrl.getAbsolute(new File(pathName)); in getUrl()
|
| /trunk/main/test/java/test/src/main/java/org/openoffice/test/ |
| H A D | OfficeFileUrl.java | 30 public final class OfficeFileUrl { class 37 private OfficeFileUrl() {} in OfficeFileUrl() method in OfficeFileUrl
|
| /trunk/main/sc/qa/complex/calcPreview/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 31 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
|
| /trunk/main/qadevOOo/qa/complex/junitskeleton/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 33 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
|
| /trunk/main/ucb/qa/complex/tdoc/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 31 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
|
| /trunk/main/linguistic/qa/complex/linguistic/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 33 return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); in getUrl()
|
| /trunk/main/framework/qa/complex/loadAllDocuments/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 33 return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); in getUrl()
|
| H A D | CheckXComponentLoader.java | 54 import org.openoffice.test.OfficeFileUrl; 198 final String sTestDocURL = OfficeFileUrl.getAbsolute(new File("testdocuments")); in before()
|
| /trunk/main/sw/qa/complex/writer/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/reportdesign/qa/complex/reportdesign/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 34 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/framework/qa/complex/broken_document/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 34 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/writerfilter/qa/complex/ooxml/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/unoxml/qa/complex/unoxml/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/sfx2/qa/complex/sfx2/tools/ |
| H A D | TestDocument.java | 27 import org.openoffice.test.OfficeFileUrl; 32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
|
| /trunk/main/framework/qa/complex/contextMenuInterceptor/ |
| H A D | CheckContextMenuInterceptor.java | 54 import org.openoffice.test.OfficeFileUrl; 161 String sFile = OfficeFileUrl.getAbsolute(new File("space-metal.jpg")); in checkContextMenuInterceptor()
|