Home
last modified time | relevance | path

Searched refs:nLastLine (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2926 sal_uInt16 nLastLine = nLines-1; in Paint() local
3637 if ( ( nLine != nLastLine ) && !aStatus.IsOutliner() ) in Paint()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1206 const sal_uInt16 nLastLine = nItemCount / nColCount; in implHighlightControl() local
1207 nItemPos = std::min( ((nLastLine-1) * nColCount) + mnLastColumn, nItemCount-1 ); in implHighlightControl()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx697 sal_uInt16 nLastLine = USHRT_MAX; in NewInsertCol() local
711 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() local
2130 SwTableLine* pLine = GetTabLines()[nLastLine]; in CleanUpBottomRowSpan()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx117 sal_Int32 nLastLine = GetLastVisLine() + 1; in UpdateOffsetX() local
119 while( nLastLine /= 10 ) ++nDigits; in UpdateOffsetX()
1179 sal_Int32 nLastLine = GetLastVisLine(); in ImplDrawRowHeaders() local
1180 for( sal_Int32 nLine = GetFirstVisLine(); nLine <= nLastLine; ++nLine ) in ImplDrawRowHeaders()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx344 sal_uLong nLastLine = nLine; in MakeToken() local
495 rToken.SetLine( nLastLine ); in MakeToken()

Completed in 68 milliseconds