Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx353 aBackgroundColorSet ( &aBorderWin, CUI_RES( SET_BGDCOLOR ) ), in SvxBackgroundTabPage()
403 aBackgroundColorSet.SetSelectHdl( HDL(BackgroundColorHdl_Impl) ); in SvxBackgroundTabPage()
404aBackgroundColorSet.SetStyle(aBackgroundColorSet.GetStyle() | WB_ITEMBORDER | WB_NAMEFIELD | WB_NO… in SvxBackgroundTabPage()
405 aBackgroundColorSet.SetText(SVX_RESSTR(RID_SVXSTR_TRANSPARENT)); in SvxBackgroundTabPage()
406 aBackgroundColorSet.SetAccessibleName(aBackgroundColorBox.GetText()); in SvxBackgroundTabPage()
412 aBackgroundColorSet.SetAccessibleRelationLabeledBy(&aBackgroundColorBox); in SvxBackgroundTabPage()
668 aBackgroundColorSet.SetAccessibleRelationLabeledBy(&aBackgroundColorSet); in Reset()
704 sal_uInt16 nCol = GetItemId_Impl( aBackgroundColorSet, aBgdColor ); in ResetFromWallpaperItem()
705 aBackgroundColorSet.SelectItem( nCol ); in ResetFromWallpaperItem()
827 … (SFX_ITEM_AVAILABLE >= eOldItemState && !aBackgroundColorSet.IsNoSelection())) in FillItemSet()
[all …]
/trunk/main/cui/source/inc/
H A Dbackgrnd.hxx92 SvxColorValueSet aBackgroundColorSet; member in SvxBackgroundTabPage