Lines Matching refs:aBgdColor

561 		aBgdColor = ( (SvxBrushItem*)pBgdAttr )->GetColor();  in Reset()
573 aBgdColor = ( (SvxBrushItem*)pOld )->GetColor(); in Reset()
701 if( aBgdColor != pBgdAttr->GetColor() ) in ResetFromWallpaperItem()
703 aBgdColor = pBgdAttr->GetColor(); in ResetFromWallpaperItem()
704 sal_uInt16 nCol = GetItemId_Impl( aBackgroundColorSet, aBgdColor ); in ResetFromWallpaperItem()
706 pPreviewWin1->NotifyChange( aBgdColor ); in ResetFromWallpaperItem()
716 aBgdColor = Color( ((CntWallpaperItem*)pOld)->GetColor() ); in ResetFromWallpaperItem()
814 aBgdColor.GetTransparency() < 0xff) in FillItemSet()
816aBgdColor.SetTransparency(lcl_PercentToTransparency(static_cast<long>(aColTransMF.GetValue()))); in FillItemSet()
826 if ( rOldItem.GetColor() != aBgdColor || in FillItemSet()
830 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
881 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
912 else if ( SID_ATTR_BRUSH_CHAR == nSlot && aBgdColor != Color( COL_WHITE ) ) in FillItemSet()
914 rCoreSet.Put( SvxBrushItem( aBgdColor, nWhich ) ); in FillItemSet()
1025 if ( rOldItem.GetColor() != aBgdColor ) in FillItemSetWithWallpaperItem()
1029 aItem.SetColor( aBgdColor ); in FillItemSetWithWallpaperItem()
1042 int bBrushChanged = ( rOldItem.GetColor() != aBgdColor ); in FillItemSetWithWallpaperItem()
1050 aItem.SetColor( aBgdColor ); in FillItemSetWithWallpaperItem()
1063 aItem.SetColor( aBgdColor ); in FillItemSetWithWallpaperItem()
1071 aItem.SetColor( aBgdColor ); in FillItemSetWithWallpaperItem()
1422 aBgdColor = aColor; in IMPL_LINK()
1423 pPreviewWin1->NotifyChange( aBgdColor ); in IMPL_LINK()
1424 sal_Bool bEnableTransp = aBgdColor.GetTransparency() < 0xff; in IMPL_LINK()
1690 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()
1761 **pActItem = SvxBrushItem( aBgdColor, nWhich ); in IMPL_LINK()
1830 aBgdColor = rColor; in FillControls_Impl()
1832 sal_uInt16 nCol = ( aTrColor != aBgdColor ) ? in FillControls_Impl()
1833 GetItemId_Impl( aBackgroundColorSet, aBgdColor ) : 0; in FillControls_Impl()
1835 if( aTrColor != aBgdColor && nCol == 0) in FillControls_Impl()
1844 pPreviewWin1->NotifyChange( aBgdColor ); in FillControls_Impl()