LibreOffice Module i18npool (master)
1
|
#include <textconversion.hxx>
#include <com/sun/star/i18n/TextConversionType.hpp>
#include <com/sun/star/i18n/TextConversionOption.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/linguistic2/ConversionDirection.hpp>
#include <com/sun/star/linguistic2/ConversionDictionaryType.hpp>
#include <com/sun/star/linguistic2/ConversionDictionaryList.hpp>
#include <comphelper/sequence.hxx>
#include <rtl/ustrbuf.hxx>
#include <unicode/uchar.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
i18npool | |
Constant values shared between i18npool and, for example, the number formatter. | |
Macros | |
#define | SCRIPT_OTHERS 0 |
#define | SCRIPT_HANJA 1 |
#define | SCRIPT_HANGUL 2 |
Functions | |
static sal_Int16 | i18npool::checkScriptType (sal_Unicode c) |
static Sequence< OUString > & | i18npool::operator+= (Sequence< OUString > &rSeq1, const Sequence< OUString > &rSeq2) |
#define SCRIPT_HANGUL 2 |
Definition at line 42 of file textconversion_ko.cxx.
Referenced by i18npool::checkScriptType(), and i18npool::TextConversion_ko::getConversions().
#define SCRIPT_HANJA 1 |
Definition at line 41 of file textconversion_ko.cxx.
Referenced by i18npool::checkScriptType(), and i18npool::TextConversion_ko::getConversions().
#define SCRIPT_OTHERS 0 |
Definition at line 40 of file textconversion_ko.cxx.
Referenced by i18npool::checkScriptType(), and i18npool::TextConversion_ko::getConversions().