LibreOffice
LibreOffice 7.3 SDK API Reference
XLocaleData.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_i18n_XLocaleData_idl__
20#define __com_sun_star_i18n_XLocaleData_idl__
21
31
32
33module com { module sun { module star { module i18n {
34
35
47{
51 [in] com::sun::star::lang::Locale aLocale );
52
56 [in] com::sun::star::lang::Locale aLocale );
57
60 sequence<Calendar> getAllCalendars(
61 [in] com::sun::star::lang::Locale aLocale );
62
65 sequence<Currency> getAllCurrencies(
66 [in] com::sun::star::lang::Locale aLocale );
67
70 sequence<FormatElement> getAllFormats(
71 [in] com::sun::star::lang::Locale aLocale );
72
75 sequence<Implementation> getCollatorImplementations(
76 [in] com::sun::star::lang::Locale aLocale );
77
80 sequence<string> getSearchOptions(
81 [in] com::sun::star::lang::Locale aLocale );
82
85 sequence<string> getCollationOptions(
86 [in] com::sun::star::lang::Locale aLocale );
87
90 sequence<string> getTransliterations(
91 [in] com::sun::star::lang::Locale aLocale );
92
96 [in] com::sun::star::lang::Locale aLocale );
97
102 sequence<string> getReservedWord(
103 [in] com::sun::star::lang::Locale aLocale );
104
107 sequence<com::sun::star::lang::Locale> getAllInstalledLocaleNames();
108};
109
110}; }; }; };
111
112#endif
113
114/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Access locale specific data as it is defined in XML locale data files compiled into the binary data l...
Definition: XLocaleData.idl:47
sequence< string > getTransliterations([in] com::sun::star::lang::Locale aLocale)
returns all LC_TRANSLITERATION transliterations for a locale.
sequence< FormatElement > getAllFormats([in] com::sun::star::lang::Locale aLocale)
returns all LC_FORMAT format elements for a locale.
LanguageCountryInfo getLanguageCountryInfo([in] com::sun::star::lang::Locale aLocale)
returns the LC_INFO locale information.
sequence< string > getCollationOptions([in] com::sun::star::lang::Locale aLocale)
returns all LC_COLLATION collation options for a locale.
sequence< Implementation > getCollatorImplementations([in] com::sun::star::lang::Locale aLocale)
returns all LC_COLLATION collators for a locale.
LocaleDataItem getLocaleItem([in] com::sun::star::lang::Locale aLocale)
returns LC_CTYPE separators and markers.
sequence< com::sun::star::lang::Locale > getAllInstalledLocaleNames()
returns all available locales.
sequence< string > getSearchOptions([in] com::sun::star::lang::Locale aLocale)
returns all LC_SEARCH search options for a locale.
ForbiddenCharacters getForbiddenCharacters([in] com::sun::star::lang::Locale aLocale)
returns all LC_MISC forbidden characters for a locale.
sequence< string > getReservedWord([in] com::sun::star::lang::Locale aLocale)
returns all LC_MISC reserved words for a locale.
sequence< Currency > getAllCurrencies([in] com::sun::star::lang::Locale aLocale)
returns all LC_CURRENCY currencies for a locale.
sequence< Calendar > getAllCalendars([in] com::sun::star::lang::Locale aLocale)
returns all LC_CALENDAR calendars for a locale.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22
Locale (mostly CJK) dependent characters that are forbidden at the start or end of a line.
Definition: ForbiddenCharacters.idl:36
The language and country identifiers and descriptive names of the loaded locale data returned by XLoc...
Definition: LanguageCountryInfo.idl:37
Locale specific data, for example, separators, quotation marks.
Definition: LocaleDataItem.idl:34
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:38