Searched refs:nXclMaxRow (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 129 sal_uInt16& rnOffset, sal_uInt16 nXclStartRow, sal_uInt16 nXclMaxRow, in lclGetRowFromY() argument 136 for( SCROW nRow = static_cast< SCROW >( nXclStartRow ); nRow <= nXclMaxRow; ++nRow ) in lclGetRowFromY() 148 rnXclRow = nXclMaxRow; in lclGetRowFromY() 197 sal_uInt16 nXclMaxRow = static_cast<sal_uInt16>( rRoot.GetXclMaxPos().Row()); in SetRect() local 209 …lclGetRowFromY( rDoc, nScTab, maFirst.mnRow, mnTY, 0, nXclMaxRow, nDummy, aRect.Top(),… in SetRect() 210 …lclGetRowFromY( rDoc, nScTab, maLast.mnRow, mnBY, maFirst.mnRow, nXclMaxRow, nDummy, aRect.Bottom… in SetRect()
|
Completed in 12 milliseconds