Searched refs:pMarkedPathObject (Results 1 – 1 of 1) sorted by relevance
445 const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in IsRipUpAtMarkedPointsPossible() local447 if(pMarkedPathObject) in IsRipUpAtMarkedPointsPossible()453 const basegfx::B2DPolyPolygon& rPathPolyPolygon = pMarkedPathObject->GetPathPoly(); in IsRipUpAtMarkedPointsPossible()464 bRetval = pMarkedPathObject->IsClosedObj(); // #i76617# aPathPolygon.isClosed(); in IsRipUpAtMarkedPointsPossible()489 const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in IsOpenCloseMarkedObjectsPossible() local491 if(pMarkedPathObject) in IsOpenCloseMarkedObjectsPossible()495 const PolyPolygon aPathPolyPolygon(pMarkedPathObject->GetPathPoly()); in IsOpenCloseMarkedObjectsPossible()520 const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in GetMarkedObjectsClosedState() local522 if(pMarkedPathObject) in GetMarkedObjectsClosedState()524 if(pMarkedPathObject->IsClosedObj()) in GetMarkedObjectsClosedState()
Completed in 10 milliseconds