Searched refs:rFillStyle (Results 1 – 4 of 4) sorted by relevance
381 sal_uInt16 Writer::defineShape( const Polygon& rPoly, const FillStyle& rFillStyle ) in defineShape() argument384 return defineShape( aPolyPoly, rFillStyle ); in defineShape()389 sal_uInt16 Writer::defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle ) in defineShape() argument404 rFillStyle.addTo( mpTag ); in defineShape()
291 sal_uInt16 defineShape( const Polygon& rPoly, const FillStyle& rFillStyle );295 sal_uInt16 defineShape( const PolyPolygon& rPolyPoly, const FillStyle& rFillStyle );
408 const XFillStyleItem& rFillStyle = (const XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE); in SetStyleSheet() local411 if (rFillStyle.GetValue() == XFILL_NONE) in SetStyleSheet()416 if (rFillStyle.GetValue() != XFILL_NONE) in SetStyleSheet()
1286 const XFillStyleItem& rFillStyle = (const XFillStyleItem&) aSet.Get(XATTR_FILLSTYLE); in AnimateObj() local1287 bFilled = rFillStyle.GetValue() != XFILL_NONE; in AnimateObj()
Completed in 46 milliseconds