Lines Matching refs:bMakeLines
1395 …rEditView::ImpCanDismantle(const basegfx::B2DPolyPolygon& rPpolyPolygon, sal_Bool bMakeLines) const in ImpCanDismantle()
1405 else if(bMakeLines && 1L == nPolygonCount) in ImpCanDismantle()
1420 sal_Bool SdrEditView::ImpCanDismantle(const SdrObject* pObj, sal_Bool bMakeLines) const in ImpCanDismantle()
1439 if(ImpCanDismantle(pPath->GetPathPoly(), bMakeLines)) in ImpCanDismantle()
1467 if(ImpCanDismantle(pPath->GetPathPoly(),bMakeLines)) in ImpCanDismantle()
1484 if(bMakeLines) in ImpCanDismantle()
1498 …t(const SdrObject* pObj, SdrObjList& rOL, sal_uIntPtr& rPos, SdrPageView* pPV, sal_Bool bMakeLines) in ImpDismantleOneObject() argument
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()
1688 ImpDismantleOneObject(pObj,*pOL,nPos,pPV,bMakeLines); in DismantleMarkedObjects()
1702 …SetUndoComment(ImpGetResStr(bMakeLines?STR_EditDismantle_Lines:STR_EditDismantle_Polys),aRemoveMer… in DismantleMarkedObjects()