Lines Matching refs:PolyPolygon
152 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateContourDlg()
189 PolyPolygon SvxContourDlg::CreateAutoContour( const Graphic& rGraphic, in CreateAutoContour()
202 PolyPolygon aAnimPolyPoly; in CreateAutoContour()
267 return PolyPolygon( XOutBitmap::GetCountour( aBmp, nContourFlags, 128, pRect ) ); in CreateAutoContour()
277 void SvxContourDlg::ScaleContour( PolyPolygon& rContour, const Graphic& rGraphic, in ScaleContour()
352 void SvxContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon()
357 PolyPolygon SvxContourDlg::GetPolyPolygon() in GetPolyPolygon()
373 const PolyPolygon* pPolyPoly, void* pEditingObj ) in Update()
550 void SvxSuperContourDlg::SetPolyPolygon( const PolyPolygon& rPolyPoly ) in SetPolyPolygon()
554 PolyPolygon aPolyPoly( rPolyPoly ); in SetPolyPolygon()
586 PolyPolygon SvxSuperContourDlg::GetPolyPolygon( sal_Bool bRescaleToGraphic ) in GetPolyPolygon()
588 PolyPolygon aRetPolyPoly( aContourWnd.GetPolyPolygon() ); in GetPolyPolygon()
624 const PolyPolygon* pPolyPoly, void* pEditingObj ) in UpdateGraphic()
633 aUpdatePolyPoly = PolyPolygon(); in UpdateGraphic()
683 PolyPolygon aPolyPoly( GetPolyPolygon( sal_False ) ); in ReducePoints()
928 aUpdatePolyPoly = PolyPolygon(); in IMPL_LINK()