Searched refs:BIFF_TOK_FUNCVAR_CMD (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/oox/inc/oox/xls/ |
| H A D | formulabase.hxx | 151 const sal_uInt16 BIFF_TOK_FUNCVAR_CMD = 0x8000; /// Macro command. variable
|
| /AOO41X/main/oox/source/dump/ |
| H A D | xlsbdumper.cxx | 569 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in writeFuncIdItem() 783 bool bCmd = getFlag( nFuncId, BIFF_TOK_FUNCVAR_CMD ); in dumpFuncVarToken()
|
| H A D | biffdumper.cxx | 1036 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 D | formulaparser.cxx | 1818 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 D | formulabase.cxx | 927 setFlag( xFuncInfo->mnBiff12FuncId, BIFF_TOK_FUNCVAR_CMD, bMacroCmd ); in initFunc() 928 setFlag( xFuncInfo->mnBiffFuncId, BIFF_TOK_FUNCVAR_CMD, bMacroCmd ); in initFunc()
|