Home
last modified time | relevance | path

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

/AOO41X/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 Dtparea.cxx626 aLbColor ( this, CUI_RES( LB_COLOR ) ), in SvxAreaTabPage()
741 aLbColor.SetSelectHdl( LINK( this, SvxAreaTabPage, ModifyColorHdl_Impl ) ); in SvxAreaTabPage()
780 aLbColor.SetAccessibleRelationMemberOf( &aFlProp ); in SvxAreaTabPage()
790 aLbColor.Fill( maColorTab ); in Construct()
883 _nPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
884 aLbColor.Clear(); in ActivatePage()
885 aLbColor.Fill( maColorTab ); in ActivatePage()
886 nCount = aLbColor.GetEntryCount(); in ActivatePage()
890 aLbColor.SelectEntryPos( 0 ); in ActivatePage()
892 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 …]
/AOO41X/main/sc/source/ui/dbgui/
H A Dscendlg.cxx59 aLbColor ( this, ScResId( LB_COLOR ) ), in ScNewScenarioDlg()
84 aLbColor.SetUpdateMode( sal_False ); in ScNewScenarioDlg()
89 aLbColor.InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in ScNewScenarioDlg()
91 aLbColor.SetUpdateMode( sal_True ); in ScNewScenarioDlg()
116 aLbColor.SetAccessibleName(String(ScResId( STR_COLOR ) )); in ScNewScenarioDlg()
120 aLbColor.SelectEntry( Color( COL_LIGHTGRAY ) ); in ScNewScenarioDlg()
145 aLbColor.SetAccessibleRelationLabeledBy(&aCbShowFrame); in ScNewScenarioDlg()
165 rColor = aLbColor.GetSelectEntryColor(); in GetScenarioData()
193 aLbColor.SelectEntry(rColor); in SetScenarioData()
241 aLbColor.Enable( aCbShowFrame.IsChecked() ); in IMPL_LINK()
/AOO41X/main/cui/source/inc/
H A Dcuitabarea.hxx200 ColorLB aLbColor; member in SvxAreaTabPage
584 ColorLB aLbColor; member in SvxBitmapTabPage
686 ColorLB aLbColor; member in SvxColorTabPage
H A Dcuitabline.hxx104 ColorLB aLbColor; member in SvxLineTabPage
/AOO41X/main/sc/source/ui/inc/
H A Dscendlg.hxx56 ColorListBox aLbColor; member in ScNewScenarioDlg