Lines Matching refs:aBackgroundColorSet
353 aBackgroundColorSet ( &aBorderWin, CUI_RES( SET_BGDCOLOR ) ), in SvxBackgroundTabPage()
403 aBackgroundColorSet.SetSelectHdl( HDL(BackgroundColorHdl_Impl) ); in SvxBackgroundTabPage()
404 …aBackgroundColorSet.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()
1216 aBackgroundColorSet.Clear(); in FillColorValueSets_Impl()
1217 aBackgroundColorSet.addEntriesForXColorList(aColorTable); in FillColorValueSets_Impl()
1220 … const WinBits nBits(aBackgroundColorSet.GetStyle() | WB_ITEMBORDER | WB_NAMEFIELD | WB_NONEFIELD); in FillColorValueSets_Impl()
1221 aBackgroundColorSet.SetStyle(nBits); in FillColorValueSets_Impl()
1222 aBackgroundColorSet.SetColCount(aBackgroundColorSet.getColumnCount()); in FillColorValueSets_Impl()
1230 const Size aCurrentSizeContent(aBackgroundColorSet.GetOutputSizePixel()); in FillColorValueSets_Impl()
1231 …const Size aNewSizeContent(aBackgroundColorSet.layoutToGivenHeight(aCurrentSizeContent.Height() - … in FillColorValueSets_Impl()
1237 aBackgroundColorSet.SetOutputSizePixel(aNewSizeContent); in FillColorValueSets_Impl()
1238 aBackgroundColorSet.SetPosSizePixel(Point(nAdd/2, nAdd/2), aNewSizeContent); in FillColorValueSets_Impl()
1257 if( !aBackgroundColorSet.IsVisible() ) in ShowColorUI_Impl()
1259 aBackgroundColorSet.Show(); in ShowColorUI_Impl()
1297 aBackgroundColorSet.IsVisible() in ShowBitmapUI_Impl()
1300 aBackgroundColorSet.Hide(); in ShowBitmapUI_Impl()
1420 sal_uInt16 nItemId = aBackgroundColorSet.GetSelectItemId(); in IMPL_LINK()
1421 …Color aColor = nItemId ? ( aBackgroundColorSet.GetItemColor( nItemId ) ) : Color( COL_TRANSPARENT … in IMPL_LINK()
1833 GetItemId_Impl( aBackgroundColorSet, aBgdColor ) : 0; in FillControls_Impl()
1837 aBackgroundColorSet.SetNoSelection(); in FillControls_Impl()
1841 aBackgroundColorSet.SelectItem( nCol ); in FillControls_Impl()