Home
last modified time | relevance | path

Searched refs:sExportString (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sdext/source/pdfimport/test/
H A Dtests.cxx243 const char* sExportString = "m53570 7650-35430 24100"; in strokePath() local
244 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in strokePath()
263 const char* sExportString = "m49890 5670.00000000001-35430 24090"; in strokePath() local
264 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in strokePath()
305 const char* sExportString = "m12050 49610c-4310 0-7800-3490-7800-7800 0-4300 " in eoFillPath() local
307 …segfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString) == 0) << "Str… in eoFillPath()
/aoo42x/main/basegfx/test/
H A Dbasegfx2d.cxx153 const char* sExportString = "m10 10h-20v-20h20z"; in TEST_F() local
154 ASSERT_TRUE(!aExport.compareToAscii(sExportString) ) << "exporting rectangle to SVG-D"; in TEST_F()
157 …ASSERT_TRUE(!aExport.compareToAscii(sExportString)) << "exporting rectangle to SVG-D (round-trip)"; in TEST_F()

Completed in 24 milliseconds