Lines Matching refs:aLbBackgroundColor
93 aLbBackgroundColor ( this, CUI_RES( LB_BACKGROUND_COLOR ) ), in SvxBitmapTabPage()
145 aLbBackgroundColor.SetSelectHdl( in SvxBitmapTabPage()
166 aLbBackgroundColor.CopyEntries( aLbColor ); in Construct()
205 nPos = aLbBackgroundColor.GetSelectEntryPos(); in ActivatePage()
206 aLbBackgroundColor.Clear(); in ActivatePage()
207 aLbBackgroundColor.CopyEntries( aLbColor ); in ActivatePage()
208 nCount = aLbBackgroundColor.GetEntryCount(); in ActivatePage()
212 aLbBackgroundColor.SelectEntryPos( 0 ); in ActivatePage()
214 aLbBackgroundColor.SelectEntryPos( nPos ); in ActivatePage()
301 aBitmapCtl.SetBackgroundColor( aLbBackgroundColor.GetSelectEntryColor() ); in Reset()
380 aLbBackgroundColor.SetNoSelection(); in IMPL_LINK()
390 aLbBackgroundColor.Enable(); in IMPL_LINK()
420 aLbBackgroundColor.SelectEntry( aBackColor ); in IMPL_LINK()
422 if( aLbBackgroundColor.GetSelectEntryCount() == 0 ) in IMPL_LINK()
424 aLbBackgroundColor.InsertEntry( aBackColor, String() ); in IMPL_LINK()
425 aLbBackgroundColor.SelectEntry( aBackColor ); in IMPL_LINK()
444 aLbBackgroundColor.Disable(); in IMPL_LINK()
1012 aCtlPixel.SetBackgroundColor( aLbBackgroundColor.GetSelectEntryColor() ); in IMPL_LINK()
1015 aBitmapCtl.SetBackgroundColor( aLbBackgroundColor.GetSelectEntryColor() ); in IMPL_LINK()