Home
last modified time | relevance | path

Searched refs:aBgdColor (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cui/source/tabpages/
H A Dbackgrnd.cxx561 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()
[all …]
/AOO42X/main/cui/source/inc/
H A Dbackgrnd.hxx117 Color aBgdColor; member in SvxBackgroundTabPage