Lines Matching refs:nNew
104 sal_uLong nNew=0; in FillItemSet() local
112 nNew= aContentColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
114 nNew= COL_TRANSPARENT; in FillItemSet()
116 aAppOptions.SetTrackContentColor(nNew); in FillItemSet()
124 nNew= aMoveColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
126 nNew= COL_TRANSPARENT; in FillItemSet()
128 aAppOptions.SetTrackMoveColor(nNew); in FillItemSet()
136 nNew= aInsertColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
138 nNew= COL_TRANSPARENT; in FillItemSet()
140 aAppOptions.SetTrackInsertColor(nNew); in FillItemSet()
148 nNew= aRemoveColorLB.GetEntryColor(nPos).GetColor(); in FillItemSet()
150 nNew= COL_TRANSPARENT; in FillItemSet()
152 aAppOptions.SetTrackDeleteColor(nNew); in FillItemSet()