Searched refs:ImpCanDismantle (Results 1 – 3 of 3) sorted by relevance
174 sal_Bool ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPpolygon, sal_Bool bMakeLines) const;175 sal_Bool ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const;
1395 sal_Bool SdrEditView::ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPolygon, sal_Bool bMakeL… in ImpCanDismantle() function in SdrEditView1420 sal_Bool SdrEditView::ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const in ImpCanDismantle() function in SdrEditView1439 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle()1467 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle()1676 if (ImpCanDismantle(pObj,bMakeLines)) { in DismantleMarkedObjects()
634 if (!bDismantlePossible) bDismantlePossible = ImpCanDismantle(pObj, sal_False); in CheckPossibilities()635 if (!bDismantleMakeLinesPossible) bDismantleMakeLinesPossible = ImpCanDismantle(pObj, sal_True); in CheckPossibilities()
Completed in 30 milliseconds