Lines Matching refs:aAppOptions
101 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local
115 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()
127 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()
139 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()
151 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()
155 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()
201 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local
203 sal_uLong nColor = aAppOptions.GetTrackContentColor(); in Reset()
209 nColor = aAppOptions.GetTrackMoveColor(); in Reset()
216 nColor = aAppOptions.GetTrackInsertColor(); in Reset()
223 nColor = aAppOptions.GetTrackDeleteColor(); in Reset()