Kaydet (Commit) d5c9c031 authored tarafından Michael Hönnig's avatar Michael Hönnig

proofreading and corrections from Richard Holt

üst 03295fcf
......@@ -2,9 +2,9 @@
*
* $RCSfile: XLocale.idl,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
* last change: $Author: mi $ $Date: 2001-11-15 16:33:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -92,14 +92,11 @@ 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.
<p>NOTE: ISO 639 is not a stable standard; some of the
language codes it defines (specifically iw, ji, and in) have
changed. This constructor accepts both the old codes (iw, ji,
and in) and the new codes (he, yi, and id), but all other API
on XLocale will return only the <b>NEW</b> codes.
</p>
<p>Note: The Java class <code>Locale</code> returns the <strong>old</strong> codes.
......@@ -114,14 +111,11 @@ interface XLocale: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::resource::XLocale::getDefault
/** the common method of getting the current default locale.
<p>It is used for the presentation (for menus, dialogs etc.).
It is generally set once when your applet or application is
<p>It is used for the presentation (for menus, dialogs, etc.).
It is, generally, set once when your applet or application is
initialized, then never reset. (If you do reset the default
locale, you probably want to reload your GUI, so that the
change is reflected in your interface.)
</p>
<p>More advanced programs allow users to use different locales
for different fields, for example, in a spreadsheet.
......@@ -135,8 +129,6 @@ interface XLocale: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::resource::XLocale::setDefault
/** sets the default locale for the whole environment.
<p>It is normally set once at the beginning of an application,
then never reset. <code>setDefault</code> does not reset the host
locale.
......@@ -314,6 +306,9 @@ interface XLocale: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.4 2001/03/16 16:41:32 jsc
remove interfaceheader with uik and remove [const] in method definitions
Revision 1.3 2000/11/08 12:43:29 mi
moved from api
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: XResourceBundle.idl,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
* last change: $Author: mi $ $Date: 2001-11-15 16:33:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -93,7 +93,7 @@ module com { module sun { module star { module resource {
<LI> handle multiple locales at once.
<LI> be easily modified later to support even more locales.
<LI> be easily modified, later, to support even more locales.
</UL>
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: XResourceBundleLoader.idl,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:32 $
* last change: $Author: mi $ $Date: 2001-11-15 16:33:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -87,8 +87,6 @@
// DocMerge from xml: interface com::sun::star::resource::XResourceBundleLoader
/** makes it possible to load resource bundles.
<p>The search algorithm is specified in the documentation of
<type>XResourceBundle</type>. The implementations must follow
the name scheme, but it is allowed to search in several locations.
......@@ -125,6 +123,9 @@ interface XResourceBundleLoader: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
Revision 1.4 2001/03/16 16:41:32 jsc
remove interfaceheader with uik and remove [const] in method definitions
Revision 1.3 2000/11/08 12:43:29 mi
moved from api
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment