Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx487 const sal_uInt16 mnMaxRowMask; // Mask to delete invalid bits in row fields. member in XclExpFmlaCompImpl
501 mnMaxRowMask( static_cast< sal_uInt16 >( rRoot.GetXclMaxPos().Row() ) ) in XclExpFmlaCompImpl()
1840 rXclPos.mnRow = static_cast< sal_uInt16 >( rnScRow ) & mnMaxRowMask; in ConvertRefData()
1852 rXclPos.mnRow = static_cast< sal_uInt16 >( nXclRelRow ) & mnMaxRowMask; in ConvertRefData()