XLocaleData.idl (d1766043) XLocaleData.idl (90ed883b)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
23#ifndef __com_sun_star_i18n_XLocaleData_idl__
24#define __com_sun_star_i18n_XLocaleData_idl__
25
26#include <com/sun/star/uno/XInterface.idl>
27#include <com/sun/star/lang/Locale.idl>
28#include <com/sun/star/i18n/LanguageCountryInfo.idl>
29#include <com/sun/star/i18n/Currency.idl>
30#include <com/sun/star/i18n/Calendar.idl>

--- 72 unchanged lines hidden (view full) ---

103
104 //------------------------------------------------------------------------
105 /** returns all LC_TRANSLITERATION transliterations for a locale.
106 */
107 sequence<string> getTransliterations(
108 [in] com::sun::star::lang::Locale aLocale );
109
110 //------------------------------------------------------------------------
24#ifndef __com_sun_star_i18n_XLocaleData_idl__
25#define __com_sun_star_i18n_XLocaleData_idl__
26
27#include <com/sun/star/uno/XInterface.idl>
28#include <com/sun/star/lang/Locale.idl>
29#include <com/sun/star/i18n/LanguageCountryInfo.idl>
30#include <com/sun/star/i18n/Currency.idl>
31#include <com/sun/star/i18n/Calendar.idl>

--- 72 unchanged lines hidden (view full) ---

104
105 //------------------------------------------------------------------------
106 /** returns all LC_TRANSLITERATION transliterations for a locale.
107 */
108 sequence<string> getTransliterations(
109 [in] com::sun::star::lang::Locale aLocale );
110
111 //------------------------------------------------------------------------
111 /** returns all LC_MISC forbidden charatcers for a locale.
112 /** returns all LC_MISC forbidden characters for a locale.
112 */
113 ForbiddenCharacters getForbiddenCharacters (
114 [in] com::sun::star::lang::Locale aLocale );
115
116 //------------------------------------------------------------------------
117 /** returns all LC_MISC reserved words for a locale.
118
119 @see reservedWords
120 */
121 sequence<string> getReservedWord(
122 [in] com::sun::star::lang::Locale aLocale );
123
124 //------------------------------------------------------------------------
125 /** returns all available locales.
126 */
127 sequence<com::sun::star::lang::Locale> getAllInstalledLocaleNames();
128};
129
130//============================================================================
113 */
114 ForbiddenCharacters getForbiddenCharacters (
115 [in] com::sun::star::lang::Locale aLocale );
116
117 //------------------------------------------------------------------------
118 /** returns all LC_MISC reserved words for a locale.
119
120 @see reservedWords
121 */
122 sequence<string> getReservedWord(
123 [in] com::sun::star::lang::Locale aLocale );
124
125 //------------------------------------------------------------------------
126 /** returns all available locales.
127 */
128 sequence<com::sun::star::lang::Locale> getAllInstalledLocaleNames();
129};
130
131//============================================================================
132
131}; }; }; };
132
133#endif
133}; }; }; };
134
135#endif