LibreOffice Module svl (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvNumberFormatsSupplierServiceObject Class Referencefinal

SvNumberFormatsSupplierServiceObject - a number formats supplier which. More...

#include <supservs.hxx>

Inheritance diagram for SvNumberFormatsSupplierServiceObject:
[legend]
Collaboration diagram for SvNumberFormatsSupplierServiceObject:
[legend]

Public Member Functions

 SvNumberFormatsSupplierServiceObject (css::uno::Reference< css::uno::XComponentContext > _xORB)
 
virtual ~SvNumberFormatsSupplierServiceObject () override
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &_rType) override
 
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &_rType) override
 
virtual void SAL_CALL initialize (const css::uno::Sequence< css::uno::Any > &aArguments) 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
 
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL getNumberFormatSettings () override
 
virtual css::uno::Reference< css::util::XNumberFormats > SAL_CALL getNumberFormats () override
 
virtual sal_Int64 SAL_CALL getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override
 
- Public Member Functions inherited from SvNumberFormatsSupplierObj
 SvNumberFormatsSupplierObj ()
 
 SvNumberFormatsSupplierObj (SvNumberFormatter *pForm)
 
virtual ~SvNumberFormatsSupplierObj () override
 
void SetNumberFormatter (SvNumberFormatter *pNew)
 
SvNumberFormatterGetNumberFormatter () const
 
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL getNumberFormatSettings () override
 
virtual css::uno::Reference< css::util::XNumberFormats > SAL_CALL getNumberFormats () override
 
- Public Member Functions inherited from cppu::WeakAggImplHelper2< css::util::XNumberFormatsSupplier, css::lang::XUnoTunnel >
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (css::uno::Type const &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () SAL_OVERRIDE
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakAggObject
 OWeakAggObject ()
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL setDelegator (const css::uno::Reference< css::uno::XInterface > &Delegator) SAL_OVERRIDE
 
virtual css::uno::Any SAL_CALL queryAggregation (const css::uno::Type &rType) SAL_OVERRIDE
 
- Public Member Functions inherited from cppu::OWeakObject
 OWeakObject ()
 
 OWeakObject (const OWeakObject &)
 
OWeakObject &SAL_CALL operator= (const OWeakObject &)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter () SAL_OVERRIDE
 
SAL_CALL operator css::uno::Reference< css::uno::XInterface > ()
 

Private Member Functions

void implEnsureFormatter ()
 

Private Attributes

std::unique_ptr< SvNumberFormatterm_pOwnFormatter
 
css::uno::Reference< css::uno::XComponentContext > m_xORB
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::OWeakAggObject
virtual ~OWeakAggObject () SAL_OVERRIDE
 
- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 
- Protected Attributes inherited from cppu::OWeakAggObject
css::uno::WeakReferenceHelper xDelegator
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

SvNumberFormatsSupplierServiceObject - a number formats supplier which.

Definition at line 36 of file supservs.hxx.

Constructor & Destructor Documentation

◆ SvNumberFormatsSupplierServiceObject()

SvNumberFormatsSupplierServiceObject::SvNumberFormatsSupplierServiceObject ( css::uno::Reference< css::uno::XComponentContext >  _xORB)
explicit

Definition at line 40 of file supservs.cxx.

◆ ~SvNumberFormatsSupplierServiceObject()

SvNumberFormatsSupplierServiceObject::~SvNumberFormatsSupplierServiceObject ( )
overridevirtual

Definition at line 45 of file supservs.cxx.

Member Function Documentation

◆ acquire()

virtual void SAL_CALL SvNumberFormatsSupplierServiceObject::acquire ( )
inlineoverridevirtualnoexcept

◆ getImplementationName()

OUString SAL_CALL SvNumberFormatsSupplierServiceObject::getImplementationName ( )
overridevirtual

Definition at line 101 of file supservs.cxx.

◆ getNumberFormats()

Reference< XNumberFormats > SAL_CALL SvNumberFormatsSupplierServiceObject::getNumberFormats ( )
overridevirtual

◆ getNumberFormatSettings()

Reference< XPropertySet > SAL_CALL SvNumberFormatsSupplierServiceObject::getNumberFormatSettings ( )
overridevirtual

◆ getSomething()

sal_Int64 SAL_CALL SvNumberFormatsSupplierServiceObject::getSomething ( const css::uno::Sequence< sal_Int8 > &  aIdentifier)
overridevirtual

Definition at line 130 of file supservs.cxx.

References implEnsureFormatter().

◆ getSupportedServiceNames()

Sequence< OUString > SAL_CALL SvNumberFormatsSupplierServiceObject::getSupportedServiceNames ( )
overridevirtual

Definition at line 111 of file supservs.cxx.

◆ implEnsureFormatter()

void SvNumberFormatsSupplierServiceObject::implEnsureFormatter ( )
private

◆ initialize()

void SAL_CALL SvNumberFormatsSupplierServiceObject::initialize ( const css::uno::Sequence< css::uno::Any > &  aArguments)
overridevirtual

◆ queryAggregation()

Any SAL_CALL SvNumberFormatsSupplierServiceObject::queryAggregation ( const css::uno::Type &  _rType)
overridevirtual

◆ queryInterface()

virtual css::uno::Any SAL_CALL SvNumberFormatsSupplierServiceObject::queryInterface ( const css::uno::Type &  _rType)
inlineoverridevirtual

◆ release()

virtual void SAL_CALL SvNumberFormatsSupplierServiceObject::release ( )
inlineoverridevirtualnoexcept

◆ supportsService()

sal_Bool SAL_CALL SvNumberFormatsSupplierServiceObject::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 106 of file supservs.cxx.

References cppu::supportsService().

Member Data Documentation

◆ m_pOwnFormatter

std::unique_ptr<SvNumberFormatter> SvNumberFormatsSupplierServiceObject::m_pOwnFormatter
private

Definition at line 41 of file supservs.hxx.

Referenced by implEnsureFormatter(), and initialize().

◆ m_xORB

css::uno::Reference< css::uno::XComponentContext > SvNumberFormatsSupplierServiceObject::m_xORB
private

Definition at line 42 of file supservs.hxx.

Referenced by initialize().


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