Home
last modified time | relevance | path

Searched refs:toTest (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/basegfx/test/
H A Dclipstate.cxx105 void verifyPoly(const char* sName, const char* sSvg, const tools::B2DClipState& toTest) in verifyPoly() argument
110 basegfx::tools::exportToSvgD(toTest.getClipPoly(), true, true, false), in verifyPoly()
120 tools::exportToSvgD(toTest.getClipPoly(), true, true, false); in verifyPoly()
H A Dboxclipper.cxx241 void verifyPoly(const char* sName, const char* sSvg, const B2DPolyRange& toTest) in verifyPoly() argument
249 tools::exportToSvgD(toTest.solveCrossovers(), , true, true, false); in verifyPoly()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java312 File toTest = parent != null ? new File(parent.getCanonicalPath(), name) : new File(name); in isSymbolicLink() local
313 return !toTest.getAbsolutePath().equals(toTest.getCanonicalPath()); in isSymbolicLink()

Completed in 23 milliseconds