Searched refs:ocNot (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 73 case ocNot: in lcl_GetRetFormat() 993 else if( eOp == ocNot || eOp == ocNeg in Factor() 998 if( nNumFmt == NUMBERFORMAT_UNDEFINED && eOp == ocNot ) in Factor() 1310 while (pToken->GetOpCode() == ocNot) in NotLine()
|
H A D | token.cxx | 102 || eOp == ocNot || eOp == ocNeg // unary but function in IsFunction()
|
/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 | 961 ocNot, // 22 Not (logisch) in IndexToToken() 1498 ocNot, // 28 Not (logisch) in IndexToTokenWK123()
|
/aoo42x/main/formula/inc/formula/ |
H A D | opcode.hxx | 89 ocNot = SC_OPCODE_NOT, enumerator
|
/aoo42x/main/sc/source/core/tool/ |
H A D | parclass.cxx | 152 { ocNot, {{ Array }, 0 }},
|
H A D | interpr4.cxx | 3470 case ocNot : ScNot(); break; in Interpret()
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 413 { ocNot, FT_FuncFix1 },
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlformula.cxx | 118 { ocNot, 38, 1, 1, V, { VR }, 0, 0 },
|
Completed in 50 milliseconds