Searched refs:bMakeLines (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1405 else if(bMakeLines && 1L == nPolygonCount) in ImpCanDismantle() 1439 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle() 1467 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle() 1484 if(bMakeLines) in ImpCanDismantle() 1517 if(!bMakeLines || nPointCount < 2) in ImpDismantleOneObject() 1574 if(bMakeLines) in ImpDismantleOneObject() 1649 void SdrEditView::DismantleMarkedObjects(sal_Bool bMakeLines) in DismantleMarkedObjects() argument 1663 bMakeLines ? SDRREPFUNC_OBJ_DISMANTLE_LINES : SDRREPFUNC_OBJ_DISMANTLE_POLYS); in DismantleMarkedObjects() 1676 if (ImpCanDismantle(pObj,bMakeLines)) { in DismantleMarkedObjects() 1685 ImpDismantleOneObject(pObj1,*pOL,nPos,pPV,bMakeLines); in DismantleMarkedObjects() [all …]
|
H A D | svdedtv.cxx | 489 sal_Bool SdrEditView::IsDismantlePossible(sal_Bool bMakeLines) const in IsDismantlePossible() 492 if (bMakeLines) return bDismantleMakeLinesPossible; in IsDismantlePossible()
|
/aoo42x/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;
|
Completed in 34 milliseconds