Home
last modified time | relevance | path

Searched refs:bCombine (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx653 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()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx169 basegfx::B2DPolyPolygon ImpGetPolyPolygon1(const SdrObject* pObj, sal_Bool bCombine) const;
170 basegfx::B2DPolyPolygon ImpGetPolyPolygon(const SdrObject* pObj, sal_Bool bCombine) const;
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1756 bool bCombine = nTop == nBottom; in CreateSelection() local
1757 if( !bCombine ) in CreateSelection()
1768 bCombine = ( nTmp + nTmp < nMinWidth ); in CreateSelection()
1770 if( bCombine ) in CreateSelection()

Completed in 36 milliseconds