Searched refs:ocAnd (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 71 case ocAnd: in lcl_GetRetFormat() 1017 || eOp == ocAnd in Factor() 1331 while (pToken->GetOpCode() == ocAnd || pToken->GetOpCode() == ocOr) in Expression() 1508 if( eOp >= ocAnd && eOp <= ocOr ) in CreateStringFromToken() 1696 if ( eOp != ocAnd && eOp != ocOr && in NextToken()
|
H A D | token.cxx | 101 || eOp == ocAnd || eOp == ocOr // former binary, now x parameters in IsFunction()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | parclass.cxx | 80 { ocAnd, {{ Reference }, 1 }}, 510 case ocAnd: in GenerateDocumentation()
|
H A D | interpr4.cxx | 3464 case ocAnd : ScAnd(); break; in Interpret()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 139 …(eOpCode == ocAnd) || (eOpCode == ocOr) || (eOpCode == ocNot) || (eOpCode == ocTrue) || (eOpCode =… in invoke()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 959 ocAnd, // 20 And (logisch) in IndexToToken() 1496 ocAnd, // 26 And (logisch) in IndexToTokenWK123()
|
/aoo42x/main/formula/inc/formula/ |
H A D | opcode.hxx | 83 ocAnd = SC_OPCODE_AND, enumerator
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 411 { ocAnd, FT_Op },
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlformula.cxx | 116 { ocAnd, 36, 1, MX, V, { RX }, 0, 0 },
|
H A D | xeformula.cxx | 993 while( mxData->mbOk && (aTokData.GetOpCode() == ocAnd) ) in AndTerm()
|
Completed in 80 milliseconds