Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxlescher.cxx129 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 15 milliseconds