Searched refs:pMarkedPathObject (Results 1 – 1 of 1) sorted by relevance
443 … const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in IsRipUpAtMarkedPointsPossible() local445 if(pMarkedPathObject) in IsRipUpAtMarkedPointsPossible()451 const basegfx::B2DPolyPolygon& rPathPolyPolygon = pMarkedPathObject->GetPathPoly(); in IsRipUpAtMarkedPointsPossible()462 … bRetval = pMarkedPathObject->IsClosedObj(); // #i76617# aPathPolygon.isClosed(); in IsRipUpAtMarkedPointsPossible()487 … const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in IsOpenCloseMarkedObjectsPossible() local489 if(pMarkedPathObject) in IsOpenCloseMarkedObjectsPossible()493 const PolyPolygon aPathPolyPolygon(pMarkedPathObject->GetPathPoly()); in IsOpenCloseMarkedObjectsPossible()518 … const SdrPathObj* pMarkedPathObject = dynamic_cast< const SdrPathObj* >(pMark->GetMarkedSdrObj()); in GetMarkedObjectsClosedState() local520 if(pMarkedPathObject) in GetMarkedObjectsClosedState()522 if(pMarkedPathObject->IsClosedObj()) in GetMarkedObjectsClosedState()