#include <numberformatcode.hxx>
|
| NumberFormatCodeMapper (const css::uno::Reference< css::uno::XComponentContext > &rxContext) |
|
virtual | ~NumberFormatCodeMapper () override |
|
virtual css::i18n::NumberFormatCode SAL_CALL | getDefault (sal_Int16 nFormatType, sal_Int16 nFormatUsage, const css::lang::Locale &rLocale) override |
|
virtual css::i18n::NumberFormatCode SAL_CALL | getFormatCode (sal_Int16 nFormatIndex, const css::lang::Locale &rLocale) override |
|
virtual css::uno::Sequence< css::i18n::NumberFormatCode > SAL_CALL | getAllFormatCode (sal_Int16 nFormatUsage, const css::lang::Locale &rLocale) override |
|
virtual css::uno::Sequence< css::i18n::NumberFormatCode > SAL_CALL | getAllFormatCodes (const css::lang::Locale &rLocale) 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 |
|
|
const css::uno::Sequence< css::i18n::FormatElement > & | getFormats (const css::lang::Locale &rLocale) |
|
Definition at line 36 of file numberformatcode.hxx.
◆ FormatElementCacheItem
◆ NumberFormatCodeMapper()
NumberFormatCodeMapper::NumberFormatCodeMapper |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext | ) |
|
◆ ~NumberFormatCodeMapper()
NumberFormatCodeMapper::~NumberFormatCodeMapper |
( |
| ) |
|
|
overridevirtual |
◆ getAllFormatCode()
css::uno::Sequence< css::i18n::NumberFormatCode > SAL_CALL NumberFormatCodeMapper::getAllFormatCode |
( |
sal_Int16 |
nFormatUsage, |
|
|
const css::lang::Locale & |
rLocale |
|
) |
| |
|
overridevirtual |
◆ getAllFormatCodes()
css::uno::Sequence< css::i18n::NumberFormatCode > SAL_CALL NumberFormatCodeMapper::getAllFormatCodes |
( |
const css::lang::Locale & |
rLocale | ) |
|
|
overridevirtual |
◆ getDefault()
css::i18n::NumberFormatCode SAL_CALL NumberFormatCodeMapper::getDefault |
( |
sal_Int16 |
nFormatType, |
|
|
sal_Int16 |
nFormatUsage, |
|
|
const css::lang::Locale & |
rLocale |
|
) |
| |
|
overridevirtual |
◆ getFormatCode()
css::i18n::NumberFormatCode SAL_CALL NumberFormatCodeMapper::getFormatCode |
( |
sal_Int16 |
nFormatIndex, |
|
|
const css::lang::Locale & |
rLocale |
|
) |
| |
|
overridevirtual |
◆ getFormats()
const css::uno::Sequence< css::i18n::FormatElement > & NumberFormatCodeMapper::getFormats |
( |
const css::lang::Locale & |
rLocale | ) |
|
|
private |
◆ getImplementationName()
OUString SAL_CALL NumberFormatCodeMapper::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
css::uno::Sequence< OUString > SAL_CALL NumberFormatCodeMapper::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ mapElementTypeShortToString()
OUString NumberFormatCodeMapper::mapElementTypeShortToString |
( |
sal_Int16 |
formatType | ) |
|
|
staticprivate |
◆ mapElementTypeStringToShort()
sal_Int16 NumberFormatCodeMapper::mapElementTypeStringToShort |
( |
std::u16string_view |
formatType | ) |
|
|
staticprivate |
◆ mapElementUsageShortToString()
OUString NumberFormatCodeMapper::mapElementUsageShortToString |
( |
sal_Int16 |
formatUsage | ) |
|
|
staticprivate |
◆ mapElementUsageStringToShort()
sal_Int16 NumberFormatCodeMapper::mapElementUsageStringToShort |
( |
std::u16string_view |
formatUsage | ) |
|
|
staticprivate |
◆ supportsService()
sal_Bool SAL_CALL NumberFormatCodeMapper::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ m_aFormatElementCache
◆ m_xLocaleData
css::uno::Reference< css::i18n::XLocaleData5 > NumberFormatCodeMapper::m_xLocaleData |
|
private |
◆ maMutex
The documentation for this class was generated from the following files: