Searched refs:aChangedColorLB (Results 1 – 2 of 2) sorted by relevance
1930 aChangedColorLB( this, SW_RES( LB_CHG_COL )), in SwRedlineOptionsTabPage()1969 aChangedColorLB.SetSelectHdl( aLk ); in SwRedlineOptionsTabPage()1977 …aChangedColorLB.SetAccessibleName(::rtl::OUString( aChangedFT.GetDisplayText()) + ::rtl::OUString(… in SwRedlineOptionsTabPage()2065 nPos = aChangedColorLB.GetSelectEntryPos(); in FillItemSet()2077 aChangedAttr.nColor = aChangedColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()2134 aChangedColorLB.SetUpdateMode(sal_False); in Reset()2139 aChangedColorLB.InsertEntry(sNone); in Reset()2143 aChangedColorLB.InsertEntry(sAuthor); in Reset()2155 aChangedColorLB.InsertEntry( aColor, sName ); in Reset()2160 aChangedColorLB.SetUpdateMode( sal_True ); in Reset()[all …]
436 ColorListBox aChangedColorLB; member in SwRedlineOptionsTabPage