Lines Matching refs:bMakeLines
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
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()
1682 ImpDismantleOneObject(pObj,*pOL,nPos,pPV,bMakeLines); in DismantleMarkedObjects()
1696 …SetUndoComment(ImpGetResStr(bMakeLines?STR_EditDismantle_Lines:STR_EditDismantle_Polys),aRemoveMer… in DismantleMarkedObjects()