Searched refs:nBottomRow (Results 1 – 5 of 5) sorted by relevance
1946 sal_uInt32 nBottomRow, in MakeTableBox() argument1973 for( i = nTopRow; i < nBottomRow; i++ ) in MakeTableBox()1984 if( bSplit && (nStartRow>nTopRow || i+1UL<nBottomRow) ) in MakeTableBox()2002 while( nStartRow < nBottomRow ) in MakeTableBox()2013 if( nStartRow<nBottomRow ) in MakeTableBox()2207 sal_uInt32 nBottomRow, in MakeTableLine() argument2231 if( 1UL == (nBottomRow - nTopRow) && in MakeTableLine()2245 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine()2266 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine()2272 nRow+1UL < nBottomRow && in MakeTableLine()[all …]
108 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );111 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );114 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
2220 long nBottomRow = nTopRow + GetVisibleRows(); in MakeFieldVisible() local2224 if( nBottomRow ) in MakeFieldVisible()2225 nBottomRow--; in MakeFieldVisible()2227 if ( nRow > nBottomRow ) in MakeFieldVisible()2229 ScrollRows( nRow - nBottomRow ); in MakeFieldVisible()
354 long nBottomRow = nTopRow + in ToggleSelection() local356 if ( nBottomRow > GetRowCount() && GetRowCount() ) in ToggleSelection()357 nBottomRow = GetRowCount(); in ToggleSelection()359 nRow != BROWSER_ENDOFSELECTION && nRow <= nBottomRow; in ToggleSelection()
530 sal_uInt16 nBottomRow, sal_uInt16 nRightCol );1692 sal_uInt16 nBottomRow, sal_uInt16 nRightCol ) in MakeTableLine() argument1706 if( this == pTopTable || nTopRow>0 || nBottomRow<nRows ) in MakeTableLine()1726 if( nTopRow==nBottomRow-1 && (nRowHeight || pBGBrushItem) ) in MakeTableLine()1820 nBottomRow, nSplitCol ); in MakeTableLine()1844 sal_uInt16 nBottomRow, sal_uInt16 nRightCol ) in MakeTableBox() argument1848 sal_uInt16 nRowSpan = nBottomRow - nTopRow; in MakeTableBox()