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.cxx489 const sal_uInt16 mnMaxRowMask; /// Mask to delete invalid bits in row fields. member in XclExpFmlaCompImpl
503 mnMaxRowMask( static_cast< sal_uInt16 >( rRoot.GetXclMaxPos().Row() ) ) in XclExpFmlaCompImpl()
1842 rXclPos.mnRow = static_cast< sal_uInt16 >( rnScRow ) & mnMaxRowMask; in ConvertRefData()
1854 rXclPos.mnRow = static_cast< sal_uInt16 >( nXclRelRow ) & mnMaxRowMask; in ConvertRefData()

Completed in 33 milliseconds