Lines Matching refs:nStart

119     long nStart = mnMainFirstPos;  in ScrollPixel()  local
125 nStart -= nDiff; in ScrollPixel()
132 nInvStart = nStart; in ScrollPixel()
133 nInvEnd = nStart + nDiff; in ScrollPixel()
136 ScrollRel( nDiff, nStart, nEnd ); in ScrollPixel()
259 long nStart = SC_OL_POSOFFSET; in GetLevelFromPos() local
260 if ( nLevelPos < nStart ) return SC_OL_NOLEVEL; in GetLevelFromPos()
261 size_t nLevel = static_cast< size_t >( (nLevelPos - nStart) / SC_OL_BITMAPSIZE ); in GetLevelFromPos()
286 SCCOLROW nStart = pEntry->GetStart(); in GetEntryPos() local
293 rnStartPos = GetColRowPos( nStart ); in GetEntryPos()
296 bool bHidden = IsHidden( nStart ); in GetEntryPos()
307 if ( bHidden && IsFirstVisible( nStart ) ) in GetEntryPos()
315 if ( (nPrevEnd + 1 == nStart) && IsHidden( nPrevEnd ) ) in GetEntryPos()
338 for ( SCCOLROW nRow = nStart; (nRow <= nEnd) && !bVisible; ++nRow ) in GetEntryPos()
372 SCCOLROW nStart, nEnd; in IsButtonVisible() local
373 GetVisibleRange( nStart, nEnd ); in IsButtonVisible()
374 bRet = (nStart <= pEntry->GetStart()) && (pEntry->GetStart() <= nEnd); in IsButtonVisible()
419 SCCOLROW nStart = pEntry->GetStart(); in ItemHit() local
422 if ( (nEnd >= nStartIndex) && (nStart <= nEndIndex) ) in ItemHit()
431 …if ( (nStart >= nStartIndex) && (nImagePos <= nEntryMousePos) && (nEntryMousePos < nImagePos + SC_… in ItemHit()
661 SCCOLROW nStart = pEntry->GetStart(); in Paint() local
665 bool bDraw = (nEnd >= nStartIndex) && (nStart <= nEndIndex); in Paint()
672 if ( nStart >= nStartIndex ) in Paint()
694 SCCOLROW nStart = pEntry->GetStart(); in Paint() local
698 bool bDraw = (nStartIndex <= nStart) && (nStart <= nEndIndex + 1); in Paint()
816 SCCOLROW nStart = pEntry->GetStart(); in ImplMoveFocusByLevel() local
828 …rray->GetEntryIndexInRange( sal::static_int_cast<sal_uInt16>(nNewLevel), nStart, nEnd, nTmpEntry ); in ImplMoveFocusByLevel()
837 … bFound = pArray->GetEntryIndex( sal::static_int_cast<sal_uInt16>(nNewLevel), nStart, nTmpEntry ); in ImplMoveFocusByLevel()