module com::sun::star::i18n

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

Interface for internationalization (deprecated draft).


submodules


services

BreakIterator contains the base routines for iteration in Unicode string. Iterates over Characters, Words, Sentences and Linebreaks.
CJKBreakIterator contains the CJK specific routines for iteration in Unicode string. Is derived from the base XBreakIterator , which contains all the base routines. This is the base for the specific CJK-Iterators, these are the Japanese and traditional/simplified Chinese. Iterates over Characters, Words, Sentences and Linebreaks.
ChapterCollator
CharacterClassification Character classification, such as upper, lower, alpha, digit, et al.
Collator
IndexEntrySupplier Supplier for creating index entries in a "table of alphabetical index"
LocaleCalendar Access a locale specific calendar
LocaleData Access locale data
NumberFormatMapper Map locale data number format codes to index values used by the number formatter
Transliteration Transliteration of characters, such as case folding
Transliterationja_JP Transliteration of characters, such as case folding - specific for japanese
Transliterationl10n Transliteration of characters, such as case folding - local specifics
ja_JPBreakIterator contains the japanese specific routines for iteration in Unicode string. Is derived from the base XBreakIterator , which contains all the base routines. Iterates over Characters, Words, Sentences and Linebreaks.
zh_CNBreakIterator contains the chinese specific routines for iteration in Unicode string. It is derived from the base XBreakIterator , which contains all the base routines. Iterates over Characters, Words, Sentences and Linebreaks.
zh_TWBreakIterator contains the chinese (taiwan) specific routines for iteration in Unicode string. It is derived from the base XBreakIterator , which contains all the base routines. Iterates over Characters, Words, Sentences and Linebreaks.

interfaces

XBreakIterator contains the base routines for iteration in Unicode string. Iterates over Characters, Words, Sentences and Linebreaks.
XCalendar This interface provides access to locale specific calendar systems.
XCharacterClassification
XCollator Interface for Collator Objects
XForbiddenCharacters provides access to forbidden character settings in a document.
XIndexEntrySupplier supplies information on index entries to generate a "table of alphabetical index", to a given locale information.
XLocaleData
XNumberFormatCode This interface provides access to specific number format codes.
XTransliteration

structs

Boundary specify the start-/end-position of a word
Calendar A calendar as loaded from locale data.
CalendarItem One entry in a calendar, for example, a day of week or a month or an era.
Currency Symbols and names of a specific currency.
ForbiddenCharacters
FormatElement
Implementation
LanguageCountryInfo The language and country identifiers and descriptive names of the loaded locale data.
LineBreakHyphenationOptions specify the hyphenation options for LineBreak
LineBreakResults specify the result of a LineBreak
LineBreakUserOptions specify the options for the LineBreak
LocaleDataItem
NumberFormatCode
ParseResult Struct returned by XCharacterClassification::parseAnyToken and XCharacterClassification::parsePredefinedToken .

exceptions


enums

DirectionProperty
TransliterationModules
TransliterationModulesNew
UnicodeScript

typedefs


constant groups

AmPmValue constants used in calls to XCalendar::getDisplayName()
BreakType specify the type of LineBreak
CalendarDisplayIndex Values to be passed to XCalendar::getDisplayName() .
CalendarFieldIndex Field indexes to be passed to various XCalendar methods.
CharType specify the type character, that starts a charblock
CharacterIteratorMode specify the type of character iteration
CollatorOptions
KCharacterType constants to identify the Character Type
KNumberFormatType Attribute of number format. LeastSignificantBit is used to distinguish between positive or negative and second LSB is used for Long or Short format.
KNumberFormatUsage
KParseTokens These constants specify the characters, a name or identifier token to be parsed, can have. They are also set in the ParseResult::StartFlags and ParseResult::ContFlags .
KParseType Constants set by the parser to specify the type of the parsed final token.
LocaleItem Constant values identifying specific locale data items.
Months constants for months.
NumberFormatIndex Number format indexes to be passed as the index argument to XNumberFormatCode::getFormatCode() or XNumberFormatTypes::getFormatIndex() .
ScriptType specify the type scipts
TransliterationType
UnicodeType
Weekdays constants for days of a week.
WordType specify the type of words
reservedWords
Top of Page