Home
last modified time | relevance | path

Searched refs:rPathObj (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/svx/source/svdraw/
H A Dsvdcrtv.cxx859 SdrPathObj& rPathObj((SdrPathObj&)(*pAktCreate)); in ShowCreateObj() local
860 const basegfx::B2DPolyPolygon aCurrentPolyPolygon(rPathObj.getObjectPolyPolygon(aDragStat)); in ShowCreateObj()
864 rPathObj.NbcSetPathPoly(aCurrentPolyPolygon); in ShowCreateObj()
867 aDragPolyPolygon = rPathObj.getDragPolyPolygon(aDragStat); in ShowCreateObj()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpathobj.cxx40 ViewContactOfSdrPathObj::ViewContactOfSdrPathObj(SdrPathObj& rPathObj) in ViewContactOfSdrPathObj() argument
41 : ViewContactOfTextObj(rPathObj) in ViewContactOfSdrPathObj()
/aoo42x/main/sd/inc/
H A DCustomAnimationEffect.hxx185 void updateSdrPathObjFromPath( SdrPathObj& rPathObj );
186 void updatePathFromSdrPathObj( const SdrPathObj& rPathObj );
290 …CustomAnimationEffectPtr append( const SdrPathObj& rPathObj, const ::com::sun::star::uno::Any& rTa…
/aoo42x/main/svx/source/dialog/
H A Dimapwnd.cxx470 const SdrPathObj& rPathObj = (const SdrPathObj&) rObj; in SdrObjChanged() local
471 const basegfx::B2DPolyPolygon& rXPolyPoly = rPathObj.GetPathPoly(); in SdrObjChanged()
475 Polygon aPoly(rPathObj.GetPathPoly().getB2DPolygon(0L)); in SdrObjChanged()
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx1706 void CustomAnimationEffect::updateSdrPathObjFromPath( SdrPathObj& rPathObj ) in updateSdrPathObjFromPath() argument
1727 rPathObj.SetPathPoly( xPolyPoly ); in updateSdrPathObjFromPath()
1732 void CustomAnimationEffect::updatePathFromSdrPathObj( const SdrPathObj& rPathObj ) in updatePathFromSdrPathObj() argument
1734 ::basegfx::B2DPolyPolygon xPolyPoly( rPathObj.GetPathPoly() ); in updatePathFromSdrPathObj()
1896 CustomAnimationEffectPtr EffectSequenceHelper::append( const SdrPathObj& rPathObj, const Any& rTarg… in append() argument
1929 pEffect->updatePathFromSdrPathObj( rPathObj ); in append()

Completed in 68 milliseconds