Home
last modified time | relevance | path

Searched refs:OpCodeMapPtr (Results 1 – 8 of 8) sorted by relevance

/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx189 typedef ::boost::shared_ptr< const OpCodeMap > OpCodeMapPtr; typedef in formula::FormulaCompiler
197 OpCodeMapPtr GetOpCodeMap( const sal_Int32 nLanguage ) const;
203 OpCodeMapPtr CreateOpCodeMap(
287 OpCodeMapPtr mxSymbols; // which symbols are used
/trunk/main/formula/source/core/api/
H A DFormulaOpCodeMapperObj.cxx73 FormulaCompiler::OpCodeMapPtr xMap = m_pCompiler->GetOpCodeMap( nLanguage); in getMappings()
86 FormulaCompiler::OpCodeMapPtr xMap = m_pCompiler->GetOpCodeMap( nLanguage); in getAvailableMappings()
H A DFormulaCompiler.cxx541 FormulaCompiler::OpCodeMapPtr FormulaCompiler::GetOpCodeMap( const sal_Int32 nLanguage ) const in GetOpCodeMap()
543 FormulaCompiler::OpCodeMapPtr xMap; in GetOpCodeMap()
579 FormulaCompiler::OpCodeMapPtr FormulaCompiler::CreateOpCodeMap( in CreateOpCodeMap()
712 FormulaCompiler::OpCodeMapPtr xMap = GetOpCodeMap(sheet::FormulaLanguage::ENGLISH); in GetEnglishOpCode()
/trunk/main/sc/inc/
H A Dtokenuno.hxx68 ScCompiler::OpCodeMapPtr mxOpCodeMap;
H A Dcompiler.hxx386 void SetFormulaLanguage( const OpCodeMapPtr & xMap );
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx237 ScCompiler::OpCodeMapPtr xPODF = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
239 ScCompiler::OpCodeMapPtr xODFF = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
241 ScCompiler::OpCodeMapPtr xENUS = ScCompiler::GetOpCodeMap( in dbg_call_generateMappingDiff()
349 OpCodeMapPtr xMap = GetOpCodeMap( nFormulaLanguage); in SetGrammar()
378 void ScCompiler::SetFormulaLanguage( const ScCompiler::OpCodeMapPtr & xMap ) in SetFormulaLanguage()
422 ScCompiler::OpCodeMapPtr xMap = ScCompiler::GetOpCodeMap( FormulaLanguage::ODFF); in dbg_call_testcreatemapping()
H A Dparclass.cxx471 …ScCompiler::OpCodeMapPtr xMap( aComp.GetOpCodeMap(::com::sun::star::sheet::FormulaLanguage::ENGLIS… in GenerateDocumentation()
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx115 ScCompiler::OpCodeMapPtr xMap = rCompiler.GetOpCodeMap( nFormulaLanguage); in SetCompilerFlags()