Lines Matching refs:aLbColor
108 aLbColor ( this, CUI_RES( LB_COLOR ) ), in SvxLineTabPage()
216 aLbColor.SetSelectHdl( in SvxLineTabPage()
292 aLbColor.Fill( maColorTab ); in Construct()
451 sal_uInt16 nColorPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
452 aLbColor.Clear(); in ActivatePage()
453 aLbColor.Fill( maColorTab ); in ActivatePage()
454 nCount = aLbColor.GetEntryCount(); in ActivatePage()
458 aLbColor.SelectEntryPos( 0 ); in ActivatePage()
460 aLbColor.SelectEntryPos( nColorPos ); in ActivatePage()
597 if( aLbColor.GetSelectEntryPos() != aLbColor.GetSavedValue() ) in FillItemSet()
599 XLineColorItem aItem( aLbColor.GetSelectEntry(), in FillItemSet()
600 aLbColor.GetSelectEntryColor() ); in FillItemSet()
938 rXLSet.Put( XLineColorItem( aLbColor.GetSelectEntry(), in FillXLSet_Impl()
939 aLbColor.GetSelectEntryColor() ) ); in FillXLSet_Impl()
1154 aLbColor.SetNoSelection(); in Reset()
1159 aLbColor.SelectEntry( aCol ); in Reset()
1160 if( aLbColor.GetSelectEntryCount() == 0 ) in Reset()
1162 aLbColor.InsertEntry( aCol, String() ); in Reset()
1163 aLbColor.SelectEntry( aCol ); in Reset()
1389 aLbColor.SaveValue(); in Reset()
1537 aLbColor.Disable(); in IMPL_LINK()
1565 aLbColor.Enable(); in IMPL_LINK()