Searched refs:nFirstPoly (Results 1 – 1 of 1) sorted by relevance
881 sal_Int32 nFirstPoly = -1; in ImplVectorize() local917 if( ( 0 == nDepth ) && ( -1 == nFirstPoly ) ) in ImplVectorize()918 nFirstPoly = nCurPoly; in ImplVectorize()922 if( nFirstPoly > 0 ) in ImplVectorize()924 const Polygon aFirst( rPolyPoly.GetObject( static_cast< sal_uInt16 >( nFirstPoly ) ) ); in ImplVectorize()926 rPolyPoly.Remove( static_cast< sal_uInt16 >( nFirstPoly ) ); in ImplVectorize()
Completed in 24 milliseconds