Searched refs:mnMaxRowMask (Results 1 – 1 of 1) sorted by relevance
487 const sal_uInt16 mnMaxRowMask; // Mask to delete invalid bits in row fields. member in XclExpFmlaCompImpl501 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()