Searched refs:bFillBackground (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | fillhatchattribute.cxx | 56 bool bFillBackground) in ImpFillHatchAttribute() argument 63 mbFillBackground(bFillBackground) in ImpFillHatchAttribute() 112 bool bFillBackground) in FillHatchAttribute() argument 120 bFillBackground)) in FillHatchAttribute()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | fillhatchprimitive2d.cxx | 99 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlchart.cxx | 879 bool bFillBackground; in ReadEscherProperties() local 882 rHatchHlp >> eApiStyle >> aHatchName >> aColor >> bFillBackground; in ReadEscherProperties() 888 … rEscherFmt.mxEscherSet->CreateEmbeddedHatchProperties( aHatch, aColor, bFillBackground ); in ReadEscherProperties()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fillhatchattribute.hxx | 72 bool bFillBackground);
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1415 …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()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1212 const Color& rBackColor, bool bFillBackground );
|
Completed in 79 milliseconds