Searched refs:aChangedColorLB (Results 1 – 2 of 2) sorted by relevance
1933 aChangedColorLB( this, SW_RES( LB_CHG_COL )), in SwRedlineOptionsTabPage()1972 aChangedColorLB.SetSelectHdl( aLk ); in SwRedlineOptionsTabPage()1980 …aChangedColorLB.SetAccessibleName(::rtl::OUString( aChangedFT.GetDisplayText()) + ::rtl::OUString(… in SwRedlineOptionsTabPage()2068 nPos = aChangedColorLB.GetSelectEntryPos(); in FillItemSet()2080 aChangedAttr.nColor = aChangedColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()2137 aChangedColorLB.SetUpdateMode(sal_False); in Reset()2142 aChangedColorLB.InsertEntry(sNone); in Reset()2146 aChangedColorLB.InsertEntry(sAuthor); in Reset()2158 aChangedColorLB.InsertEntry( aColor, sName ); in Reset()2163 aChangedColorLB.SetUpdateMode( sal_True ); in Reset()[all …]
436 ColorListBox aChangedColorLB; member in SwRedlineOptionsTabPage