diff options
author | Michael Hönnig <mi@openoffice.org> | 2001-11-20 09:20:42 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2001-11-20 09:20:42 +0000 |
commit | fddbbd2b9c2e2a2f53f4538917f05802ab4bbfac (patch) | |
tree | 9cd8f73db900616cacdb1ffc7bf135a9a4175a83 | |
parent | b52eb164b3edb35e5e19ad19792be582ca575d91 (diff) |
proofing by Richard Holt
-rw-r--r-- | udkapi/com/sun/star/uno/NamingService.idl | 15 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XComponentContext.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XCurrentContext.idl | 6 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XNamingService.idl | 11 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XReference.idl | 9 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XUnloadingPreference.idl | 32 | ||||
-rw-r--r-- | udkapi/com/sun/star/uno/XWeak.idl | 9 |
7 files changed, 50 insertions, 38 deletions
diff --git a/udkapi/com/sun/star/uno/NamingService.idl b/udkapi/com/sun/star/uno/NamingService.idl index db0446063..8b267387c 100644 --- a/udkapi/com/sun/star/uno/NamingService.idl +++ b/udkapi/com/sun/star/uno/NamingService.idl @@ -2,9 +2,9 @@ * * $RCSfile: NamingService.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,18 +74,18 @@ - <p>Normally an uno application exposes its external reachable objects + <p>Normally a uno application exposes its external reachable objects through this service. It is up to the implementation, how the registered objects are exposed to the rest of the world. Which objects are reachable from the outside are implementation specific. </p> - <p>To extend the reachability change the naming service. To access the - process local naming service normally use your ServiceManager. If you are + <p>To extend the reachability, change the naming service. To access the + process local naming service normally, use your ServiceManager. If you are outside of UNO you can access the shared library "unonamingservice". This library exports a c-style function "createComponentFactory". All parameters can be set to null. Look at the service specification of the shared library loader.<br> - In Java the class name of the naming component is "com.sun.star.comp.nameservice.NameService". + In Java, the class name of the naming component is "com.sun.star.comp.nameservice.NameService". If Java is embedded in a native system this component should connect to the native library. @@ -109,6 +109,9 @@ service NamingService Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import diff --git a/udkapi/com/sun/star/uno/XComponentContext.idl b/udkapi/com/sun/star/uno/XComponentContext.idl index 5812d0a26..b207d3a15 100644 --- a/udkapi/com/sun/star/uno/XComponentContext.idl +++ b/udkapi/com/sun/star/uno/XComponentContext.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponentContext.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dbo $ $Date: 2001-07-05 09:15:30 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,7 @@ interface XComponentContext : XInterface any getValueByName( [in] string Name ); /** Gets the service manager instance to be used (or null). This method has been added for convenience, because the - service manager is a often used object. + service manager is an often used object. */ com::sun::star::lang::XMultiComponentFactory getServiceManager(); }; diff --git a/udkapi/com/sun/star/uno/XCurrentContext.idl b/udkapi/com/sun/star/uno/XCurrentContext.idl index 00fbbb74b..6ebf63aeb 100644 --- a/udkapi/com/sun/star/uno/XCurrentContext.idl +++ b/udkapi/com/sun/star/uno/XCurrentContext.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCurrentContext.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: dbo $ $Date: 2001-05-04 14:22:18 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ interface XCurrentContext : XInterface { /** Gets a value from the context. You should carefully use the obtained value, because the current context - (value container) lives only for the running task (i.e. often the + (value container) lives only for the running task (i.e., often the executing thread) only! @param Name diff --git a/udkapi/com/sun/star/uno/XNamingService.idl b/udkapi/com/sun/star/uno/XNamingService.idl index e271390ea..4be0c6a04 100644 --- a/udkapi/com/sun/star/uno/XNamingService.idl +++ b/udkapi/com/sun/star/uno/XNamingService.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamingService.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,8 +101,8 @@ interface XNamingService: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::uno::XNamingService::revokeObject - /** revokes the registration of an object. If the object wasn't - previous registered, then this call does nothing. + /** revokes the registration of an object. If the object was not + previously registered, then this call does nothing. */ void revokeObject( [in]string Name ) raises (Exception); @@ -118,6 +118,9 @@ interface XNamingService: com::sun::star::uno::XInterface Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.5 2001/03/16 15:10:43 jsc + remove interfaceheader with uik and remove [const] in method definitions + Revision 1.4 2000/11/08 12:29:00 mi moved from api diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl index 7c6ae7261..3cf41f6c5 100644 --- a/udkapi/com/sun/star/uno/XReference.idl +++ b/udkapi/com/sun/star/uno/XReference.idl @@ -2,9 +2,9 @@ * * $RCSfile: XReference.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ interface XReference: com::sun::star::uno::XInterface <p> This method is called when the adapted object dies. The implementation of the client-side's weak reference must include removal of all references to the adapter. - Otherwise the adapted object will be destroyed, but the + Otherwise, the adapted object will be destroyed, but the adapter will be alive.</p> */ [oneway] void dispose(); @@ -102,6 +102,9 @@ interface XReference: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/03/16 15:10:43 jsc + remove interfaceheader with uik and remove [const] in method definitions + Revision 1.4 2000/11/08 12:29:00 mi moved from api diff --git a/udkapi/com/sun/star/uno/XUnloadingPreference.idl b/udkapi/com/sun/star/uno/XUnloadingPreference.idl index 7f0ae11bb..4da37fb75 100644 --- a/udkapi/com/sun/star/uno/XUnloadingPreference.idl +++ b/udkapi/com/sun/star/uno/XUnloadingPreference.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUnloadingPreference.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jl $ $Date: 2001-06-07 10:51:25 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,20 +70,20 @@ module com { module sun { module star { module uno { //============================================================================= -/** -When someone called <code>rtl_unloadUnusedModules</code> then the unloading -listeners are notified by calling previously registered callback -functions. A listener is an entity that employs, registers and -unregisters the callback functions on its behalf. On notification -( the callback function in being called) -a listener may release references to UNO components. Thus the -belonging libraries can be unloaded if no one else keeps any -objects from the library alive. <br> -Before a listener releases references it should ask for this interface. -If the interface is not implemented then the listener may release the -object otherwise it calls <code>releaseOnNotification</code>. If the function -returns false then the listener should keep the reference, otherwise -it may release it. +/** When someone calls <code>rtl_unloadUnusedModules</code> then the unloading + listeners are notified by calling previously registered callback + functions. A listener is an entity that employs, registers, and + unregisters the callback functions on its behalf. Upon notification + (the callback function is being called) + a listener may release references to UNO components. Thus, the + loaded libraries can be unloaded, if no one else keeps any + objects from the library alive. <br> + Before a listener releases references, it should ask for this interface. + If the interface is not implemented, then the listener may release the + object; otherwise, it calls <code>releaseOnNotification</code>. If the function + returns false then the listener should keep the reference, otherwise + it may release it. + <!-- jrh: Please review this comment, that the sense is retained. --> */ interface XUnloadingPreference: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/uno/XWeak.idl b/udkapi/com/sun/star/uno/XWeak.idl index ba9f48fc5..329e555f6 100644 --- a/udkapi/com/sun/star/uno/XWeak.idl +++ b/udkapi/com/sun/star/uno/XWeak.idl @@ -2,9 +2,9 @@ * * $RCSfile: XWeak.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ + * last change: $Author: mi $ $Date: 2001-11-20 10:20:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,7 +96,7 @@ </p> <p>The sense of weak references is to hold a reference to an object without affecting the lifetime of the object. That means that a weak - reference may become invalid at any time if the referenced object dies. + reference may become invalid, at any time, if the referenced object dies. </p> <p>The following interfaces describe one way to handle weak references @@ -154,6 +154,9 @@ interface XWeak: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/03/16 15:10:43 jsc + remove interfaceheader with uik and remove [const] in method definitions + Revision 1.4 2000/11/08 12:29:00 mi moved from api |