Home
last modified time | relevance | path

Searched refs:aColorLB (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/ui/optdlg/
H A Dtpview.cxx66 aColorLB( this, ScResId(LB_COLOR )), in ScTpContentOptions()
169 aColorLB .GetSavedValue() != aColorLB .GetSelectEntryPos() || in FillItemSet()
175 pLocalOptions->SetGridColor( aColorLB.GetSelectEntryColor(), in FillItemSet()
176 aColorLB.GetSelectEntry() ); in FillItemSet()
253 aColorLB .SaveValue(); in Reset()
344 aColorFT.Enable(), aColorLB.Enable(); in InitGridOpt()
346 aColorFT.Disable(), aColorLB.Disable(); in InitGridOpt()
348 if ( aColorLB.GetEntryCount() == 0 ) in InitGridOpt()
371 aColorLB.SetUpdateMode( sal_False ); in InitGridOpt()
379 aColorLB.InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in InitGridOpt()
[all …]
/AOO41X/main/sw/source/ui/misc/
H A Dpggrid.cxx86 aColorLB (this, SW_RES(LB_COLOR )), in SwTextGridPage()
111 aControls[16] =&aColorLB; in SwTextGridPage()
139 aColorLB.SetSelectHdl(aModifyLk); in SwTextGridPage()
147 aColorLB.InsertAutomaticEntry(); in SwTextGridPage()
153 aColorLB.InsertEntry( aColor, sName ); in SwTextGridPage()
155 aColorLB.SetUpdateMode( sal_True ); in SwTextGridPage()
217 aColorLB.GetSavedValue() != aColorLB.GetSelectEntryPos()) in FillItemSet()
252 aColorLB.SelectEntry(rGridItem.GetColor()); in Reset()
267 aColorLB.SaveValue(); in Reset()
306 aGridItem.SetColor(aColorLB.GetSelectEntryColor()); in PutGridItem()
/AOO41X/main/sw/source/ui/inc/
H A Dpggrid.hxx73 ColorListBox aColorLB; member in SwTextGridPage
/AOO41X/main/sc/source/ui/inc/
H A Dtpview.hxx47 ColorListBox aColorLB; member in ScTpContentOptions