summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource/XLocale.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XLocale.idl')
-rw-r--r--offapi/com/sun/star/resource/XLocale.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/offapi/com/sun/star/resource/XLocale.idl b/offapi/com/sun/star/resource/XLocale.idl
index 39cb839e160c..48bff0f5fe63 100644
--- a/offapi/com/sun/star/resource/XLocale.idl
+++ b/offapi/com/sun/star/resource/XLocale.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/resource/MissingResourceException.idl>
-//=============================================================================
module com { module sun { module star { module resource {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::resource::XLocale
/** offers some operations on <type scope="com::sun::star::lang">Locale</type>
@@ -39,7 +37,6 @@
*/
published interface XLocale: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::resource::XLocale::create
/** creates a locale from language, country, and variant.
@@ -58,7 +55,6 @@ published interface XLocale: com::sun::star::uno::XInterface
[in] string aCountry,
[in] string aVariant );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::resource::XLocale::getDefault
/** the common method of getting the current default locale.
@@ -76,7 +72,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
com::sun::star::lang::Locale getDefault();
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::resource::XLocale::setDefault
/** sets the default locale for the whole environment.
@@ -89,7 +84,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
void setDefault( [in] com::sun::star::lang::Locale newLocale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getAvailableLocales
/** @returns
@@ -97,7 +91,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
sequence<com::sun::star::lang::Locale> getAvailableLocales();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getISOCountries
/** @returns
@@ -105,7 +98,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
sequence<string> getISOCountries();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getISOLanguages
/** @returns
@@ -113,7 +105,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
sequence<string> getISOLanguages();
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getLanguagesForCountry
/** @returns
@@ -122,7 +113,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
sequence<string> getLanguagesForCountry( [in] string country );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Language
/** @returns
@@ -131,7 +121,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getISO3Language( [in] com::sun::star::lang::Locale locale )
raises( com::sun::star::resource::MissingResourceException );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getISO3Country
/** @returns
@@ -140,7 +129,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getISO3Country( [in] com::sun::star::lang::Locale locale )
raises( com::sun::star::resource::MissingResourceException );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayLanguage_Default
/** @returns
@@ -150,7 +138,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
string getDisplayLanguage_Default( [in] com::sun::star::lang::Locale locale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayLanguage
@@ -167,7 +154,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getDisplayLanguage( [in] com::sun::star::lang::Locale locale,
[in] com::sun::star::lang::Locale inLocale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayCountry_Default
/** @returns
@@ -177,7 +163,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
string getDisplayCountry_Default( [in] com::sun::star::lang::Locale locale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayCountry
/** @returns
@@ -190,7 +175,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getDisplayCountry( [in] com::sun::star::lang::Locale locale,
[in] com::sun::star::lang::Locale inLocale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayVariant_Default
/** @returns
@@ -199,7 +183,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
string getDisplayVariant_Default( [in] com::sun::star::lang::Locale locale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayVariant
/** @returns
@@ -212,7 +195,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getDisplayVariant( [in] com::sun::star::lang::Locale locale,
[in] com::sun::star::lang::Locale inLocale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayName_Default
/** @returns
@@ -222,7 +204,6 @@ published interface XLocale: com::sun::star::uno::XInterface
*/
string getDisplayName_Default( [in] com::sun::star::lang::Locale locale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::getDisplayName
/** @returns
@@ -235,7 +216,6 @@ published interface XLocale: com::sun::star::uno::XInterface
string getDisplayName( [in] com::sun::star::lang::Locale locale,
[in] com::sun::star::lang::Locale inLocale );
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::resource::XLocale::equals
/** @returns
@@ -251,7 +231,6 @@ published interface XLocale: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };