Home
last modified time | relevance | path

Searched refs:rBrushItem (Results 1 – 7 of 7) sorted by path

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1769 const SvxBrushItem& rBrushItem = GETITEM( rItemSet, SvxBrushItem, ATTR_BACKGROUND ); in FillFromItemSet() local
1770 if( rBrushItem.GetColor().GetTransparency() ) in FillFromItemSet()
1779 mnForeColorId = rPalette.InsertColor( rBrushItem.GetColor(), EXC_COLOR_CELLAREA ); in FillFromItemSet()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx950 const SvxBrushItem& rBrushItem = (const SvxBrushItem&) pAttr->GetItem( in WriteCell() local
954 if ( rBrushItem.GetColor().GetTransparency() == 255 ) in WriteCell()
957 aBgColor = rBrushItem.GetColor(); in WriteCell()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1849 const SvxBrushItem& rBrushItem = (const SvxBrushItem&)rAttrSet.Get( ATTR_BACKGROUND ); in GetAttrState() local
1874 rSet.Put( SvxColorItem( rBrushItem.GetColor(), SID_BACKGROUND_COLOR ) ); in GetAttrState()
2057 rSet.Put( rBrushItem, GetPool().GetWhich(nWhich) ); in GetAttrState()
/trunk/main/sw/source/filter/html/
H A Dcss1atr.cxx2341 const SvxBrushItem& rBrushItem ) in OutCSS1_FrmFmtBrush() argument
2347 if( rBrushItem.GetColor() != COL_TRANSPARENT || in OutCSS1_FrmFmtBrush()
2348 0 != rBrushItem.GetGraphicLink() || in OutCSS1_FrmFmtBrush()
2349 0 != rBrushItem.GetGraphicPos() ) in OutCSS1_FrmFmtBrush()
2351 OutCSS1_SvxBrush( rWrt, rBrushItem, CSS1_BACKGROUND_FLY, 0 ); in OutCSS1_FrmFmtBrush()
H A Dhtmldraw.cxx250 const SvxBrushItem& rBrushItem = (const SvxBrushItem&)rSwItem; in PutEEPoolItem() local
253 rBrushItem.GetColor()) ); in PutEEPoolItem()
H A Dhtmltabw.cxx155 const SvxBrushItem& rBrushItem = in HasTabBackground() local
161 bRet = rBrushItem.GetColor() != COL_TRANSPARENT || in HasTabBackground()
162 rBrushItem.GetGraphicLink() || rBrushItem.GetGraphic(); in HasTabBackground()
188 const SvxBrushItem& rBrushItem = rLine.GetFrmFmt()->GetBackground(); in HasTabBackground() local
192 bRet = rBrushItem.GetColor() != COL_TRANSPARENT || in HasTabBackground()
193 rBrushItem.GetGraphicLink() || rBrushItem.GetGraphic(); in HasTabBackground()
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx393 const SvxBrushItem& rBrushItem = (const SvxBrushItem&)rSet.Get( in ApplyItemSet() local
395 aViewOpt.SetRetoucheColor( rBrushItem.GetColor() ); in ApplyItemSet()

Completed in 74 milliseconds