Home
last modified time | relevance | path

Searched refs:nBottomRow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1949 sal_uInt32 nBottomRow, in MakeTableBox() argument
1976 for( i = nTopRow; i < nBottomRow; i++ ) in MakeTableBox()
1987 if( bSplit && (nStartRow>nTopRow || i+1UL<nBottomRow) ) in MakeTableBox()
2005 while( nStartRow < nBottomRow ) in MakeTableBox()
2016 if( nStartRow<nBottomRow ) in MakeTableBox()
2210 sal_uInt32 nBottomRow, in MakeTableLine() argument
2234 if( 1UL == (nBottomRow - nTopRow) && in MakeTableLine()
2248 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine()
2275 nRow+1UL < nBottomRow && in MakeTableLine()
2358 nBottomRow, nSplitCol ); in MakeTableLine()
[all …]
H A Dxmltbli.hxx108 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
111 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
114 sal_uInt32 nBottomRow, sal_uInt32 nRightCol );
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx2220 long nBottomRow = nTopRow + GetVisibleRows(); in MakeFieldVisible() local
2224 if( nBottomRow ) in MakeFieldVisible()
2225 nBottomRow--; in MakeFieldVisible()
2227 if ( nRow > nBottomRow ) in MakeFieldVisible()
2229 ScrollRows( nRow - nBottomRow ); in MakeFieldVisible()
H A Dbrwbox2.cxx354 long nBottomRow = nTopRow + in ToggleSelection() local
356 if ( nBottomRow > GetRowCount() && GetRowCount() ) in ToggleSelection()
357 nBottomRow = GetRowCount(); in ToggleSelection()
359 nRow != BROWSER_ENDOFSELECTION && nRow <= nBottomRow; in ToggleSelection()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx530 sal_uInt16 nBottomRow, sal_uInt16 nRightCol );
1692 sal_uInt16 nBottomRow, sal_uInt16 nRightCol ) in MakeTableLine() argument
1706 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() argument
1848 sal_uInt16 nRowSpan = nBottomRow - nTopRow; in MakeTableBox()

Completed in 56 milliseconds