Searched refs:aColorLB (Results 1 – 4 of 4) sorted by relevance
66 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 …]
86 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()
73 ColorListBox aColorLB; member in SwTextGridPage
47 ColorListBox aColorLB; member in ScTpContentOptions