LibreOffice Module i18npool (master) 1
Namespaces | Macros | Functions
textconversion_ko.cxx File Reference
#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>
Include dependency graph for textconversion_ko.cxx:

Go to the source code of this file.

Namespaces

namespace  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)
 

Macro Definition Documentation

◆ SCRIPT_HANGUL

#define SCRIPT_HANGUL   2

Definition at line 42 of file textconversion_ko.cxx.

◆ SCRIPT_HANJA

#define SCRIPT_HANJA   1

Definition at line 41 of file textconversion_ko.cxx.

◆ SCRIPT_OTHERS

#define SCRIPT_OTHERS   0

Definition at line 40 of file textconversion_ko.cxx.