Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx484 const SCsCOL mnMaxScCol; // Maximum column index in Calc itself. member in XclExpFmlaCompImpl
498 mnMaxScCol( static_cast< SCsCOL >( rRoot.GetScMaxPos().Col() ) ), in XclExpFmlaCompImpl()
1828 if( bTruncMaxCol && (rnScCol == mnMaxScCol) ) in ConvertRefData()