#include "transliteration_commonclass.hxx"
#include <unicode/translit.h>
#include <memory>
Go to the source code of this file.
◆ TRANSLITERATION_IGNORE [1/3]
#define TRANSLITERATION_IGNORE |
( |
|
name | ) |
|
◆ TRANSLITERATION_IGNORE [2/3]
#define TRANSLITERATION_IGNORE |
( |
|
name | ) |
|
Value:class ignore##
name final :
public transliteration_Ignore {\
public:\
func = nullptr;\
table = nullptr;\
map = nullptr;\
transliterationName =
"ignore"#
name;\
implementationName =
"com.sun.star.i18n.Transliteration.ignore"#
name;\
};\
OUString foldingImpl( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, \
css::uno::Sequence< sal_Int32 >* pOffset) override; \
};
Definition at line 129 of file transliteration_Ignore.hxx.
◆ TRANSLITERATION_IGNORE [3/3]
#define TRANSLITERATION_IGNORE |
( |
|
name, |
|
|
|
implname |
|
) |
| |
Value:class ignore##
name final :
public transliteration_Ignore {\
public:\
func = nullptr;\
table = nullptr;\
map = nullptr;\
transliterationName =
"ignore"#
name;\
implementationName = "com.sun.star.i18n.Transliteration." implname;\
};\
OUString foldingImpl( const OUString& inStr, sal_Int32 startPos, sal_Int32 nCount, \
css::uno::Sequence< sal_Int32 >* pOffset) override; \
using transliteration_Ignore::transliterateRange;\
css::uno::Sequence< OUString > SAL_CALL transliterateRange( const OUString& str1, \
const OUString& str2 ) override; \
sal_Unicode SAL_CALL \
override;\
};
Definition at line 129 of file transliteration_Ignore.hxx.
◆ TransFunc