Home
last modified time | relevance | path

Searched refs:OpCodeMap (Results 1 – 5 of 5) sorted by relevance

/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx87 class OpCodeMap;
88 friend class FormulaCompiler::OpCodeMap;
91 class FORMULA_DLLPUBLIC OpCodeMap class in formula::FormulaCompiler
102 OpCodeMap(); // prevent usage
103 OpCodeMap( const OpCodeMap& ); // prevent usage
104 OpCodeMap& operator=( const OpCodeMap& ); // prevent usage
108 OpCodeMap(sal_uInt16 nSymbols, bool bCore, FormulaGrammar::Grammar eGrammar ) : in OpCodeMap() function in formula::FormulaCompiler::OpCodeMap
119 virtual ~OpCodeMap();
189 typedef ::boost::shared_ptr< const OpCodeMap > OpCodeMapPtr;
190 typedef ::boost::shared_ptr< OpCodeMap > NonConstOpCodeMapPtr;
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx262 void FormulaCompiler::OpCodeMap::putExternal( const String & rSymbol, const String & rAddIn ) in putExternal()
270 void FormulaCompiler::OpCodeMap::putExternalSoftly( const String & rSymbol, const String & rAddIn ) in putExternalSoftly()
276 uno::Sequence< sheet::FormulaToken > FormulaCompiler::OpCodeMap::createSequenceOfFormulaTokens(cons… in createSequenceOfFormulaTokens()
312 uno::Sequence< sheet::FormulaOpCodeMapEntry > FormulaCompiler::OpCodeMap::createSequenceOfAvailable… in createSequenceOfAvailableMappings()
487 void FormulaCompiler::OpCodeMap::putOpCode( const String & rStr, const OpCode eOp ) in putOpCode()
586 …NonConstOpCodeMapPtr xMap( new OpCodeMap( SC_OPCODE_LAST_OPCODE_ID + 1,false, FormulaGrammar::merg… in CreateOpCodeMap()
619 …s_SymbolMap.reset( new FormulaCompiler::OpCodeMap( SC_OPCODE_LAST_OPCODE_ID + 1, true, FormulaGram… in lcl_fillNativeSymbols()
685 …_xMap.reset( new OpCodeMap( SC_OPCODE_LAST_OPCODE_ID + 1, _eGrammar != FormulaGrammar::GRAM_ODFF, … in loadSymbols()
766 FormulaCompiler::OpCodeMap::~OpCodeMap() in ~OpCodeMap()
774 sal_Int32 FormulaCompiler::OpCodeMap::getOpCodeUnknown() in getOpCodeUnknown()
H A DFormulaOpCodeMapperObj.cxx62 return FormulaCompiler::OpCodeMap::getOpCodeUnknown(); in getOpCodeUnknown()
/trunk/main/offapi/com/sun/star/sheet/
H A DFormulaParser.idl60 <p>Note: When changing this, an already existing <member>OpCodeMap
62 set this <em>before</em> setting the <member>OpCodeMap</member>.
89 [property] sequence< FormulaOpCodeMapEntry > OpCodeMap;
/trunk/main/offapi/com/sun/star/report/meta/
H A DXFormulaParser.idl53 [attribute] sequence< sheet::FormulaOpCodeMapEntry > OpCodeMap;