LibreOffice Module formula (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
formula::FormulaOpCodeMapperObj Class Reference

#include <FormulaOpCodeMapperObj.hxx>

Inheritance diagram for formula::FormulaOpCodeMapperObj:
[legend]
Collaboration diagram for formula::FormulaOpCodeMapperObj:
[legend]

Public Member Functions

 FormulaOpCodeMapperObj (::std::unique_ptr< FormulaCompiler > &&_pCompiler)
 
virtual ~FormulaOpCodeMapperObj () override
 

Private Member Functions

virtual ::sal_Int32 SAL_CALL getOpCodeExternal () override
 
virtual ::sal_Int32 SAL_CALL getOpCodeUnknown () override
 
virtual css::uno::Sequence< css::sheet::FormulaToken > SAL_CALL getMappings (const css::uno::Sequence< OUString > &rNames, sal_Int32 nLanguage) override
 
virtual css::uno::Sequence< css::sheet::FormulaOpCodeMapEntry > SAL_CALL getAvailableMappings (sal_Int32 nLanguage, sal_Int32 nGroups) override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

::std::unique_ptr< FormulaCompilerm_pCompiler
 

Detailed Description

Definition at line 45 of file FormulaOpCodeMapperObj.hxx.

Constructor & Destructor Documentation

◆ FormulaOpCodeMapperObj()

formula::FormulaOpCodeMapperObj::FormulaOpCodeMapperObj ( ::std::unique_ptr< FormulaCompiler > &&  _pCompiler)

Definition at line 40 of file FormulaOpCodeMapperObj.cxx.

◆ ~FormulaOpCodeMapperObj()

formula::FormulaOpCodeMapperObj::~FormulaOpCodeMapperObj ( )
overridevirtual

Definition at line 45 of file FormulaOpCodeMapperObj.cxx.

Member Function Documentation

◆ getAvailableMappings()

css::uno::Sequence< css::sheet::FormulaOpCodeMapEntry > SAL_CALL formula::FormulaOpCodeMapperObj::getAvailableMappings ( sal_Int32  nLanguage,
sal_Int32  nGroups 
)
overrideprivatevirtual

Definition at line 74 of file FormulaOpCodeMapperObj.cxx.

References m_pCompiler.

◆ getImplementationName()

OUString SAL_CALL formula::FormulaOpCodeMapperObj::getImplementationName ( )
overrideprivatevirtual

Definition at line 83 of file FormulaOpCodeMapperObj.cxx.

◆ getMappings()

css::uno::Sequence< css::sheet::FormulaToken > SAL_CALL formula::FormulaOpCodeMapperObj::getMappings ( const css::uno::Sequence< OUString > &  rNames,
sal_Int32  nLanguage 
)
overrideprivatevirtual

Definition at line 62 of file FormulaOpCodeMapperObj.cxx.

References m_pCompiler.

◆ getOpCodeExternal()

sal_Int32 SAL_CALL formula::FormulaOpCodeMapperObj::getOpCodeExternal ( )
overrideprivate

Definition at line 49 of file FormulaOpCodeMapperObj.cxx.

References ocExternal.

◆ getOpCodeUnknown()

sal_Int32 SAL_CALL formula::FormulaOpCodeMapperObj::getOpCodeUnknown ( )
overrideprivate

◆ getSupportedServiceNames()

uno::Sequence< OUString > SAL_CALL formula::FormulaOpCodeMapperObj::getSupportedServiceNames ( )
overrideprivatevirtual

Definition at line 88 of file FormulaOpCodeMapperObj.cxx.

◆ supportsService()

sal_Bool SAL_CALL formula::FormulaOpCodeMapperObj::supportsService ( const OUString &  ServiceName)
overrideprivatevirtual

Definition at line 35 of file FormulaOpCodeMapperObj.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pCompiler

::std::unique_ptr<FormulaCompiler> formula::FormulaOpCodeMapperObj::m_pCompiler
private

Definition at line 49 of file FormulaOpCodeMapperObj.hxx.

Referenced by getAvailableMappings(), and getMappings().


The documentation for this class was generated from the following files: