Searched refs:nLastLine (Results 1 – 5 of 5) sorted by relevance
697 sal_uInt16 nLastLine = USHRT_MAX; in NewInsertCol() local711 long nDiff = i - nLastLine; in NewInsertCol()713 if( nLastLine != USHRT_MAX && nDiff <= nLastRowSpan && in NewInsertCol()717 while( nLastLine < i ) in NewInsertCol()719 SwTableLine* pTmpLine = aLines[ nLastLine ]; in NewInsertCol()720 sal_uInt16 nTmpPos = aInsPos[nLastLine]; in NewInsertCol()728 ++nLastLine; in NewInsertCol()735 nLastLine = i; in NewInsertCol()2129 sal_uInt16 nLastLine = GetTabLines().Count()-1; in CleanUpBottomRowSpan() local2130 SwTableLine* pLine = GetTabLines()[nLastLine]; in CleanUpBottomRowSpan()[all …]
344 sal_uLong nLastLine = nLine; in MakeToken() local495 rToken.SetLine( nLastLine ); in MakeToken()
117 sal_Int32 nLastLine = GetLastVisLine() + 1; in UpdateOffsetX() local119 while( nLastLine /= 10 ) ++nDigits; in UpdateOffsetX()1179 sal_Int32 nLastLine = GetLastVisLine(); in ImplDrawRowHeaders() local1180 for( sal_Int32 nLine = GetFirstVisLine(); nLine <= nLastLine; ++nLine ) in ImplDrawRowHeaders()
1206 const sal_uInt16 nLastLine = nItemCount / nColCount; in implHighlightControl() local1207 nItemPos = std::min( ((nLastLine-1) * nColCount) + mnLastColumn, nItemCount-1 ); in implHighlightControl()
2926 sal_uInt16 nLastLine = nLines-1; in Paint() local3570 if ( ( nLine != nLastLine ) && !aStatus.IsOutliner() ) in Paint()
Completed in 77 milliseconds