#include <nativenumbersupplier.hxx>
|
| NativeNumberSupplierService () |
|
virtual OUString SAL_CALL | getNativeNumberString (const OUString &aNumberString, const css::lang::Locale &aLocale, sal_Int16 nNativeNumberMode) override |
|
virtual sal_Bool SAL_CALL | isValidNatNum (const css::lang::Locale &rLocale, sal_Int16 nNativeNumberMode) override |
|
virtual css::i18n::NativeNumberXmlAttributes SAL_CALL | convertToXmlAttributes (const css::lang::Locale &aLocale, sal_Int16 nNativeNumberMode) override |
|
virtual sal_Int16 SAL_CALL | convertFromXmlAttributes (const css::i18n::NativeNumberXmlAttributes &aAttr) override |
|
virtual OUString SAL_CALL | getNativeNumberStringParams (const OUString &rNumberString, const css::lang::Locale &rLocale, sal_Int16 nNativeNumberMode, const OUString &rNativeNumberParams) 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 |
|
OUString | getNativeNumberString (const OUString &rNumberString, const css::lang::Locale &rLocale, sal_Int16 nNativeNumberMode, css::uno::Sequence< sal_Int32 > *pOffset, std::u16string_view rNativeNumberParams=std::u16string_view()) |
|
|
css::lang::Locale | aLocale |
|
css::uno::Reference< css::i18n::XCharacterClassification > | xCharClass |
|
Definition at line 33 of file nativenumbersupplier.hxx.
◆ NativeNumberSupplierService()
i18npool::NativeNumberSupplierService::NativeNumberSupplierService |
( |
| ) |
|
|
inline |
◆ convertFromXmlAttributes()
sal_Int16 SAL_CALL i18npool::NativeNumberSupplierService::convertFromXmlAttributes |
( |
const css::i18n::NativeNumberXmlAttributes & |
aAttr | ) |
|
|
overridevirtual |
◆ convertToXmlAttributes()
NativeNumberXmlAttributes SAL_CALL i18npool::NativeNumberSupplierService::convertToXmlAttributes |
( |
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nNativeNumberMode |
|
) |
| |
|
overridevirtual |
◆ getImplementationName()
OUString SAL_CALL i18npool::NativeNumberSupplierService::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getNativeNumberChar()
sal_Unicode i18npool::NativeNumberSupplierService::getNativeNumberChar |
( |
const sal_Unicode |
inChar, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nNativeNumberMode |
|
) |
| |
|
static |
◆ getNativeNumberString() [1/2]
virtual OUString SAL_CALL i18npool::NativeNumberSupplierService::getNativeNumberString |
( |
const OUString & |
aNumberString, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nNativeNumberMode |
|
) |
| |
|
overridevirtual |
◆ getNativeNumberString() [2/2]
OUString i18npool::NativeNumberSupplierService::getNativeNumberString |
( |
const OUString & |
rNumberString, |
|
|
const css::lang::Locale & |
rLocale, |
|
|
sal_Int16 |
nNativeNumberMode, |
|
|
css::uno::Sequence< sal_Int32 > * |
pOffset, |
|
|
std::u16string_view |
rNativeNumberParams = std::u16string_view() |
|
) |
| |
- Exceptions
-
css::uno::RuntimeException | |
◆ getNativeNumberStringParams()
OUString SAL_CALL i18npool::NativeNumberSupplierService::getNativeNumberStringParams |
( |
const OUString & |
rNumberString, |
|
|
const css::lang::Locale & |
rLocale, |
|
|
sal_Int16 |
nNativeNumberMode, |
|
|
const OUString & |
rNativeNumberParams |
|
) |
| |
|
overridevirtual |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL i18npool::NativeNumberSupplierService::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ isValidNatNum()
virtual sal_Bool SAL_CALL i18npool::NativeNumberSupplierService::isValidNatNum |
( |
const css::lang::Locale & |
rLocale, |
|
|
sal_Int16 |
nNativeNumberMode |
|
) |
| |
|
inlineoverridevirtual |
◆ isValidNatNumImpl()
bool i18npool::NativeNumberSupplierService::isValidNatNumImpl |
( |
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nNativeNumberMode |
|
) |
| |
|
staticprivate |
◆ supportsService()
sal_Bool SAL_CALL i18npool::NativeNumberSupplierService::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ aLocale
css::lang::Locale i18npool::NativeNumberSupplierService::aLocale |
|
private |
◆ xCharClass
css::uno::Reference< css::i18n::XCharacterClassification > i18npool::NativeNumberSupplierService::xCharClass |
|
mutableprivate |
The documentation for this class was generated from the following files: