Home
last modified time | relevance | path

Searched refs:ocNone (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx80 OpCode eOpCode = ocNone, const Locale* pLocale = NULL) in lclMatchKeyword()
89 if ( eOpCode == ocNone && !pLocale ) in lclMatchKeyword()
105 if ( eOpCode != ocNone && pLocale ) in lclMatchKeyword()
129 else if ( eOpCode != ocNone && !pLocale ) in lclMatchKeyword()
H A Dcellkeywords.inl74 {NULL, NULL, ocNone}
144 {NULL, NULL, ocNone}
199 {NULL, NULL, ocNone}
H A Dparclass.cxx206 { ocNone, {{ Bounds }, 0 } }
225 DBG_ASSERT( pRaw->eOp == ocNone, "RawData OpCode error"); in Init()
H A Dinterpr4.cxx3431 eOp = ocNone; // JumpMatrix created in Interpret()
3774 case ocNone : nFuncFmtType = NUMBERFORMAT_UNDEFINED; break; in Interpret()
H A Dcompiler.cxx302 if ( eOp != ocNone ) in IsEnglishSymbol()
3790 pFunctionStack[0].eOp = ocNone; in CompileString()
/aoo42x/main/sc/source/core/inc/
H A Dcellkeytranslator.hxx70 …word(String& rName, const ::com::sun::star::lang::Locale* pLocale = NULL, OpCode eOpCode = ocNone);
79 OpCode eOpCode = ocNone);
/aoo42x/main/formula/inc/formula/
H A Dtokenarray.hxx232 return ocNone; in GetOuterFuncOpCode()
H A Dopcode.hxx409 ocNone = SC_OPCODE_NONE enumerator
/aoo42x/main/sc/source/core/data/
H A Dglobal.cxx352 OpCode eOp = ocNone; in GetRscString()
380 if (eOp != ocNone) in GetRscString()
/aoo42x/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx364 if ( eOp != ocNone ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx71 … GetOpCode() const { return mpScToken ? mpScToken->GetOpCode() : static_cast< OpCode >( ocNone ); } in GetOpCode()
1181 case ocNone: /* do nothing */ break; in Factor()
/aoo42x/main/formula/source/core/api/
H A DFormulaCompiler.cxx716 return bFound ? (*iLook).second : OpCode(ocNone); in GetEnglishOpCode()

Completed in 145 milliseconds