Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dformulabase.cxx86 mnRow = nRow & BIFF_TOK_REF_ROWMASK; in setBiff2Data()
91 if( bRelativeAsOffset && mbRowRel && (mnRow > (BIFF_TOK_REF_ROWMASK >> 1)) ) in setBiff2Data()
92 mnRow -= (BIFF_TOK_REF_ROWMASK + 1); in setBiff2Data()
/aoo41x/main/oox/inc/oox/xls/
H A Dformulabase.hxx162 const sal_uInt16 BIFF_TOK_REF_ROWMASK = 0x3FFF; /// Mask to extract BIFF2-BIFF5 row fro… variable
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx1074 nRow &= BIFF_TOK_REF_ROWMASK; in dumpTokenRow()

Completed in 262 milliseconds