Lines Matching refs:aExport
150 ::rtl::OUString aExport; in impex()
154 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
157 !aExport.compareToAscii(sExportString) ); in impex()
159 tools::importFromSvgD( aPoly, aExport, false, 0 )); in impex()
160 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
162 !aExport.compareToAscii(sExportString)); in impex()
166 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
186 …CPPUNIT_ASSERT_MESSAGE("exporting bezier polygon to SVG-D", !aExport.compareToAscii(sExportStringS… in impex()
193 …importing simple bezier polygon from SVG-D", tools::importFromSvgD( aReImport, aExport, false, 0)); in impex()
197 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
213 …SSERT_MESSAGE("re-importing '@' from SVG-D", tools::importFromSvgD( aReImport, aExport, false, 0)); in impex()
216 CPPUNIT_ASSERT_MESSAGE("exporting '@' to SVG-D", !aExport.compareToAscii(sExportString1)); in impex()
218 tools::importFromSvgD( aPoly, aExport, false, 0 )); in impex()
219 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
221 !aExport.compareToAscii(sExportString1)); in impex()
226 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
249 !aExport.compareToAscii(sExportString2)); in impex()
251 tools::importFromSvgD( aPoly, aExport, false, 0 )); in impex()
252 aExport = tools::exportToSvgD( aPoly, true, true, false ); in impex()
254 !aExport.compareToAscii(sExportString2)); in impex()
258 aExport = tools::exportToSvgD( B2DPolyPolygon(aRect), false, false, false ); in impex()
262 !aExport.compareToAscii(sExportStringRect)); in impex()