Lines Matching refs:SdrPathObj
610 const SdrPathObj* pPath = PTR_CAST(SdrPathObj,pObj); in ImpCanConvertForCombine1()
656 SdrPathObj* pPath = PTR_CAST(SdrPathObj, pObj); in ImpGetPolyPolygon1()
677 pPath = PTR_CAST(SdrPathObj, pObj1); in ImpGetPolyPolygon1()
687 pPath = PTR_CAST(SdrPathObj, pConvObj); in ImpGetPolyPolygon1()
1073 SdrPathObj* pPathObj = PTR_CAST(SdrPathObj, pCandidate); in MergeMarkedObjects()
1161 SdrPathObj* pPath = new SdrPathObj(OBJ_PATHFILL, aMergePolyPolygonA); in MergeMarkedObjects()
1340 SdrPathObj* pPath = new SdrPathObj(eKind,aPolyPolygon); in CombineMarkedObjects()
1351 sal_Bool bIsClosedPathObj(pAttrObj->ISA(SdrPathObj) && ((SdrPathObj*)pAttrObj)->IsClosed()); in CombineMarkedObjects()
1435 const SdrPathObj* pPath = PTR_CAST(SdrPathObj, pObj1); in ImpCanDismantle()
1461 const SdrPathObj* pPath = PTR_CAST(SdrPathObj, pObj); in ImpCanDismantle()
1500 const SdrPathObj* pSrcPath = PTR_CAST(SdrPathObj, pObj); in ImpDismantleOneObject()
1519 …SdrPathObj* pPath = new SdrPathObj((SdrObjKind)pSrcPath->GetObjIdentifier(), basegfx::B2DPolyPolyg… in ImpDismantleOneObject()
1554 SdrPathObj* pPath = new SdrPathObj(eKind, basegfx::B2DPolyPolygon(aNewPolygon)); in ImpDismantleOneObject()