Searched refs:bMakeLines (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1399 else if(bMakeLines && 1L == nPolygonCount) in ImpCanDismantle() 1433 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle() 1461 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle() 1478 if(bMakeLines) in ImpCanDismantle() 1511 if(!bMakeLines || nPointCount < 2) in ImpDismantleOneObject() 1568 if(bMakeLines) in ImpDismantleOneObject() 1643 void SdrEditView::DismantleMarkedObjects(sal_Bool bMakeLines) in DismantleMarkedObjects() argument 1657 bMakeLines ? SDRREPFUNC_OBJ_DISMANTLE_LINES : SDRREPFUNC_OBJ_DISMANTLE_POLYS); in DismantleMarkedObjects() 1670 if (ImpCanDismantle(pObj,bMakeLines)) { in DismantleMarkedObjects() 1679 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()
|
/aoo4110/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 142 milliseconds