Searched refs:rPathObj (Results 1 – 5 of 5) sorted by relevance
859 SdrPathObj& rPathObj((SdrPathObj&)(*pAktCreate)); in ShowCreateObj() local860 const basegfx::B2DPolyPolygon aCurrentPolyPolygon(rPathObj.getObjectPolyPolygon(aDragStat)); in ShowCreateObj()864 rPathObj.NbcSetPathPoly(aCurrentPolyPolygon); in ShowCreateObj()867 aDragPolyPolygon = rPathObj.getDragPolyPolygon(aDragStat); in ShowCreateObj()
40 ViewContactOfSdrPathObj::ViewContactOfSdrPathObj(SdrPathObj& rPathObj) in ViewContactOfSdrPathObj() argument41 : ViewContactOfTextObj(rPathObj) in ViewContactOfSdrPathObj()
185 void updateSdrPathObjFromPath( SdrPathObj& rPathObj );186 void updatePathFromSdrPathObj( const SdrPathObj& rPathObj );290 …CustomAnimationEffectPtr append( const SdrPathObj& rPathObj, const ::com::sun::star::uno::Any& rTa…
470 const SdrPathObj& rPathObj = (const SdrPathObj&) rObj; in SdrObjChanged() local471 const basegfx::B2DPolyPolygon& rXPolyPoly = rPathObj.GetPathPoly(); in SdrObjChanged()475 Polygon aPoly(rPathObj.GetPathPoly().getB2DPolygon(0L)); in SdrObjChanged()
1706 void CustomAnimationEffect::updateSdrPathObjFromPath( SdrPathObj& rPathObj ) in updateSdrPathObjFromPath() argument1727 rPathObj.SetPathPoly( xPolyPoly ); in updateSdrPathObjFromPath()1732 void CustomAnimationEffect::updatePathFromSdrPathObj( const SdrPathObj& rPathObj ) in updatePathFromSdrPathObj() argument1734 ::basegfx::B2DPolyPolygon xPolyPoly( rPathObj.GetPathPoly() ); in updatePathFromSdrPathObj()1896 CustomAnimationEffectPtr EffectSequenceHelper::append( const SdrPathObj& rPathObj, const Any& rTarg… in append() argument1929 pEffect->updatePathFromSdrPathObj( rPathObj ); in append()
Completed in 65 milliseconds