#include <textconversionImpl.hxx>
|
| TextConversionImpl (css::uno::Reference< css::uno::XComponentContext > xContext) |
|
css::i18n::TextConversionResult SAL_CALL | getConversions (const OUString &aText, sal_Int32 nStartPos, sal_Int32 nLength, const css::lang::Locale &aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions) override |
|
OUString SAL_CALL | getConversion (const OUString &aText, sal_Int32 nStartPos, sal_Int32 nLength, const css::lang::Locale &aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions) override |
|
OUString SAL_CALL | getConversionWithOffset (const OUString &aText, sal_Int32 nStartPos, sal_Int32 nLength, const css::lang::Locale &aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions, css::uno::Sequence< sal_Int32 > &offset) override |
|
sal_Bool SAL_CALL | interactiveConversion (const css::lang::Locale &aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions) override |
|
OUString SAL_CALL | getImplementationName () override |
|
sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
|
css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
|
|
css::lang::Locale | aLocale |
|
css::uno::Reference< css::i18n::XExtendedTextConversion > | xTC |
|
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
|
Definition at line 32 of file textconversionImpl.hxx.
◆ TextConversionImpl()
i18npool::TextConversionImpl::TextConversionImpl |
( |
css::uno::Reference< css::uno::XComponentContext > |
xContext | ) |
|
|
inline |
◆ getConversion()
OUString SAL_CALL i18npool::TextConversionImpl::getConversion |
( |
const OUString & |
aText, |
|
|
sal_Int32 |
nStartPos, |
|
|
sal_Int32 |
nLength, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
override |
◆ getConversions()
TextConversionResult SAL_CALL i18npool::TextConversionImpl::getConversions |
( |
const OUString & |
aText, |
|
|
sal_Int32 |
nStartPos, |
|
|
sal_Int32 |
nLength, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
override |
◆ getConversionWithOffset()
OUString SAL_CALL i18npool::TextConversionImpl::getConversionWithOffset |
( |
const OUString & |
aText, |
|
|
sal_Int32 |
nStartPos, |
|
|
sal_Int32 |
nLength, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions, |
|
|
css::uno::Sequence< sal_Int32 > & |
offset |
|
) |
| |
|
override |
◆ getImplementationName()
OUString SAL_CALL i18npool::TextConversionImpl::getImplementationName |
( |
| ) |
|
|
override |
◆ getLocaleSpecificTextConversion()
void i18npool::TextConversionImpl::getLocaleSpecificTextConversion |
( |
const css::lang::Locale & |
rLocale | ) |
|
|
private |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL i18npool::TextConversionImpl::getSupportedServiceNames |
( |
| ) |
|
|
override |
◆ interactiveConversion()
sal_Bool SAL_CALL i18npool::TextConversionImpl::interactiveConversion |
( |
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
override |
◆ supportsService()
sal_Bool SAL_CALL i18npool::TextConversionImpl::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
override |
◆ aLocale
css::lang::Locale i18npool::TextConversionImpl::aLocale |
|
private |
◆ m_xContext
css::uno::Reference< css::uno::XComponentContext > i18npool::TextConversionImpl::m_xContext |
|
private |
◆ xTC
css::uno::Reference< css::i18n::XExtendedTextConversion > i18npool::TextConversionImpl::xTC |
|
private |
The documentation for this class was generated from the following files: