Home
last modified time | relevance | path

Searched refs:aLbColor (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/cui/source/tabpages/
H A Dtpcolor.cxx89 aLbColor ( this, CUI_RES( LB_COLOR ) ), in SvxColorTabPage()
140 aLbColor.SetSelectHdl( in SvxColorTabPage()
203 aLbColor.Fill(maColorTab); in Construct()
221 aLbColor.SelectEntryPos( *pPos ); in ActivatePage()
222 aValSetColorTable.SelectItem( aLbColor.GetSelectEntryPos() + 1 ); in ActivatePage()
223 aEdtName.SetText( aLbColor.GetSelectEntry() ); in ActivatePage()
312 sal_uInt16 nPos = aLbColor.GetSelectEntryPos(); in CheckChanges_Impl()
316 String aString = aLbColor.GetSelectEntry(); in CheckChanges_Impl()
354 nPos = aLbColor.GetSelectEntryPos(); in CheckChanges_Impl()
369 nPos = aLbColor.GetSelectEntryPos(); in CheckChanges_Impl()
[all …]
H A Dtpbitmap.cxx91 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()
[all …]
H A Dtpline.cxx108 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()
[all …]
H A Dtparea.cxx632 aLbColor ( this, CUI_RES( LB_COLOR ) ), in SvxAreaTabPage()
778 aLbColor.SetSelectHdl( LINK( this, SvxAreaTabPage, ModifyColorHdl_Impl ) ); in SvxAreaTabPage()
821 aLbColor.SetAccessibleRelationMemberOf( &aFlProp ); in SvxAreaTabPage()
831 aLbColor.Fill( maColorTab ); in Construct()
927 _nPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
928 aLbColor.Clear(); in ActivatePage()
929 aLbColor.Fill( maColorTab ); in ActivatePage()
930 nCount = aLbColor.GetEntryCount(); in ActivatePage()
934 aLbColor.SelectEntryPos( 0 ); in ActivatePage()
936 aLbColor.SelectEntryPos( _nPos ); in ActivatePage()
[all …]
/AOO42X/main/sc/source/ui/dbgui/
H A Dscendlg.cxx58 aLbColor ( this, ScResId( LB_COLOR ) ), in ScNewScenarioDlg()
83 aLbColor.SetUpdateMode( sal_False ); in ScNewScenarioDlg()
88 aLbColor.InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in ScNewScenarioDlg()
90 aLbColor.SetUpdateMode( sal_True ); in ScNewScenarioDlg()
115 aLbColor.SetAccessibleName(String(ScResId( STR_COLOR ) )); in ScNewScenarioDlg()
119 aLbColor.SelectEntry( Color( COL_LIGHTGRAY ) ); in ScNewScenarioDlg()
144 aLbColor.SetAccessibleRelationLabeledBy(&aCbShowFrame); in ScNewScenarioDlg()
164 rColor = aLbColor.GetSelectEntryColor(); in GetScenarioData()
192 aLbColor.SelectEntry(rColor); in SetScenarioData()
240 aLbColor.Enable( aCbShowFrame.IsChecked() ); in IMPL_LINK()
/AOO42X/main/cui/source/inc/
H A Dcuitabarea.hxx189 ColorLB aLbColor; member in SvxAreaTabPage
581 ColorLB aLbColor; member in SvxBitmapTabPage
681 ColorLB aLbColor; member in SvxColorTabPage
H A Dcuitabline.hxx104 ColorLB aLbColor; member in SvxLineTabPage
/AOO42X/main/sc/source/ui/inc/
H A Dscendlg.hxx56 ColorListBox aLbColor; member in ScNewScenarioDlg