Lines Matching refs:aAppOptions
102 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in FillItemSet() local
116 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()
128 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()
140 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()
152 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()
156 SC_MOD()->SetAppOptions(aAppOptions); in FillItemSet()
202 ScAppOptions aAppOptions=SC_MOD()->GetAppOptions(); in Reset() local
204 sal_uLong nColor = aAppOptions.GetTrackContentColor(); in Reset()
210 nColor = aAppOptions.GetTrackMoveColor(); in Reset()
217 nColor = aAppOptions.GetTrackInsertColor(); in Reset()
224 nColor = aAppOptions.GetTrackDeleteColor(); in Reset()