Searched refs:mnDataStartRow (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 41 AddRow( mnDataStartRow ); in OutputDataArea() 47 sal_Bool bAllRows = ( ( mnTabEndRow - mnDataStartRow + 2 ) == (SCROW) mnRows.size() ); in OutputDataArea() 75 if ( mnTabStartRow != mnDataStartRow ) in OutputDataArea() 76 OutputBlockFrame( mnTabStartCol, mnTabStartRow, mnDataStartCol-1, mnDataStartRow-1 ); in OutputDataArea() 77 OutputBlockFrame( mnTabStartCol, mnDataStartRow, mnDataStartCol-1, mnTabEndRow ); in OutputDataArea() 80 OutputBlockFrame( mnDataStartCol, mnTabStartRow, mnTabEndCol, mnDataStartRow-1 ); in OutputDataArea() 99 mnDataStartRow ( nDataStartRow ), in OutputImpl() 110 if ( !mbNeedLineRows[ nRow - mnDataStartRow ] ) in AddRow() 112 mbNeedLineRows[ nRow - mnDataStartRow ] = true; in AddRow()
|
H A D | scdpoutputimpl.hxx | 49 SCROW mnDataStartRow; member in OutputImpl
|
Completed in 7 milliseconds