LibreOffice Module svl (master) 1
|
#include <numuno.hxx>
Public Member Functions | |
SvNumberFormatsSupplierObj () | |
SvNumberFormatsSupplierObj (SvNumberFormatter *pForm) | |
virtual | ~SvNumberFormatsSupplierObj () override |
void | SetNumberFormatter (SvNumberFormatter *pNew) |
SvNumberFormatter * | GetNumberFormatter () 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 Attributes | |
std::unique_ptr< SvNumFmtSuppl_Impl > | pImpl |
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 |
Definition at line 41 of file numuno.hxx.
SvNumberFormatsSupplierObj::SvNumberFormatsSupplierObj | ( | ) |
Definition at line 39 of file numuno.cxx.
SvNumberFormatsSupplierObj::SvNumberFormatsSupplierObj | ( | SvNumberFormatter * | pForm | ) |
Definition at line 44 of file numuno.cxx.
|
overridevirtual |
Definition at line 49 of file numuno.cxx.
|
overridevirtual |
Reimplemented in SvNumberFormatsSupplierServiceObject.
Definition at line 78 of file numuno.cxx.
References pImpl.
Referenced by SvNumberFormatsSupplierServiceObject::getNumberFormats().
|
overridevirtual |
Reimplemented in SvNumberFormatsSupplierServiceObject.
Definition at line 71 of file numuno.cxx.
References pImpl.
Referenced by SvNumberFormatsSupplierServiceObject::getNumberFormatSettings().
SvNumberFormatter * SvNumberFormatsSupplierObj::GetNumberFormatter | ( | ) | const |
Definition at line 58 of file numuno.cxx.
References pImpl.
void SvNumberFormatsSupplierObj::SetNumberFormatter | ( | SvNumberFormatter * | pNew | ) |
Definition at line 63 of file numuno.cxx.
References pImpl.
Referenced by SvNumberFormatsSupplierServiceObject::initialize().
|
private |
Definition at line 46 of file numuno.hxx.
Referenced by getNumberFormats(), getNumberFormatSettings(), GetNumberFormatter(), and SetNumberFormatter().