#include <textconversion.hxx>
|
| TextConversionService (const char *pImplName) |
|
virtual | ~TextConversionService () override |
|
virtual 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=0 |
|
virtual 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=0 |
|
virtual 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=0 |
|
virtual sal_Bool SAL_CALL | interactiveConversion (const css::lang::Locale &aLocale, sal_Int16 nTextConversionType, sal_Int32 nTextConversionOptions) override=0 |
|
OUString SAL_CALL | getImplementationName () override |
|
sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
|
css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
|
Definition at line 34 of file textconversion.hxx.
◆ TextConversionService()
i18npool::TextConversionService::TextConversionService |
( |
const char * |
pImplName | ) |
|
◆ ~TextConversionService()
i18npool::TextConversionService::~TextConversionService |
( |
| ) |
|
|
overridevirtual |
◆ getConversion()
virtual OUString SAL_CALL i18npool::TextConversionService::getConversion |
( |
const OUString & |
aText, |
|
|
sal_Int32 |
nStartPos, |
|
|
sal_Int32 |
nLength, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
overridepure virtual |
◆ getConversions()
virtual css::i18n::TextConversionResult SAL_CALL i18npool::TextConversionService::getConversions |
( |
const OUString & |
aText, |
|
|
sal_Int32 |
nStartPos, |
|
|
sal_Int32 |
nLength, |
|
|
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
overridepure virtual |
◆ getConversionWithOffset()
virtual OUString SAL_CALL i18npool::TextConversionService::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 |
|
) |
| |
|
overridepure virtual |
◆ getFunctionBySymbol()
oslGenericFunction i18npool::TextConversionService::getFunctionBySymbol |
( |
const char * |
func | ) |
|
|
protected |
◆ getImplementationName()
OUString SAL_CALL i18npool::TextConversionService::getImplementationName |
( |
| ) |
|
|
override |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL i18npool::TextConversionService::getSupportedServiceNames |
( |
| ) |
|
|
override |
◆ interactiveConversion()
virtual sal_Bool SAL_CALL i18npool::TextConversionService::interactiveConversion |
( |
const css::lang::Locale & |
aLocale, |
|
|
sal_Int16 |
nTextConversionType, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
|
overridepure virtual |
◆ supportsService()
sal_Bool SAL_CALL i18npool::TextConversionService::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
override |
◆ hModule
oslModule i18npool::TextConversionService::hModule |
|
protected |
◆ implementationName
const char* i18npool::TextConversionService::implementationName |
|
private |
The documentation for this class was generated from the following files: