Lines Matching refs:nNew
103 sal_uLong nNew=0; in FillItemSet() local
111 nNew= aContentColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
113 nNew= COL_TRANSPARENT; in FillItemSet()
115 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()
123 nNew= aMoveColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
125 nNew= COL_TRANSPARENT; in FillItemSet()
127 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()
135 nNew= aInsertColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
137 nNew= COL_TRANSPARENT; in FillItemSet()
139 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()
147 nNew= aRemoveColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
149 nNew= COL_TRANSPARENT; in FillItemSet()
151 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()