Searched refs:bPath (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 230 sal_Bool bPath ); 241 sal_Bool bPath ) : in XMLTextFrameContourContext_Impl() argument 270 if( bPath ) in XMLTextFrameContourContext_Impl() 274 if( !bPath ) in XMLTextFrameContourContext_Impl() 302 …yPolygon) && nWidth > 0 && nHeight > 0 && bPixelWidth == bPixelHeight && (bPath ? sD : sPoints).ge… in XMLTextFrameContourContext_Impl() 308 if( bPath ) in XMLTextFrameContourContext_Impl()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 1946 SdrObject* SdrEditView::ImpConvertOneObj(SdrObject* pObj, sal_Bool bPath, sal_Bool bLineToArea) in ImpConvertOneObj() argument 1948 SdrObject* pNewObj = pObj->ConvertToPolyObj(bPath, bLineToArea); in ImpConvertOneObj() 1968 void SdrEditView::ImpConvertTo(sal_Bool bPath, sal_Bool bLineToArea) in ImpConvertTo() argument 1986 if (bPath) { in ImpConvertTo() 2006 if (ImpConvertOneObj(pObj,bPath,bLineToArea)) bModChg=sal_True; in ImpConvertTo() 2009 SdrObject* pNewObj=ImpConvertOneObj(pObj,bPath,bLineToArea); in ImpConvertTo()
|
H A D | svdview.cxx | 1344 sal_Bool bPath=sal_True; in GetContext() local 1345 for( sal_uIntPtr nMarkNum = 0; nMarkNum < nMarkAnz && bPath; nMarkNum++ ) in GetContext() 1347 bPath=sal_False; in GetContext() 1349 if( bPath ) in GetContext()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 148 void ImpConvertTo(sal_Bool bPath, sal_Bool bLineToArea); 153 SdrObject* ImpConvertOneObj(SdrObject* pObj, sal_Bool bPath, sal_Bool bLineToArea);
|
Completed in 68 milliseconds