Home
last modified time | relevance | path

Searched refs:ocAnd (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/formula/source/core/api/
H A DFormulaCompiler.cxx71 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 Dtoken.cxx101 || eOp == ocAnd || eOp == ocOr // former binary, now x parameters in IsFunction()
/aoo42x/main/sc/source/core/tool/
H A Dparclass.cxx80 { ocAnd, {{ Reference }, 1 }},
510 case ocAnd: in GenerateDocumentation()
H A Dinterpr4.cxx3464 case ocAnd : ScAnd(); break; in Interpret()
/aoo42x/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx139 …(eOpCode == ocAnd) || (eOpCode == ocOr) || (eOpCode == ocNot) || (eOpCode == ocTrue) || (eOpCode =… in invoke()
/aoo42x/main/sc/source/filter/lotus/
H A Dlotform.cxx959 ocAnd, // 20 And (logisch) in IndexToToken()
1496 ocAnd, // 26 And (logisch) in IndexToTokenWK123()
/aoo42x/main/formula/inc/formula/
H A Dopcode.hxx83 ocAnd = SC_OPCODE_AND, enumerator
/aoo42x/main/sc/source/filter/qpro/
H A Dqproform.cxx411 { ocAnd, FT_Op },
/aoo42x/main/sc/source/filter/excel/
H A Dxlformula.cxx116 { ocAnd, 36, 1, MX, V, { RX }, 0, 0 },
H A Dxeformula.cxx993 while( mxData->mbOk && (aTokData.GetOpCode() == ocAnd) ) in AndTerm()

Completed in 109 milliseconds