Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx483 const SCsROW mnMaxAbsRow; // Maximum row index. member in XclExpFmlaCompImpl
497 mnMaxAbsRow( static_cast< SCsROW >( rRoot.GetXclMaxPos().Row() ) ), in XclExpFmlaCompImpl()
1837 rnScRow = mnMaxAbsRow; in ConvertRefData()
1838 else if( (rnScRow < 0) || (rnScRow > mnMaxAbsRow) ) in ConvertRefData()