summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-16 14:09:06 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-16 14:09:06 +0000
commit1f985821e1eba21d1ccb6dd2251beb731fc34d5a (patch)
tree130397c3b601e48c9a725af5bd9aad7ce68bd0f5
parent2326dd85aeb762216674f1b8e2ba3cdba48dbecf (diff)
proofing by Richard Holt
-rw-r--r--udkapi/com/sun/star/java/WrongJavaVersionException.idl6
-rw-r--r--udkapi/com/sun/star/java/XJavaVM.idl11
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl13
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl11
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl15
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl11
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl13
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl11
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl9
-rw-r--r--udkapi/com/sun/star/lang/XMultiComponentFactory.idl10
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl9
-rw-r--r--udkapi/com/sun/star/lang/XServiceDisplayName.idl6
-rw-r--r--udkapi/com/sun/star/lang/XTypeProvider.idl13
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl9
-rw-r--r--udkapi/com/sun/star/loader/CannotActivateFactoryException.idl9
-rw-r--r--udkapi/com/sun/star/loader/Dynamic.idl8
-rw-r--r--udkapi/com/sun/star/reflection/InvocationTargetException.idl8
-rw-r--r--udkapi/com/sun/star/reflection/ParamInfo.idl9
-rw-r--r--udkapi/com/sun/star/reflection/ParamMode.idl9
-rw-r--r--udkapi/com/sun/star/reflection/ProxyFactory.idl9
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionManager.idl11
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XIdlArray.idl8
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClass.idl89
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClassProvider.idl17
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField.idl13
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl11
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMember.idl11
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMethod.idl43
-rw-r--r--udkapi/com/sun/star/reflection/XIdlReflection.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl9
-rw-r--r--udkapi/com/sun/star/reflection/XMethodParameter.idl11
-rw-r--r--udkapi/com/sun/star/reflection/XProxyFactory.idl11
-rw-r--r--udkapi/com/sun/star/registry/DefaultRegistry.idl9
-rw-r--r--udkapi/com/sun/star/registry/ImplementationRegistration.idl9
-rw-r--r--udkapi/com/sun/star/registry/NestedRegistry.idl9
-rw-r--r--udkapi/com/sun/star/registry/RegistryKeyType.idl11
-rw-r--r--udkapi/com/sun/star/registry/RegistryValueType.idl9
-rw-r--r--udkapi/com/sun/star/registry/XImplementationRegistration.idl13
-rw-r--r--udkapi/com/sun/star/registry/XRegistryKey.idl26
-rw-r--r--udkapi/com/sun/star/script/AllEventObject.idl11
-rw-r--r--udkapi/com/sun/star/script/CannotCreateAdapterException.idl9
-rw-r--r--udkapi/com/sun/star/script/ContextInformation.idl9
-rw-r--r--udkapi/com/sun/star/script/Converter.idl23
-rw-r--r--udkapi/com/sun/star/script/FailReason.idl15
45 files changed, 351 insertions, 253 deletions
diff --git a/udkapi/com/sun/star/java/WrongJavaVersionException.idl b/udkapi/com/sun/star/java/WrongJavaVersionException.idl
index 57a08dcc36e1..a8e3fa2338e9 100644
--- a/udkapi/com/sun/star/java/WrongJavaVersionException.idl
+++ b/udkapi/com/sun/star/java/WrongJavaVersionException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: WrongJavaVersionException.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sb $ $Date: 2001-07-13 12:51:23 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:53:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ module com { module sun { module star { module java {
//============================================================================
/** indicates that an operation involving Java (probably executing Java code)
- failed due to a bad Java version.
+ failed due to a wrong Java version.
*/
exception WrongJavaVersionException: com::sun::star::uno::Exception
{
diff --git a/udkapi/com/sun/star/java/XJavaVM.idl b/udkapi/com/sun/star/java/XJavaVM.idl
index 7bb441c258e8..d76a9965979c 100644
--- a/udkapi/com/sun/star/java/XJavaVM.idl
+++ b/udkapi/com/sun/star/java/XJavaVM.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XJavaVM.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:53:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,14 +87,14 @@ interface XJavaVM: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::java::XJavaVM::getJavaVM
/** returns the address of the Java Virtual Machine.
- <p>If the VM is not already instanciated, it will be now. </p>
+ <p>If the VM is not already instantiated, it will be now. </p>
*/
any getJavaVM( [in] sequence<byte> processID );
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::java::XJavaVM::isVMStarted
- /** returns <true/> if the VM is started successfully otherwise <false/>.
+ /** returns <true/> if the VM is started successfully, otherwise <false/>.
*/
boolean isVMStarted();
@@ -116,6 +116,9 @@ interface XJavaVM: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:46:58 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index 4e524dc22c82..61a57f912653 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MultiServiceFactory.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2001-05-04 14:32:20 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ module com { module sun { module star { module lang {
// DocMerge from xml: service com::sun::star::lang::MultiServiceFactory
/** provides a collection of implementations for services.
- <p>The factories for instanciating objects from the implemetations
+ <p>The factories for instantiating objects from the implemetations
are accessed with a service name. </p>
<p>The <type scope="com::sun::star::container">XContentEnumerationAccess</type>
@@ -95,12 +95,12 @@ module com { module sun { module star { module lang {
service MultiServiceFactory
{
// DocMerge from xml: service com::sun::star::lang::MultiServiceFactory: interface com::sun::star::lang::XMultiServiceFactory
- /** uses a service name with this interface to instanciate a
+ /** uses a service name with this interface to instantiate a
component which supports the specified service.
*/
interface com::sun::star::lang::XMultiServiceFactory;
- /** uses a service name and context with this interface to instanciate a
+ /** uses a service name and context with this interface to instantiate a
component which supports the specified service.
interface com::sun::star::lang::XMultiComponentFactory;
*/
@@ -121,6 +121,9 @@ service MultiServiceFactory
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/05/04 14:32:20 dbo
+ prepared service descr of service manager for XMultiComponentFactory
+
Revision 1.6 2001/05/04 14:24:26 dbo
new: XSingleComponentFactory, XMultiComponentFactory
diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index 11ee088d26c1..89b8e02e121c 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RegistryServiceManager.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 15:32:24 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -114,7 +114,7 @@ module com { module sun { module star { module lang {
</dd>
<dt> <type>XSingleServiceFactory</type> </dt>
- <dd>is used to instanciate components from the implementation.
+ <dd>is used to instantiate components from the implementation.
</dd>
<dt> <type scope="com::sun::star::beans">XPropertySet</type> (optional) </dt>
@@ -150,7 +150,7 @@ service RegistryServiceManager
// DocMerge from xml: service com::sun::star::lang::RegistryServiceManager: interface com::sun::star::beans::XPropertySet
/** The method <member>getPropertyValue</member> must be implemented
- to get the readonly property <member>Registry</member>. All
+ to get the read-only property <member>Registry</member>. All
other methods are optional.
*/
interface com::sun::star::beans::XPropertySet;
@@ -175,6 +175,9 @@ service RegistryServiceManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/19 15:32:24 mi
+ documentation syntax fixed
+
Revision 1.5 2000/12/13 15:47:00 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index f2f40751a8a0..7de281628b13 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ServiceManager.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: dbo $ $Date: 2001-06-13 10:44:10 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,7 +112,7 @@ module com { module sun { module star { module lang {
</dd>
<dt> <type>XSingleServiceFactory</type> (optional) </dt>
- <dd>is used to instanciate components from the implementation.
+ <dd>is used to instantiate components from the implementation.
</dd>
<dt> <type scope="com::sun::star::beans">XPropertySet</type> (optional) </dt>
@@ -137,11 +137,11 @@ service ServiceManager
<member scope="com::sun::star::util">XComponent::dispose</member>
at the service manager just before the application terminates.
- <p>The service manager first broadcasts the
+ <p>First, the service manager broadcasts the
<member scope="com::sun::star::util">XEventListener::disposing()</member>
message to all registered listeners. In this state you can still get all
factories from the service manager, but it is not possible to
- add disposing listeners. Second the service manager calls
+ add disposing listeners. Second, the service manager calls
<member scope="com::sun::star::util">XComponent::dispose</member>
at all registered factories that implement <type>XComponent</type>.
In this second state the service manager does not provide any factory.
@@ -171,7 +171,7 @@ service ServiceManager
// DocMerge from xml: service com::sun::star::lang::ServiceManager: interface com::sun::star::lang::XMultiServiceFactory
- /** Use a service name or an implementation name to instanciate a
+ /** Use a service name or an implementation name to instantiate a
component with this interface.
<p>First the service manager gets the factory registered
@@ -202,6 +202,9 @@ service ServiceManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/06/13 10:44:10 dbo
+ #87233# ServiceManager has to export lang.XMultiComponentFactory
+
Revision 1.6 2000/12/19 15:32:25 mi
documentation syntax fixed
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 9730b6e6269e..d070b68e7bd8 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponent.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,13 +110,13 @@ interface XComponent: com::sun::star::uno::XInterface
Imagine there was a hole in the floor and some people
around it are holding a <em>box</em> (our component).
Everyone who holds the box for a longer time than just
- temporaryly (i.e. to put something in or get something
+ temporarily (i.e., to put something in or get something
out) has to watch a light bulb which is attached to
the box (listening to the <member>XEventListener::disposing</member>
event). Now, when the owner of the box switches the light on
(calling <member>XComponent::dispose</member>),
everybody holding the box has to take his hands off
- (clear the interface handles). If and only if everyone
+ (clear the interface handles). If, and only if, everyone
does that, then the box falls (getting deleted).
But only the owner is allowed to switch the light on!
</blockquote>
@@ -178,6 +178,9 @@ interface XComponent: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.6 2000/12/19 16:15:26 mi
documentation syntax fixed
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index c576a02156fc..12440e69bf36 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectionPointContainer.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,7 +94,7 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XConnectionPointContainer::getConnectionPointTypes
/** @returns
- a sequence of all outgoing type spefifies which are supported
+ a sequence of all outgoing types; specifies which are supported
by this connectable object.
*/
sequence<type> getConnectionPointTypes();
@@ -124,8 +124,8 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
get with <code>queryConnectionPoint( id )</code>. </p>
<p>Use this method instead of the advise method at the
- connection point only if you know that the broadcaster supports
- the outgoing interface or if it does not matter that the
+ connection point, only if you know that the broadcaster supports
+ the outgoing interface, or if it does not matter that the
outgoing interface is not supported. </p>
@see XConnectionPoint::advise
@@ -153,6 +153,9 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.6 2001/01/31 09:45:41 mi
TYPE_XIDLCLASS is now 'type'
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index a7f78957828a..22b05129b90c 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInitialization.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,8 @@ module com { module sun { module star { module lang {
<p>This interface works together with factories. If you want to
initialize the object after creation, you <strong>must</strong>
- support this interface and you may support other type save
- interfaces to initialize. </p>
+ support this interface and you may support other interfaces
+ which offer type-safe initialization methods. </p>
<p>The object must work without an initializing call. In this case
it must use a meaningful default. </p>
@@ -111,6 +111,9 @@ interface XInitialization: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:47:01 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index 3a1f3f457ab6..47033159a44e 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocalizable.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ interface XLocalizable: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XLocalizable::getLocale
/** @returns
- the locale, which ich used by this object.
+ the locale, which is used by this object.
*/
Locale getLocale();
};
@@ -101,6 +101,9 @@ interface XLocalizable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:47:01 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index 0c9d42257c5d..6b46d9fd104c 100644
--- a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiComponentFactory.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dbo $ $Date: 2001-07-05 09:14:45 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,8 +70,8 @@
module com { module sun { module star { module lang {
-/** Factory object for launching component instances giving a context to retrieve
- deployment values from.
+/** Factory object for launching component instances giving a context from
+ which to retrieve deployment values.
*/
interface XMultiComponentFactory : com::sun::star::uno::XInterface
{
@@ -113,7 +113,7 @@ interface XMultiComponentFactory : com::sun::star::uno::XInterface
/** Gets the service names of all supported services.
@returns
- sequence of all service names which can be instanciated.
+ sequence of all service names which can be instantiated.
*/
sequence< string > getAvailableServiceNames();
};
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index 9f82a28de95a..325114b19727 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiServiceFactory.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -135,7 +135,7 @@ interface XMultiServiceFactory: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XMultiServiceFactory::getAvailableServiceNames
/** @returns
- a sequence of all service identifiers which can be instanciated.
+ a sequence of all service identifiers which can be instantiated.
*/
sequence<string> getAvailableServiceNames();
@@ -148,6 +148,9 @@ interface XMultiServiceFactory: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:47:01 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
index 53d32f665f93..ff9cbfab90ea 100644
--- a/udkapi/com/sun/star/lang/XServiceDisplayName.idl
+++ b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XServiceDisplayName.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ interface XServiceDisplayName : ::com::sun::star::uno::XInterface
<p>The caller may specify a
<type scope="com::sun::star::lang">Locale</type> for the preferred
language of the resulting string.
- However if that locale is not supported the resulting string may
+ However, if that locale is not supported the resulting string may
be given in a different language. Usually this should be English.</p>
@param aLocale
diff --git a/udkapi/com/sun/star/lang/XTypeProvider.idl b/udkapi/com/sun/star/lang/XTypeProvider.idl
index e9ef4a596dbb..26dfa2e97aef 100644
--- a/udkapi/com/sun/star/lang/XTypeProvider.idl
+++ b/udkapi/com/sun/star/lang/XTypeProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTypeProvider.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ interface XTypeProvider: com::sun::star::uno::XInterface
/** @returns
Sequence of all types (usually interface types) provided by the object.
Important: If the object aggregates other objects the sequence also has
- to contain all types supportet by the aggregated objects.
+ to contain all types supported by the aggregated objects.
*/
sequence<type> getTypes();
@@ -94,9 +94,9 @@ interface XTypeProvider: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XTypeProvider::getImplementationId
/** @returns
a UUID as sequence of 16 bytes as an Id that can be used to unambiguously
- distinguish between two sets of types, e.g. to realise hashing functionality
+ to distinguish between two sets of types, e.g., to realise hashing functionality
when the object is introspected. Two objects that return the same UUID also
- have to return the same set of types in getTypes(). If an unique implementation
+ have to return the same set of types in getTypes(). If a unique implementation
Id cannot be provided this method has to return an empty sequence.
Important: If the object aggregates other objects the UUID has to be unique
for the whole combination of objects.
@@ -111,6 +111,9 @@ interface XTypeProvider: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.6 2001/01/31 09:45:41 mi
TYPE_XIDLCLASS is now 'type'
diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index 8d9b15dd430d..3816a2a608df 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XUnoTunnel.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:57:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ interface XUnoTunnel: com::sun::star::uno::XInterface
/** call this method to get something which is not specified in UNO.
<p>The identifier specifies how the return is specified. The identifier
- must be global unique, because it is unknown where the implementation
+ must be globally unique, because it is unknown where the implementation
lies.</p>
*/
hyper getSomething( [in] sequence< byte > aIdentifier );
@@ -99,6 +99,9 @@ interface XUnoTunnel: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:37 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/13 15:47:01 mi
symtactical documentation and minor semantic documentation flaws fixed
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
index 2475696ecdbf..9cc33581d5e5 100644
--- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
+++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CannotActivateFactoryException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:45 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:58:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: exception com::sun::star::loader::CannotActivateFactoryException
/** is thrown when an application tries to activate a component factory using the
<member>XImplementationLoader::activate()</member>
- method, but the component factory cannot be activated.
+ method, but the component factory can not be activated.
*/
exception CannotActivateFactoryException: com::sun::star::uno::Exception
{
@@ -87,6 +87,9 @@ exception CannotActivateFactoryException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:45 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:27 hjs
initial import
diff --git a/udkapi/com/sun/star/loader/Dynamic.idl b/udkapi/com/sun/star/loader/Dynamic.idl
index 156378176177..d8895884dfaf 100644
--- a/udkapi/com/sun/star/loader/Dynamic.idl
+++ b/udkapi/com/sun/star/loader/Dynamic.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Dynamic.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kr $ $Date: 2001-04-05 10:22:14 $
+ * last change: $Author: mi $ $Date: 2001-11-16 14:58:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@ interface XImplementationLoader;
/** makes it possible to access services accessible via a <code>UnoUrlResolver</code>
- E.g.: instantiation of services in an other process
+ E.g., instantiation of services in another process
*/
service Dynamic
{
@@ -80,7 +80,7 @@ service Dynamic
implementation.
*/
/** allows registration and activation of described service.
- The url parameter has to be a komma separated list of attributes.
+ The url parameter has to be a comma-separated list of attributes.
The following attribute types are understood:
servicename = the service name to register this component under
link = a parameter given to a resolver to get a <code>SingleServiceFactory</code>
diff --git a/udkapi/com/sun/star/reflection/InvocationTargetException.idl b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
index 1f1fb7b63234..a5f5457c7def 100644
--- a/udkapi/com/sun/star/reflection/InvocationTargetException.idl
+++ b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvocationTargetException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@
/** is a checked exception that wraps another exception.
-
<p>Typically such exceptions are thrown by an invoked method or constructor.
</p>@see XIdlMethod
@@ -92,6 +91,9 @@ exception InvocationTargetException: com::sun::star::lang::WrappedTargetExceptio
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/udkapi/com/sun/star/reflection/ParamInfo.idl b/udkapi/com/sun/star/reflection/ParamInfo.idl
index 18258ecdd520..32a35fc99a6f 100644
--- a/udkapi/com/sun/star/reflection/ParamInfo.idl
+++ b/udkapi/com/sun/star/reflection/ParamInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParamInfo.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@ interface XIdlClass;
struct ParamInfo
{
// DocMerge from xml: field com::sun::star::reflection::ParamInfo::aName
- /** The name of the prameter.
+ /** The name of the parameter.
*/
string aName;
@@ -108,6 +108,9 @@ struct ParamInfo
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/udkapi/com/sun/star/reflection/ParamMode.idl b/udkapi/com/sun/star/reflection/ParamMode.idl
index e7ec6c3f6d3b..54891321c1e1 100644
--- a/udkapi/com/sun/star/reflection/ParamMode.idl
+++ b/udkapi/com/sun/star/reflection/ParamMode.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ParamMode.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@
// DocMerge from xml: enum com::sun::star::reflection::ParamMode
/** These values are used to specify if a formal parameter of a method is
- used for input, output or both.
+ used for input, output, or both.
*/
enum ParamMode
{
@@ -110,6 +110,9 @@ enum ParamMode
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl
index 3203679dd243..fa77299b6d58 100644
--- a/udkapi/com/sun/star/reflection/ProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/ProxyFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ProxyFactory.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2000-11-14 08:29:06 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@
// DocMerge from xml: service com::sun::star::reflection::ProxyFactory
/** Specifies a factory object to create proxy objects.<br>
These proxy object represent a given target object and can be
- be aggregated. The proxy objects act UNO conform and do NOT provide
+ be aggregated. The proxy objects are UNO conforming and do NOT provide
original target interfaces on queryInterface() calls.
*/
service ProxyFactory
@@ -91,6 +91,9 @@ service ProxyFactory
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2000/11/14 08:29:06 jsc
+ moved from com.sun.star.util
+
Revision 1.3 2000/11/08 12:45:17 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 79bd8ca5b57c..1cd56fccbec3 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeDescriptionManager.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dbo $ $Date: 2000-12-04 13:40:22 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,8 +84,8 @@
<type scope="com::sun::star::container">XHierarchicalNameAccessy</type>
interface.
At runtime there will only be at most a single instance of the service.
- A manager instance is hooked into the C UNO runtime typelib and lives until the service manager
- is going down.<br>
+ A manager instance is hooked into the C UNO runtime typelib and lives
+ until the service manager is shut down.<br>
You can manually add a provider by inserting it via the XSet interface.
*/
service TypeDescriptionManager
@@ -101,6 +101,9 @@ service TypeDescriptionManager
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/04 13:40:22 dbo
+ XInit removed, because providers are initialized at first use from ServiceManager; modifications can be done using XSet.
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
index 93610049e14a..71d72642b9e7 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TypeDescriptionProvider.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
// DocMerge from xml: service com::sun::star::reflection::TypeDescriptionProvider
/** A provider service supports the XHierarchicalNameAccess interface to read type descriptions
- and constants from a specific source, e.g. a typelib registry file.
+ and constants from a specific source, e.g., a typelib registry file.
<br>
*/
service TypeDescriptionProvider
@@ -98,6 +98,9 @@ service TypeDescriptionProvider
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:46 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:31 hjs
initial import
diff --git a/udkapi/com/sun/star/reflection/XIdlArray.idl b/udkapi/com/sun/star/reflection/XIdlArray.idl
index 0372e179099d..265368e29141 100644
--- a/udkapi/com/sun/star/reflection/XIdlArray.idl
+++ b/udkapi/com/sun/star/reflection/XIdlArray.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlArray.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,6 @@
conversion would occur.
</p>@see IdlClass
- *
*/
interface XIdlArray: com::sun::star::uno::XInterface
{
@@ -156,6 +155,9 @@ interface XIdlArray: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl
index 2fb1d69a84ad..b4f988a6f303 100644
--- a/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlClass.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,9 +91,9 @@ interface XIdlArray;
<type>XIdlClass</type> object that is shared by all arrays with the
same element type and number of dimensions. Finally, any of the
primitive IDL types are also represented as <type>XIdlClass</type>
- objects. This includes "void, any, boolean, char, float, double, octet,
- short, long, hypher, unsigned octet, unsigned short, unsigned long" and
- "unsigned hypher".
+ objects. These include "void, any, boolean, char, float, double, octet,
+ short, long, hypher, unsigned octet, unsigned short, unsigned long, and
+ unsigned hypher".
*/
interface XIdlClass: com::sun::star::uno::XInterface
{
@@ -144,7 +144,7 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getName
/** @returns
the fully-qualified name of the type of object
- (class, interface, array, sequence, struct, union, enum or
+ (class, interface, array, sequence, struct, union, enum, or
primitive) represented by this <type>XIdlClass</type>.
*/
string getName();
@@ -162,14 +162,14 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XIdlClass::getSuperclasses
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getSuperclasses
- /** * If this object represents an interface or a class,
- * then the objects that represents the superclasses or superinterfaces
- * of that class are returned.
- * <p>
- * If this object is the one that represents the topmost class
- * or interface, an empty sequence is returned.
- *
- * @return the superclass or interface of the type represented by this object.
+ /** If this object represents an interface or a class,
+ then the objects that represents the superclasses or superinterfaces
+ of that class are returned.
+ <p>
+ If this object is the one that represents the topmost class
+ or interface, an empty sequence is returned.
+
+ @return the superclass or interface of the type represented by this object.
*/
sequence<XIdlClass> getSuperclasses();
@@ -177,13 +177,13 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XIdlClass::getInterfaces
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getInterfaces
- /** * Determines the interfaces implemented by the class or interface
- * represented by this object.
- * <p>
- * If the class or interface implements no interfaces, the method
- * returns a sequence of length 0.
- *
- * @return a sequence of interfaces implemented by this class.
+ /** Determines the interfaces implemented by the class or interface
+ represented by this object.
+ <p>
+ If the class or interface implements no interfaces, the method
+ returns a sequence of length 0.
+
+ @return a sequence of interfaces implemented by this class.
*/
sequence<XIdlClass> getInterfaces();
@@ -192,7 +192,7 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::reflection::XIdlClass::getComponentType
/** If this class represents an array or sequence type, this method
returns the <type>XIdlClass</type> object representing the
- component type of the array or sequence; otherwise it returns
+ component type of the array or sequence; otherwise, it returns
<NULL/>.
*/
XIdlClass getComponentType();
@@ -202,12 +202,12 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getField
/** @returns
an <type>XIdlField</type> that reflects the specified member
- field of the class, interface, struct, union, enum or
+ field of the class, interface, struct, union, enum, or
exception represented by this <type>XIdlClass</type> object.
If a field with the specified name is not found, 0 is returned.
<p>The field to be reflected is located by searching all the
- member fields of the class, interface, struct, union, enum or
+ member fields of the class, interface, struct, union, enum, or
exception represented by this <type>XIdlClass</type> object
for a field with the specified name or for NULL, if a field
with the specified name is not found.
@@ -221,18 +221,18 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XIdlClass::getFields
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getFields
- /** * Returns a sequence containing Field objects reflecting all the
- * accessible fields of the class, interface, struct, union or enum represented
- * by this XIdlClass object. Returns a sequence of length 0 if the
- * class or interface has no accessible fields, or if it
- * represents an array, a sequence or a primitive type.
- *
- * <p>Specifically, if this XIdlClass object represents a class,
- * returns the fields of this class and of all its
- * superclasses. If this XIdlClass object represents an interface,
- * returns the fields of this interface and of all its
- * superinterfaces. If this XIdlClass object represents an array,
- * sequence or primitive type, returns a sequence of length 0.
+ /** Returns a sequence containing Field objects reflecting all the
+ accessible fields of the class, interface, struct, union, or enum represented
+ by this XIdlClass object. Returns a sequence of length 0 if the
+ class or interface has no accessible fields, or if it
+ represents an array, a sequence, or a primitive type.
+
+ <p>Specifically, if this XIdlClass object represents a class,
+ returns the fields of this class and of all its
+ superclasses. If this XIdlClass object represents an interface,
+ returns the fields of this interface and of all its
+ superinterfaces. If this XIdlClass object represents an array,
+ sequence or primitive type, returns a sequence of length 0.
*/
sequence<XIdlField> getFields();
@@ -259,13 +259,13 @@ interface XIdlClass: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XIdlClass::getMethods
// DocMerge from idl: method com::sun::star::reflection::XIdlClass::getMethods
- /** * Returns a sequence containing XIdlMethod objects reflecting all the
- * <em>member</em> methods of the class or interface
- * represented by this XIdlClass object, including those declared by
- * the class or interface and and those inherited from
- * superclasses and superinterfaces. Returns a sequence of length 0
- * if the class or interface has no member methods.
- *
+ /** Returns a sequence containing XIdlMethod objects reflecting all the
+ <em>member</em> methods of the class or interface
+ represented by this XIdlClass object, including those declared by
+ the class or interface and and those inherited from
+ superclasses and superinterfaces. Returns a sequence of length 0
+ if the class or interface has no member methods.
+
*/
sequence<XIdlMethod> getMethods();
@@ -297,6 +297,9 @@ interface XIdlClass: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/19 13:49:36 mi
syntax errors in documentation fixed
diff --git a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
index 2614a2da1a4e..f99911e079e4 100644
--- a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlClassProvider.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,11 +86,11 @@ interface XIdlClassProvider: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XIdlClassProvider::getIdlClasses
// DocMerge from idl: method com::sun::star::reflection::XIdlClassProvider::getIdlClasses
- /** * Returns the sequence of the XIdlClasses, that represents the type of the implementation.
- * If the object do not aggregate other objects, then the length of the sequence is 1.
- * If the object aggregate other objects, then all XIdlClasses from these objects
- * are appended to the sequence.
- *
+ /** Returns the sequence of the XIdlClasses, that represents the type of the implementation.
+ If the object does not aggregate other objects, then the length of the sequence is 1.
+ If the object aggregates other objects, then all XIdlClasses from these objects
+ are appended to the sequence.
+
*/
sequence<com::sun::star::reflection::XIdlClass> getIdlClasses();
@@ -103,6 +103,9 @@ interface XIdlClassProvider: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XIdlField.idl b/udkapi/com/sun/star/reflection/XIdlField.idl
index cebdd95128a7..72c2133f4421 100644
--- a/udkapi/com/sun/star/reflection/XIdlField.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlField.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-05-03 13:59:05 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ interface XIdlField: com::sun::star::reflection::XIdlMember
// DocMerge from idl: method com::sun::star::reflection::XIdlField::getAccessMode
/** @returns
an enumeration value which denotes whether the field is
- "const", "readonly", "writeonly" or "readwrite".
+ "const", "readonly", "writeonly", or "readwrite".
*/
com::sun::star::reflection::FieldAccessMode getAccessMode();
@@ -140,7 +140,7 @@ interface XIdlField: com::sun::star::reflection::XIdlMember
NULL, the method throws an
"IllegalArgumentException". If the specified
object is not an instance of the class,
- interface, struct, union or enum declaring
+ interface, struct, union, or enum declaring
the underlying field, the method throws an
"IllegalArgumentException".
@@ -162,8 +162,6 @@ interface XIdlField: com::sun::star::reflection::XIdlMember
/** sets the field represented by this <type>XIdlField</type> on the
specified object argument to the specified new value.
-
-
<p>The operation proceeds as follows:
</p>
@@ -205,6 +203,9 @@ interface XIdlField: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/05/03 13:59:05 jsc
+ change docu, reference to XIdlField2 because of specification error in set method
+
Revision 1.5 2001/03/16 15:10:38 jsc
remove interfaceheader with uik and remove [const] in method definitions
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index f9c325a43c73..953077c273cf 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlField2.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: jsc $ $Date: 2001-05-03 13:58:08 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -118,7 +118,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
// DocMerge from idl: method com::sun::star::reflection::XIdlField2::getAccessMode
/** @returns
an enumeration value which denotes whether the field is
- "const", "readonly", "writeonly" or "readwrite".
+ "const", "readonly", "writeonly", or "readwrite".
*/
com::sun::star::reflection::FieldAccessMode getAccessMode();
@@ -139,7 +139,7 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
NULL, the method throws an
"IllegalArgumentException". If the specified
object is not an instance of the class,
- interface, struct, union or enum declaring
+ interface, struct, union, or enum declaring
the underlying field, the method throws an
"IllegalArgumentException".
@@ -202,6 +202,9 @@ interface XIdlField2: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.1 2001/05/03 13:58:08 jsc
+ new
+
=============================================================================*/
#endif
diff --git a/udkapi/com/sun/star/reflection/XIdlMember.idl b/udkapi/com/sun/star/reflection/XIdlMember.idl
index adac6e8080d5..dc76e1155874 100644
--- a/udkapi/com/sun/star/reflection/XIdlMember.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMember.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlMember.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@ interface XIdlMember: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::reflection::XIdlMember::getDeclaringClass
/** @returns
the <type>XIdlClass</type> object representing the class,
- interface, struct, union or enum that declares the member
+ interface, struct, union, or enum that declares the member
represented by this member.
*/
XIdlClass getDeclaringClass();
@@ -94,7 +94,7 @@ interface XIdlMember: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::reflection::XIdlMember::getName
/** Returns the fully-qualified name of the type (class, interface,
- array, sequence, struct, union, enum or primitive) represented by this
+ array, sequence, struct, union, enum, or primitive) represented by this
XIdlClass object, as a String.
*/
string getName();
@@ -108,6 +108,9 @@ interface XIdlMember: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl
index b3539e1bfdc4..a45468b20fc4 100644
--- a/udkapi/com/sun/star/reflection/XIdlMethod.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMethod.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlMethod.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,10 +108,10 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
// DOCUMENTATION CHANGED FOR XIdlMethod::getParameterTypes
// DocMerge from idl: method com::sun::star::reflection::XIdlMethod::getParameterTypes
- /** * Returns a sequence of XIdlClass objects that represent the formal
- * parameter types, in declaration order, of the method
- * represented by this Method object. Returns a sequence of length
- * 0 if the underlying method takes no parameters.
+ /** Returns a sequence of XIdlClass objects that represent the formal
+ parameter types, in declaration order, of the method
+ represented by this Method object. Returns a sequence of length
+ 0 if the underlying method takes no parameters.
*/
sequence<XIdlClass> getParameterTypes();
@@ -119,10 +119,10 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
// DOCUMENTATION CHANGED FOR XIdlMethod::getParameterInfos
// DocMerge from idl: method com::sun::star::reflection::XIdlMethod::getParameterInfos
- /** * Returns a sequence of ParamInfo objects that represent all informations
- * about the formal parameter types, in declaration order, of the method
- * represented by this Method object. Returns a sequence of length
- * 0 if the underlying method takes no parameters.
+ /** Returns a sequence of ParamInfo objects that represent all informations
+ about the formal parameter types, in declaration order, of the method
+ represented by this Method object. Returns a sequence of length
+ 0 if the underlying method takes no parameters.
*/
sequence<ParamInfo> getParameterInfos();
@@ -130,10 +130,10 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
// DOCUMENTATION CHANGED FOR XIdlMethod::getExceptionTypes
// DocMerge from idl: method com::sun::star::reflection::XIdlMethod::getExceptionTypes
- /** * Returns a sequence of XIdlClass objects that represent the types of
- * the checked exceptions thrown by the underlying method
- * represented by this Method object. Returns a sequence of length
- * 0 if the method throws no checked exceptions.
+ /** Returns a sequence of XIdlClass objects that represent the types of
+ the checked exceptions thrown by the underlying method
+ represented by this Method object. Returns a sequence of length
+ 0 if the method throws no checked exceptions.
*/
sequence<com::sun::star::reflection::XIdlClass> getExceptionTypes();
@@ -152,8 +152,6 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
the specified object with the specified parameters. Individual
parameters are subject to widening conversions as necessary.
-
-
<p>Method invocation proceeds in the following order of steps:
</p>
@@ -185,19 +183,13 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
the method stops abruptly by throwing an exception, the exception
is placed in an <type>InvocationTargetException</type> and thrown
in turn to the caller of
-
-
-
-
+<!-- jrh: Is something missing here? -->
.
</p>
<p>If the method completes normally, the value it returns
is returned to the caller of
-
-
-
-
+<!-- jrh: Is something missing here? -->
.
If the underlying method return type is void, the invocation
returns <void/>.
@@ -218,6 +210,9 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/19 13:49:36 mi
syntax errors in documentation fixed
diff --git a/udkapi/com/sun/star/reflection/XIdlReflection.idl b/udkapi/com/sun/star/reflection/XIdlReflection.idl
index 339a88b61a3e..c97fcb4de2b9 100644
--- a/udkapi/com/sun/star/reflection/XIdlReflection.idl
+++ b/udkapi/com/sun/star/reflection/XIdlReflection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIdlReflection.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,8 +79,6 @@
// DocMerge from xml: interface com::sun::star::reflection::XIdlReflection
/** offers access to the repository of all known IDL types.
-
-
<p>The core reflection service has the name "uno.CoreReflection".
You can get this service from the global service manager.
The implementation of this interface must also look in the
@@ -124,6 +122,9 @@ interface XIdlReflection: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
index 6550b269cfcc..ef96b5280cf6 100644
--- a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XIndirectTypeDescription.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::reflection::XIndirectTypeDescription
-/** The type description of a typedef, array or sequence.
+/** The type description of a typedef, array, or sequence.
The type class of this description is TypeClass_TYPEDEF or
TypeClass_SEQUENCE or TypeClass_ARRAY.
*/
@@ -96,6 +96,9 @@ interface XIndirectTypeDescription: com::sun::star::reflection::XTypeDescription
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl
index 642064590f8e..70463ab1e7bb 100644
--- a/udkapi/com/sun/star/reflection/XMethodParameter.idl
+++ b/udkapi/com/sun/star/reflection/XMethodParameter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMethodParameter.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,8 +107,8 @@ interface XMethodParameter: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::reflection::XMethodParameter::isOut
- /** @return true, if the call type of this parameter OUT or INOUT if in
- parameter, false, if the call type is IN.
+ /** @return true, if the call type of this parameter OUT or INOUT,
+ false, if the call type is IN.
*/
boolean isOut();
@@ -128,6 +128,9 @@ interface XMethodParameter: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:46 mi
moved from api
diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl
index b02ddbe89d4a..3edd07fd3242 100644
--- a/udkapi/com/sun/star/reflection/XProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/XProxyFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XProxyFactory.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:02:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,9 +83,9 @@ interface XProxyFactory: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::reflection::XProxyFactory::createProxy
/** Creates a new object that represents the given target object and can
- be aggregated. The proxy object acts UNO conform and does NOT provide
+ be aggregated. The proxy object acts UNO conforming and does NOT provide
original target interfaces on queryInterface() calls.<br>
- Be careful, e.g. when registering as a listener at the proxy,
+ Be careful, e.g., when registering as a listener at the proxy,
you will get event notification from the original object, meaning
a different object!
*/
@@ -101,6 +101,9 @@ interface XProxyFactory: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.2 2001/03/16 15:10:38 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.1 2000/11/13 16:16:05 jsc
moved from com.sun.star.util
diff --git a/udkapi/com/sun/star/registry/DefaultRegistry.idl b/udkapi/com/sun/star/registry/DefaultRegistry.idl
index 654dd68662f4..3395a3e3d24e 100644
--- a/udkapi/com/sun/star/registry/DefaultRegistry.idl
+++ b/udkapi/com/sun/star/registry/DefaultRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DefaultRegistry.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:49:37 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** implicitly supports a local registry and a read-only
system registry for global information.
In the context of this service,
- the functions <code>open</code>, <code>close</code> and <code>destroy</code>
+ the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
from <type>XSimpleRegistry</type> are not supported and throw an exception
if they are used.
<dl>
@@ -194,6 +194,9 @@ service DefaultRegistry
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/19 13:49:37 mi
+ syntax errors in documentation fixed
+
Revision 1.4 2000/11/08 12:28:50 mi
moved from api
diff --git a/udkapi/com/sun/star/registry/ImplementationRegistration.idl b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
index 9e449d105139..1c409969dbc2 100644
--- a/udkapi/com/sun/star/registry/ImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/ImplementationRegistration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ImplementationRegistration.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: service com::sun::star::registry::ImplementationRegistration
/** is the implementation of the interface XImplementationRegistration.
- This service allows installation or deinstallation implementations. Further it is
+ This service allows installation or deinstallation implementations. Further, it is
possible to check if all needed services are available to create a specified
implementation.
@@ -98,6 +98,9 @@ service ImplementationRegistration
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:50 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/registry/NestedRegistry.idl b/udkapi/com/sun/star/registry/NestedRegistry.idl
index 5051682d5efe..8771ffa0e2b6 100644
--- a/udkapi/com/sun/star/registry/NestedRegistry.idl
+++ b/udkapi/com/sun/star/registry/NestedRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NestedRegistry.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:17:15 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
/** supports a shared view on two different registries. The registry
files will be opened in two different modes, registry1 will be opened with read/write
rights and registry2 will be opened read-only.
- In the context of this service, the functions <code>open</code>, <code>close</code>
+ In the context of this service, the functions <code>open</code>, <code>close</code>,
and <code>destroy</code> from <type>XSimpleRegistry</type> are not supported and
throw an exception if they are used.
<dl>
@@ -201,6 +201,9 @@ service NestedRegistry
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/19 14:17:15 mi
+ documentation sytax fixed
+
Revision 1.4 2000/11/08 12:28:50 mi
moved from api
diff --git a/udkapi/com/sun/star/registry/RegistryKeyType.idl b/udkapi/com/sun/star/registry/RegistryKeyType.idl
index 630263e4e31b..d6bcebfeced7 100644
--- a/udkapi/com/sun/star/registry/RegistryKeyType.idl
+++ b/udkapi/com/sun/star/registry/RegistryKeyType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RegistryKeyType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,9 +71,7 @@
// DocMerge from xml: enum com::sun::star::registry::RegistryKeyType
/** represents all possible types of a key.
-
-
- <p>A key can be a normal key with a value and subkeys or it can be a
+ <p>A key can be a normal key with a value and subkeys, or it can be a
link which references another key.</p>
*/
enum RegistryKeyType
@@ -99,6 +97,9 @@ enum RegistryKeyType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:50 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/registry/RegistryValueType.idl b/udkapi/com/sun/star/registry/RegistryValueType.idl
index 00443578658e..0f2b554808f5 100644
--- a/udkapi/com/sun/star/registry/RegistryValueType.idl
+++ b/udkapi/com/sun/star/registry/RegistryValueType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RegistryValueType.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,6 @@
// DocMerge from xml: enum com::sun::star::registry::RegistryValueType
/** represents all possible types of a key value.
-
-
<p>An ASCII value and a string value will both be handled with type
string. But interns will be handled differently. Normally the idl
string represents a unicode string. </p>
@@ -152,6 +150,9 @@ enum RegistryValueType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:50 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:32 hjs
initial import
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
index f0ca1f699341..55e69ccd42fd 100644
--- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImplementationRegistration.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:39 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,10 +91,7 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::registerImplementation
/** registers one or more implementations.
-
-
<p>The location of the implementation is specified with the URL.
-
</p>
*/
void registerImplementation( [in] string aImplementationLoader,
@@ -107,10 +104,7 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::registry::XImplementationRegistration::revokeImplementation
/** revokes one or more implementations from the registry.
-
-
<p>The location of the implementation is specified with the URL.
-
</p>
*/
boolean revokeImplementation( [in] string aLocation,
@@ -152,6 +146,9 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/03/16 15:10:39 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.4 2000/11/08 12:28:50 mi
moved from api
diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl
index aa7ed6cf94b5..c818ac63491b 100644
--- a/udkapi/com/sun/star/registry/XRegistryKey.idl
+++ b/udkapi/com/sun/star/registry/XRegistryKey.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRegistryKey.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:39 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:05:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,7 +183,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type long list.
+ if the actual value is not of type long list.
*/
sequence<long> getLongListValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -210,7 +210,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type ascii.
+ if the actual value is not of type ascii.
*/
string getAsciiValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -238,7 +238,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type ascii list.
+ if the actual value is not of type ascii list.
*/
sequence<string> getAsciiListValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -266,7 +266,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type string.
+ if the actual value is not of type string.
*/
string getStringValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -293,7 +293,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type string list.
+ if the actual value is not of type string list.
*/
sequence<string> getStringListValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -319,7 +319,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
if the registry is not open.
@throws InvalidValueException
- if the actually value is not of type binary.
+ if the actual value is not of type binary.
*/
sequence<byte> getBinaryValue()
raises( com::sun::star::registry::InvalidRegistryException,
@@ -369,7 +369,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
a NULL interface if the key could not be created.
@throws InvalidRegistryException
- if the registry is not open, the registry is reaonly
+ if the registry is not open, the registry is readonly
or if the key exists and is of type LINK.
*/
com::sun::star::registry::XRegistryKey createKey( [in] string aKeyName )
@@ -404,7 +404,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
resolved and the appropriate key will be opened.
@returns
- an empty sequnece if the key has no subkeys.
+ an empty sequence if the key has no subkeys.
@throws InvalidRegistryException
if the registry is not open.
@@ -442,7 +442,7 @@ interface XRegistryKey: com::sun::star::uno::XInterface
@throws InvalidRegistryException
if the registry is not open or the registry is
- reaonly.
+ readonly.
*/
boolean createLink( [in] string aLinkName,
@@ -482,8 +482,8 @@ interface XRegistryKey: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XRegistryKey::getResolvedName
/** @returns
the resolved name of a key. The function resolve the complete name of the key.
- If a link could not resolved the linktarget concatenate with the unresolved rest
- of the name will returned.
+ If a link could not be resolved, the linktarget concatenated with the unresolved rest
+ of the name, will be returned.
@param rKeyName
specifies a relative path from the current key which will be resolved from all links.
diff --git a/udkapi/com/sun/star/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl
index fc741ce9b510..4a5250c9c404 100644
--- a/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/udkapi/com/sun/star/script/AllEventObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AllEventObject.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ struct AllEventObject: com::sun::star::lang::EventObject
- <p>This field reflects third parameter of the method
+ <p>This field reflects the third parameter of the method
@@ -122,7 +122,7 @@ struct AllEventObject: com::sun::star::lang::EventObject
// DOCUMENTATION CHANGED FOR AllEventObject::Arguments
// DocMerge from idl: field com::sun::star::script::AllEventObject::Arguments
- /** * The arguments of the original method.
+ /** The arguments of the original method.
*/
sequence<any> Arguments;
@@ -135,6 +135,9 @@ struct AllEventObject: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2001/01/31 09:45:41 mi
+ TYPE_XIDLCLASS is now 'type'
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/CannotCreateAdapterException.idl b/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
index 63d0903675c4..7892d248df90 100644
--- a/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
+++ b/udkapi/com/sun/star/script/CannotCreateAdapterException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CannotCreateAdapterException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: exception com::sun::star::script::CannotCreateAdapterException
/** is thrown by an attacher if an adapter service cannot create the
- appropriated adapter.@see com::sun::star::script::XAllListenerAdapterService
+ appropriate adapter.@see com::sun::star::script::XAllListenerAdapterService
@see com::sun::star::script::XEventAttacher
@see com::sun::star::script::XEventAttacherManager
*/
@@ -89,6 +89,9 @@ exception CannotCreateAdapterException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:24:58 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
diff --git a/udkapi/com/sun/star/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl
index 6d01a1372141..fb5859e98dfc 100644
--- a/udkapi/com/sun/star/script/ContextInformation.idl
+++ b/udkapi/com/sun/star/script/ContextInformation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContextInformation.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ struct ContextInformation
{
// DocMerge from xml: field com::sun::star::script::ContextInformation::Name
/** Full qualified name to adress the module or function associated with the context.
- If the module or function can't be adressed by name, e.g. in case that a runtime
+ If the module or function can't be adressed by name, e.g., in case that a runtime
generated eval-module is executed, this string is empty
*/
string Name;
@@ -149,6 +149,9 @@ struct ContextInformation
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/19 16:15:29 mi
+ documentation syntax fixed
+
Revision 1.4 2000/11/08 12:28:52 mi
moved from api
diff --git a/udkapi/com/sun/star/script/Converter.idl b/udkapi/com/sun/star/script/Converter.idl
index 08819c587fa8..84cfdf1108ed 100644
--- a/udkapi/com/sun/star/script/Converter.idl
+++ b/udkapi/com/sun/star/script/Converter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Converter.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
// DocMerge from xml: service com::sun::star::script::Converter
/** This service provide a widening converter. This means it can convert
- from one type to another if possible.
+ from one type to another, if possible.
What is possible?<br>
byte: byte, (short *1), (long *1), (hyper *1), (float *1), (double *1), (enum *2), (any *3),
@@ -111,25 +111,25 @@
1: only convert if the value is in the range of the target type.<br>
2: only convert if the value, not the position, of the enum is in the range of the target type.<br>
- 3: get value until it is not an any. Than convert it with the other rules.<br>
+ 3: get value until it is not an any. Then convert it with the other rules.<br>
4: only convert if the value of the character is between 0 - 255.<br>
- 5: only convert if the represents an dezimal, hexadezimal (0x...) or an floating point number.
+ 5: only convert if the value represents a decimal, hexadecimal (0x...) or a floating point number.
Examples: 10, 0x10, 10.045, 10,555, +10, +10.6e10, -10.6e-10, .16.
- 6: only convert if the interface supply the
+ 6: only convert if the interface supplies the <!-- jrh: missing object of sentence. -->
7: only convert if the value is in the range of the target type.
- The value is roundet to an integer.<br>
- 8: only converted if the float can converted back to the same enum value.
+ The value is rounded to an integer.<br>
+ 8: only converted if the float can be converted back to the same enum value.
9: only converted if the number is one of the enumeration type values. Normally you need
core reflection information of the enum type.
10: only converted if it is the same enumeration type.
11: only converted if the string contains the name of an enumeration type value. Normally you need
core reflection information of the enum type.
12: only converted if the value of the string is "1", "true" or "0", "false". The comparision
- is case insensitiv.
+ is case insensitive.
13: only converted if the length of the string is 1 or 0.
14: only converted if the types are equal or the source type is derived from the destination
type.
- 15: only converted if each element of the source sequence can converted to an element
+ 15: only converted if each element of the source sequence can be converted to an element
of the destination sequence.
*/
service Converter
@@ -146,6 +146,9 @@ service Converter
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/FailReason.idl b/udkapi/com/sun/star/script/FailReason.idl
index 234d62d74a26..31b85a6230fd 100644
--- a/udkapi/com/sun/star/script/FailReason.idl
+++ b/udkapi/com/sun/star/script/FailReason.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FailReason.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-11-16 15:09:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::1
// DocMerge from idl: value com::sun::star::script::FailReason::OUT_OF_RANGE
- /** The given value fits not in the range of destination type.
+ /** The given value does not fit in the range of the destination type.
*/
const long OUT_OF_RANGE = 1;
@@ -94,6 +94,7 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_ENUM
/** The given value cannot be converted to an enumeration.
+<!-- jrh: should this be "The given value is not an enumeration."? -->
*/
const long IS_NOT_ENUM = 3;
@@ -102,6 +103,7 @@ constants FailReason
// DocMerge from idl: value com::sun::star::script::FailReason::IS_NOT_BOOL
/** The given value cannot be converted to a boolean.
+<!-- jrh: should this be "The given value is not a boolean."? -->
*/
const long IS_NOT_BOOL = 4;
@@ -117,7 +119,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::6
// DocMerge from idl: value com::sun::star::script::FailReason::SOURCE_IS_NO_DERIVED_TYPE
- /** The given value cannot be converted right structure or exception type.
+ /** The given value cannot be converted to right structure or exception type.
*/
const long SOURCE_IS_NO_DERIVED_TYPE = 6;
@@ -133,7 +135,7 @@ constants FailReason
// DOCUMENTATION CHANGED FOR constants::8
// DocMerge from idl: value com::sun::star::script::FailReason::INVALID
- /** The given value cannot be converted and no one of the other reasons match.
+ /** The given value cannot be converted and none of the other reasons match.
*/
const long INVALID = 8;
@@ -162,6 +164,9 @@ constants FailReason
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import