Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/xls/
H A Dformulabase.hxx151 const sal_uInt16 BIFF_TOK_FUNCVAR_CMD = 0x8000; /// Macro command. variable
/AOO41X/main/oox/source/dump/
H A Dxlsbdumper.cxx569 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in writeFuncIdItem()
783 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in dumpFuncVarToken()
H A Dbiffdumper.cxx1036 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in writeFuncIdItem()
1307 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in dumpFuncVarToken()
1324 sal_uInt16 nCmdId = readFuncId() | BIFF_TOK_FUNCVAR_CMD; in dumpCmdToken()
/AOO41X/main/oox/source/xls/
H A Dformulaparser.cxx1818 if( getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ) ) in pushBiff12Function()
2526 setFlag( nCmdId, BIFF_TOK_FUNCVAR_CMD ); in importFuncCEToken()
2764 if( getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ) ) in pushBiffFunction()
H A Dformulabase.cxx927 setFlag( xFuncInfo->mnBiff12FuncId, BIFF_TOK_FUNCVAR_CMD, bMacroCmd ); in initFunc()
928 setFlag( xFuncInfo->mnBiffFuncId, BIFF_TOK_FUNCVAR_CMD, bMacroCmd ); in initFunc()