Searched refs:bCombine (Results 1 – 3 of 3) sorted by relevance
653 basegfx::B2DPolyPolygon SdrEditView::ImpGetPolyPolygon1(const SdrObject* pObj, sal_Bool bCombine) c… in ImpGetPolyPolygon1()658 if(bCombine && pPath && !pObj->GetOutlinerParaObject()) in ImpGetPolyPolygon1()664 SdrObject* pConvObj = pObj->ConvertToPolyObj(bCombine, sal_False); in ImpGetPolyPolygon1()702 basegfx::B2DPolyPolygon SdrEditView::ImpGetPolyPolygon(const SdrObject* pObj, sal_Bool bCombine) co… in ImpGetPolyPolygon()714 aRetval.append(ImpGetPolyPolygon1(pObj1, bCombine)); in ImpGetPolyPolygon()721 return ImpGetPolyPolygon1(pObj, bCombine); in ImpGetPolyPolygon()
169 basegfx::B2DPolyPolygon ImpGetPolyPolygon1(const SdrObject* pObj, sal_Bool bCombine) const;170 basegfx::B2DPolyPolygon ImpGetPolyPolygon(const SdrObject* pObj, sal_Bool bCombine) const;
1756 bool bCombine = nTop == nBottom; in CreateSelection() local1757 if( !bCombine ) in CreateSelection()1768 bCombine = ( nTmp + nTmp < nMinWidth ); in CreateSelection()1770 if( bCombine ) in CreateSelection()
Completed in 39 milliseconds