Home
last modified time | relevance | path

Searched refs:BIFF_FUNC_TRUE (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/oox/inc/oox/xls/
H A Dformulabase.hxx204 const sal_uInt16 BIFF_FUNC_TRUE = 34; /// Function identifier of the TRUE fun… variable
/AOO41X/main/oox/source/xls/
H A Dformulaparser.cxx930 …if( const FunctionInfo* pFuncInfo = getFuncInfoFromBiff12FuncId( bValue ? BIFF_FUNC_TRUE : BIFF_FU… in pushBoolOperand()
2828 …if( const FunctionInfo* pFuncInfo = getFuncInfoFromBiffFuncId( bValue ? BIFF_FUNC_TRUE : BIFF_FUNC… in convertBoolToFormula()