Home
last modified time | relevance | path

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

/aoo41x/main/oox/inc/oox/xls/
H A Dformulabase.hxx164 const sal_uInt16 BIFF_TOK_REF_ROWREL = 0x8000; /// True = row is relative. variable
/aoo41x/main/oox/source/xls/
H A Dformulabase.cxx88 mbRowRel = getFlag( nRow, BIFF_TOK_REF_ROWREL ); in setBiff2Data()
100 mbRowRel = getFlag( nCol, BIFF_TOK_REF_ROWREL ); in setBiff8Data()
/aoo41x/main/oox/source/dump/
H A Dbiffdumper.cxx1056 rbRelR = getFlag( nCol, BIFF_TOK_REF_ROWREL ); in dumpTokenCol()
1073 rbRelR = getFlag( nRow, BIFF_TOK_REF_ROWREL ); in dumpTokenRow()

Completed in 62 milliseconds