Searched refs:bEdge (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/editeng/source/editeng/ |
H A D | editattr.hxx | 98 sal_Bool bEdge :1; member in EditCharAttrib 129 sal_Bool IsEdge() const { return bEdge; } in IsEdge() 130 void SetEdge( sal_Bool b ) { bEdge = b; } in SetEdge()
|
H A D | editattr.cxx | 81 bEdge = sal_False; in EditCharAttrib()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1228 …onst ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > &, sal_Bool bEdge ); 1229 …star::uno::Reference< ::com::sun::star::beans::XPropertySet > &, sal_Bool bEdge , sal_Bool bTransp… 1230 …star::uno::Reference< ::com::sun::star::beans::XPropertySet > &, sal_Bool bEdge , const ::com::su…
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 572 …sal_Bool bEdge , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & rX… in CreateFillProperties() argument 583 CreateFillProperties( rXPropSet, bEdge, bTransparentGradient ); in CreateFillProperties() 590 sal_Bool bEdge , sal_Bool bTransparentGradient) in CreateFillProperties() argument 665 CreateLineProperties( rXPropSet, bEdge ); in CreateFillProperties() 971 sal_Bool bEdge ) in CreateLineProperties() argument 1154 if ( bEdge == sal_False ) in CreateLineProperties()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 2128 FASTBOOL bEdge=HAS_BASE(SdrEdgeObj,pObj); // kein BestCon fuer Edge in ImpFindConnector() local 2166 else if (bCenter && !bUserFnd && !bEdge) in ImpFindConnector() 2196 !bEdge && in ImpFindConnector()
|
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 651 void DrawRect( const Rectangle& rRect, sal_Bool bEdge = sal_True );
|
H A D | winmtf.cxx | 1185 void WinMtfOutput::DrawRect( const Rectangle& rRect, sal_Bool bEdge ) in DrawRect() argument 1200 if ( bEdge ) in DrawRect()
|
Completed in 91 milliseconds