Home
last modified time | relevance | path

Searched refs:getAbsolute (Results 1 – 15 of 15) sorted by relevance

/trunk/main/vcl/qa/complex/memCheck/
H A DTestDocument.java33 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 DOfficeFileUrl.java31 public static String getAbsolute(File file) { in getAbsolute() method in OfficeFileUrl
/trunk/main/sc/qa/complex/calcPreview/
H A DTestDocument.java31 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DTestDocument.java33 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
/trunk/main/ucb/qa/complex/tdoc/
H A DTestDocument.java31 return OfficeFileUrl.getAbsolute(new File("test_documents", name)); in getUrl()
/trunk/main/linguistic/qa/complex/linguistic/
H A DTestDocument.java33 return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); in getUrl()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DTestDocument.java33 return OfficeFileUrl.getAbsolute(new File("testdocuments", name)); in getUrl()
H A DCheckXComponentLoader.java198 final String sTestDocURL = OfficeFileUrl.getAbsolute(new File("testdocuments")); in before()
/trunk/main/sw/qa/complex/writer/
H A DTestDocument.java32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/reportdesign/qa/complex/reportdesign/
H A DTestDocument.java34 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/framework/qa/complex/broken_document/
H A DTestDocument.java34 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/writerfilter/qa/complex/ooxml/
H A DTestDocument.java32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/unoxml/qa/complex/unoxml/
H A DTestDocument.java32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/sfx2/qa/complex/sfx2/tools/
H A DTestDocument.java32 return OfficeFileUrl.getAbsolute(new File(Argument.get("tdoc"), name)); in getUrl()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DCheckContextMenuInterceptor.java161 String sFile = OfficeFileUrl.getAbsolute(new File("space-metal.jpg")); in checkContextMenuInterceptor()