Lines Matching refs:aLbColor
91 aLbColor ( this, CUI_RES( LB_COLOR ) ), in SvxBitmapTabPage()
143 aLbColor.SetSelectHdl( in SvxBitmapTabPage()
165 aLbColor.Fill( maColorTab ); in Construct()
166 aLbBackgroundColor.CopyEntries( aLbColor ); in Construct()
193 nPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
194 aLbColor.Clear(); in ActivatePage()
195 aLbColor.Fill( maColorTab ); in ActivatePage()
196 nCount = aLbColor.GetEntryCount(); in ActivatePage()
200 aLbColor.SelectEntryPos( 0 ); in ActivatePage()
202 aLbColor.SelectEntryPos( nPos ); in ActivatePage()
207 aLbBackgroundColor.CopyEntries( aLbColor ); in ActivatePage()
300 aBitmapCtl.SetPixelColor( aLbColor.GetSelectEntryColor() ); in Reset()
379 aLbColor.SetNoSelection(); in IMPL_LINK()
388 aLbColor.Enable(); in IMPL_LINK()
412 aLbColor.SelectEntry( aPixelColor ); in IMPL_LINK()
414 if( aLbColor.GetSelectEntryCount() == 0 ) in IMPL_LINK()
416 aLbColor.InsertEntry( aPixelColor, String() ); in IMPL_LINK()
417 aLbColor.SelectEntry( aPixelColor ); in IMPL_LINK()
442 aLbColor.Disable(); in IMPL_LINK()
993 aCtlPixel.SetPixelColor( aLbColor.GetSelectEntryColor() ); in IMPL_LINK()
996 aBitmapCtl.SetPixelColor( aLbColor.GetSelectEntryColor() ); in IMPL_LINK()