Home
last modified time | relevance | path

Searched refs:rBackColor (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbainterior.cxx202 ScVbaInterior::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPa… in GetPatternColor() argument
213 GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
H A Dvbainterior.hxx47 …static Color GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPat…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxltools.hxx161 …static Color GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbainterior.hxx48 …static Color GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPat…
H A Dvbainterior.cxx208 ScVbaInterior::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt32 nXclPa… in GetPatternColor() argument
219 GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxltools.hxx163 …static Color GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 …
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxltools.cxx322 Color XclTools::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 nXclP… in GetPatternColor() argument
333 ScfTools::GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxltools.cxx350 Color XclTools::GetPatternColor( const Color& rPattColor, const Color& rBackColor, sal_uInt16 nXclP… in GetPatternColor() argument
361 ScfTools::GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.cxx1311 const Color &rBackColor = pBrushItem->GetColor(); in OutBackground() local
1314 if( rBackColor != COL_TRANSPARENT ) in OutBackground()
1317 HTMLOutFuncs::Out_Color( Strm(), rBackColor); in OutBackground()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.cxx1257 const Color &rBackColor = pBrushItem->GetColor(); in OutBackground() local
1260 if( rBackColor != COL_TRANSPARENT ) in OutBackground()
1265 HTMLOutFuncs::Out_Color( Strm(), rBackColor); in OutBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/filter/msfilter/
H A Descherex.hxx750 const Color& rBackColor,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/filter/msfilter/
H A Descherex.hxx750 const Color& rBackColor,
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/
H A Descherex.cxx1439 Graphic lclDrawHatch( const drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackground, … in lclDrawHatch() argument
1454 pVDev->SetFillColor(bFillBackground ? rBackColor : COL_TRANSPARENT); in lclDrawHatch()
1468 …eateEmbeddedHatchProperties(const drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackg… in CreateEmbeddedHatchProperties() argument
1471 Graphic aGraphic(lclDrawHatch(rHatch, rBackColor, bFillBackground, aRect)); in CreateEmbeddedHatchProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/
H A Descherex.cxx1446 Graphic lclDrawHatch( const drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackground, … in lclDrawHatch() argument
1461 pVDev->SetFillColor(bFillBackground ? rBackColor : COL_TRANSPARENT); in lclDrawHatch()
1474 …eateEmbeddedHatchProperties(const drawing::Hatch& rHatch, const Color& rBackColor, bool bFillBackg… in CreateEmbeddedHatchProperties() argument
1477 Graphic aGraphic(lclDrawHatch(rHatch, rBackColor, bFillBackground, aRect)); in CreateEmbeddedHatchProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dweld.hxx335 virtual void set_background(const Color& rBackColor) = 0;