Lines Matching refs:nNewPos
179 sal_Int32 nNewPos = nPos; in GetNoScrollCol() local
180 if( nNewPos != CSV_POS_INVALID ) in GetNoScrollCol()
182 if( nNewPos < GetFirstVisPos() + CSV_SCROLL_DIST ) in GetNoScrollCol()
185 nNewPos = GetFirstVisPos() + nScroll; in GetNoScrollCol()
187 else if( nNewPos > GetLastVisPos() - CSV_SCROLL_DIST - 1L ) in GetNoScrollCol()
190 nNewPos = GetLastVisPos() - nScroll - 1; in GetNoScrollCol()
193 return nNewPos; in GetNoScrollCol()
292 void ScCsvGrid::MoveSplit( sal_Int32 nPos, sal_Int32 nNewPos ) in MoveSplit() argument
298 if( (GetColumnPos( nColIx - 1 ) < nNewPos) && (nNewPos < GetColumnPos( nColIx + 1 )) ) in MoveSplit()
302 maSplits.Insert( nNewPos ); in MoveSplit()
312 ImplInsertSplit( nNewPos ); in MoveSplit()