Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx485 const SCsROW mnMaxScRow; // Maximum row index in Calc itself. member in XclExpFmlaCompImpl
499 mnMaxScRow( static_cast< SCsROW >( rRoot.GetScMaxPos().Row() ) ), in XclExpFmlaCompImpl()
1836 if( bTruncMaxRow && (rnScRow == mnMaxScRow) ) in ConvertRefData()