Searched refs:bMakeLines (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdedtv2.cxx | 1389 …rEditView::ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPolygon, sal_Bool bMakeLines) const in ImpCanDismantle() 1399 else if(bMakeLines && 1L == nPolygonCount) in ImpCanDismantle() 1414 sal_Bool SdrEditView::ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const in ImpCanDismantle() 1433 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle() 1461 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle() 1478 if(bMakeLines) in ImpCanDismantle() 1492 …t(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, SdrPageView* pPV, sal_Bool bMakeLines) in ImpDismantleOneObject() argument 1511 if(!bMakeLines || nPointCount < 2) in ImpDismantleOneObject() 1568 if(bMakeLines) in ImpDismantleOneObject() 1643 void SdrEditView::DismantleMarkedObjects(sal_Bool bMakeLines) in DismantleMarkedObjects() argument [all …]
|
| H A D | svdedtv.cxx | 489 sal_Bool SdrEditView::IsDismantlePossible(sal_Bool bMakeLines) const in IsDismantlePossible() 492 if (bMakeLines) return bDismantleMakeLinesPossible; in IsDismantlePossible()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdedtv.hxx | 174 …sal_Bool ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPpolygon, sal_Bool bMakeLines) const; 175 sal_Bool ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const; 176 …(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, SdrPageView* pPV, sal_Bool bMakeLines); 306 void DismantleMarkedObjects(sal_Bool bMakeLines=sal_False); 308 sal_Bool IsDismantlePossible(sal_Bool bMakeLines=sal_False) const;
|