Home
last modified time | relevance | path

Searched refs:PolyPoly (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx146 PolyPoly( rPolyPoly ), in PolyPolyElement()
154 if( PolyPoly.areControlPointsUsed() ) in updateGeometry()
155 aRange = basegfx::tools::getRange( basegfx::tools::adaptiveSubdivideByAngle( PolyPoly ) ); in updateGeometry()
157 aRange = basegfx::tools::getRange( PolyPoly ); in updateGeometry()
175 int nPoly = PolyPoly.count(); in emitStructure()
178 basegfx::B2DPolygon aPoly = PolyPoly.getB2DPolygon( i ); in emitStructure()
404 if( pPoly->PolyPoly.count() != 1 ) in resolveUnderlines()
411 basegfx::B2DPolygon aPoly = pPoly->PolyPoly.getB2DPolygon(0); in resolveUnderlines()
H A Ddrawtreevisiting.cxx308 for (sal_uInt32 i = 0; i< elem.PolyPoly.count(); i++) in visit()
311 b2dPolygon = elem.PolyPoly.getB2DPolygon( i ); in visit()
347 elem.PolyPoly.setB2DPolygon( i, b2dPolygon ); in visit()
361 …aProps[ USTR( "svg:d" ) ] = basegfx::tools::exportToSvgD( elem.PolyPoly, true, true, false ); in visit()
454 if( pNext && pNext->PolyPoly == elem.PolyPoly ) in visit()
H A Dwritertreevisiting.cxx234 for (sal_uInt32 i = 0; i< elem.PolyPoly.count(); i++) in visit()
237 b2dPolygon = elem.PolyPoly.getB2DPolygon( i ); in visit()
273 elem.PolyPoly.setB2DPolygon( i, b2dPolygon ); in visit()
284 …aProps[ USTR( "svg:d" ) ] = basegfx::tools::exportToSvgD( elem.PolyPoly, true, true, false ); in visit()
384 if( pNext && pNext->PolyPoly == elem.PolyPoly ) in visit()
H A Dgenericelements.hxx219 basegfx::B2DPolyPolygon PolyPoly; member

Completed in 35 milliseconds