Home
last modified time | relevance | path

Searched refs:bFillBackground (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx56 bool bFillBackground) in ImpFillHatchAttribute() argument
63 mbFillBackground(bFillBackground) in ImpFillHatchAttribute()
112 bool bFillBackground) in FillHatchAttribute() argument
120 bFillBackground)) in FillHatchAttribute()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx99 const bool bFillBackground(getFillHatch().isFillBackground()); in create2DDecomposition() local
100 aRetval.realloc(bFillBackground ? aMatrices.size() + 1L : aMatrices.size()); in create2DDecomposition()
103 if(bFillBackground) in create2DDecomposition()
127 aRetval[bFillBackground ? (a + 1) : a] = xRef; in create2DDecomposition()
/aoo4110/main/sc/source/filter/excel/
H A Dxlchart.cxx879 bool bFillBackground; in ReadEscherProperties() local
882 rHatchHlp >> eApiStyle >> aHatchName >> aColor >> bFillBackground; in ReadEscherProperties()
888 … rEscherFmt.mxEscherSet->CreateEmbeddedHatchProperties( aHatch, aColor, bFillBackground ); in ReadEscherProperties()
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfillhatchattribute.hxx72 bool bFillBackground);
/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx1415 …om::sun::star::drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackground, const Rectan… in lclDrawHatch() argument
1430 aOut.SetFillColor(bFillBackground ? rBackColor : Color(COL_TRANSPARENT)); in lclDrawHatch()
1444 …es( const ::com::sun::star::drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackground ) in CreateEmbeddedHatchProperties() argument
1447 GraphicObject aGraphicObject = lclDrawHatch( rHatch, rBackColor, bFillBackground, aRect ); in CreateEmbeddedHatchProperties()
1542 bool bFillBackground = false; in CreateGraphicProperties() local
1546 aAny >>= bFillBackground; in CreateGraphicProperties()
1550 aGraphicObject = lclDrawHatch( aHatch, aBackColor, bFillBackground, aRect ); in CreateGraphicProperties()
/aoo4110/main/filter/inc/filter/msfilter/
H A Descherex.hxx1212 const Color& rBackColor, bool bFillBackground );

Completed in 66 milliseconds