LibreOffice Module i18npool (master) 1
Namespaces | Macros | Functions
xdictionary.cxx File Reference
#include <config_folders.h>
#include <o3tl/temporary.hxx>
#include <osl/file.h>
#include <osl/module.h>
#include <osl/mutex.hxx>
#include <rtl/bootstrap.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <com/sun/star/i18n/WordType.hpp>
#include <xdictionary.hxx>
#include <unicode/uchar.h>
#include <string.h>
#include <breakiteratorImpl.hxx>
Include dependency graph for xdictionary.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 KANJA   1
 
#define KATAKANA   2
 
#define HIRAKANA   3
 

Functions

static void i18npool::thisModule ()
 
static sal_Int16 i18npool::JapaneseCharType (sal_Unicode c)
 

Macro Definition Documentation

◆ HIRAKANA

#define HIRAKANA   3

Definition at line 336 of file xdictionary.cxx.

◆ KANJA

#define KANJA   1

Definition at line 334 of file xdictionary.cxx.

◆ KATAKANA

#define KATAKANA   2

Definition at line 335 of file xdictionary.cxx.

Variable Documentation

◆ maData

xdictionarydata maData

Definition at line 150 of file xdictionary.cxx.

◆ maLang

OString maLang

Definition at line 149 of file xdictionary.cxx.

◆ mhModule

oslModule mhModule

Definition at line 148 of file xdictionary.cxx.