Lines Matching refs:aLbLineColor
85 aLbLineColor ( this, CUI_RES( LB_LINE_COLOR ) ), in SvxHatchTabPage()
142 aLbLineColor.SetSelectHdl( aLink ); in SvxHatchTabPage()
169 aLbLineColor.Fill( maColorTab ); in Construct()
196 nPos = aLbLineColor.GetSelectEntryPos(); in ActivatePage()
197 aLbLineColor.Clear(); in ActivatePage()
198 aLbLineColor.Fill( maColorTab ); in ActivatePage()
199 nCount = aLbLineColor.GetEntryCount(); in ActivatePage()
203 aLbLineColor.SelectEntryPos( 0 ); in ActivatePage()
205 aLbLineColor.SelectEntryPos( nPos ); in ActivatePage()
264 aLbLineColor.GetSelectEntryPos() != aLbLineColor.GetSavedValue() || in CheckChanges_Impl()
332 pXHatch = new XHatch( aLbLineColor.GetSelectEntryColor(), in FillItemSet()
403 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK()
450 aLbLineColor.SetNoSelection(); in IMPL_LINK()
451 aLbLineColor.SelectEntry( pHatch->GetColor() ); in IMPL_LINK()
452 if( aLbLineColor.GetSelectEntryCount() == 0 ) in IMPL_LINK()
454 aLbLineColor.InsertEntry( pHatch->GetColor(), String() ); in IMPL_LINK()
455 aLbLineColor.SelectEntry( pHatch->GetColor() ); in IMPL_LINK()
497 aLbLineColor.SaveValue(); in IMPL_LINK()
567 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK()
642 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK()
659 aLbLineColor.SaveValue(); in IMPL_LINK()