Home
last modified time | relevance | path

Searched refs:nTopRow (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx115 nTopRow = 0; in ConstructImpl()
1183 nTopRow = nNewTopRow; in ScrollRows()
1250 nTopRow = 0; in Clear()
1356 if ( nRow < nTopRow ) in RowInserted()
1357 nTopRow += nNumRows; in RowInserted()
1473 if ( nRow >= nTopRow && in RowRemoved()
1507 nTopRow = nTopRow >= nNumRows ? nTopRow-nNumRows : 0; in RowRemoved()
1621 nRow = nTopRow; in GoToRow()
1643 if ( nRow < nTopRow ) in GoToRow()
2215 if ( nRow < nTopRow ) in MakeFieldVisible()
[all …]
H A Dbrwbox2.cxx354 long nBottomRow = nTopRow + in ToggleSelection()
362 if ( nRow < nTopRow ) in ToggleSelection()
643 VisibleRowsChanged(nTopRow, nVisibleRows); in Resize()
954 if ( (nTopRow+long(nRelRow)) < 0 || (sal_uInt16)(nTopRow+nRelRow) >= nRowCount ) in ImplPaintData()
958 sal_uLong nRow = nTopRow+nRelRow; in ImplPaintData()
1205 ? nTopRow || ( nRowCount > nMaxRows ) in UpdateScrollbars()
1283 if ( nTopRow > nRowCount ) in UpdateScrollbars()
1285 nTopRow = nRowCount - 1; in UpdateScrollbars()
1289 if ( pVScroll->GetThumbPos() != nTopRow ) in UpdateScrollbars()
1290 pVScroll->SetThumbPos( nTopRow ); in UpdateScrollbars()
[all …]
H A Ddatwin.cxx346 long nRow = nRelRow < 0 ? -1 : nRelRow + pBox->nTopRow; in CreateBrowseEvent()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1947 sal_uInt32 nTopRow, in MakeTableBox() argument
1973 sal_uInt32 nStartRow = nTopRow; in MakeTableBox()
1976 for( i = nTopRow; i < nBottomRow; i++ ) in MakeTableBox()
1987 if( bSplit && (nStartRow>nTopRow || i+1UL<nBottomRow) ) in MakeTableBox()
2004 nStartRow = nTopRow; in MakeTableBox()
2208 sal_uInt32 nTopRow, in MakeTableLine() argument
2215 if( !pUpper && 0UL==nTopRow ) in MakeTableLine()
2234 if( 1UL == (nBottomRow - nTopRow) && in MakeTableLine()
2248 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine()
2333 SwXMLTableCell_Impl *pCell = GetCell( nTopRow, nStartCol ); in MakeTableLine()
[all …]
H A Dxmltbli.hxx107 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
110 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
113 sal_uInt32 nTopRow, sal_uInt32 nLeftCol,
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx529 sal_uInt16 nTopRow, sal_uInt16 nLeftCol,
535 sal_uInt16 nTopRow, sal_uInt16 nLeftCol,
1695 if( this==pTopTable && !pUpper && 0==nTopRow ) in MakeTableLine()
1702 HTMLTableRow *pTopRow = (*pRows)[nTopRow]; in MakeTableLine()
1771 HTMLTableCell *pCell = GetCell(nTopRow,nCol); in MakeTableLine()
1797 GetPrevBoxStartNode( nTopRow, nStartCol ); in MakeTableLine()
1812 GetCell(nTopRow,j)->SetContents( pCnts ); in MakeTableLine()
1813 pLayoutInfo->GetCell( nTopRow, j ) in MakeTableLine()
1819 nTopRow, nStartCol, in MakeTableLine()
1843 sal_uInt16 nTopRow, sal_uInt16 nLeftCol, in MakeTableBox() argument
[all …]
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx266 long nTopRow; // no. of first visible row (0...) member in BrowseBox
397 long GetTopRow() { return nTopRow; } in GetTopRow()

Completed in 84 milliseconds