From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl | 4 ++-- udkapi/com/sun/star/bridge/UnoUrlResolver.idl | 2 +- udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl | 2 +- udkapi/com/sun/star/lang/XComponent.idl | 2 +- udkapi/com/sun/star/reflection/ProxyFactory.idl | 2 +- udkapi/com/sun/star/reflection/XIdlClass.idl | 2 +- udkapi/com/sun/star/reflection/XProxyFactory.idl | 2 +- .../com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl | 6 +++--- udkapi/com/sun/star/script/ArrayWrapper.idl | 2 +- udkapi/com/sun/star/uno/XAggregation.idl | 2 +- udkapi/com/sun/star/uno/XInterface.idl | 2 +- udkapi/com/sun/star/util/BootstrapMacroExpander.idl | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) (limited to 'udkapi/com') diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl index bf485e540679..86c6a6397e39 100644 --- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl @@ -28,14 +28,14 @@ module com { module sun { module star { module bridge { /** maps UNO types to oleautomation types and vice versa.

The XBridgeSupplier2 interface provides the function createBridge which - maps a value of an UNO or Automation type to the desired target type. If an UNO interface + maps a value of a UNO or Automation type to the desired target type. If a UNO interface was mapped to IDispatch, then all objects (interfaces, structs) and other types which are obtained from that Automation object are automatically mapped to the corresponding Automation types. Hence, if one provides an initial object which forms the root of all other objects, such as a service manager, then only that object needs to be explicitly mapped by a call to createBridge. The same holds true if an automation - object is mapped to an UNO interface.
+ object is mapped to a UNO interface.

The Automation types VT_CY and VT_DATE are not supported. For Automation objects to be mapped they have to implement IDispatch interface. Other COM interfaces, diff --git a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl index aa9e674c49b5..4a1d72161d08 100644 --- a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl +++ b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl @@ -26,7 +26,7 @@ published interface XUnoUrlResolver; /** provides the ability to access remote processes, - resolving them by an UNO url. + resolving them by a UNO url.
*/ published service UnoUrlResolver: XUnoUrlResolver; diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl index a9a1bedd0778..cfb82cbb129f 100644 --- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module bridge { module oleautomation { such as a service manager, then only that object needs to be explicitly mapped by a call to com::sun::star::bridge::XBridgeSupplier2::createBridge(). - The same holds true if an automation object is mapped to an UNO interface. + The same holds true if an automation object is mapped to a UNO interface.

For Automation objects to be mapped they have to implement diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl index 38b83aa3762e..2b3ce85610c8 100644 --- a/udkapi/com/sun/star/lang/XComponent.idl +++ b/udkapi/com/sun/star/lang/XComponent.idl @@ -28,7 +28,7 @@ module com { module sun { module star { module lang { /** allows to explicitly free resources and break cyclic references. -

Actually the real lifetime of an UNO object is controlled by +

Actually the real lifetime of a UNO object is controlled by references kept on interfaces of this object. But there are two distinct meanings in keeping a reference to an interface: 1st to own the object and 2nd to know the object. diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl index f69028203a92..f838eeb348e6 100644 --- a/udkapi/com/sun/star/reflection/ProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/ProxyFactory.idl @@ -39,7 +39,7 @@ @deprecated Aggregation will no longer be supported as a high-level concept of UNO. - You may still have the option to implement an UNO object consisting of + You may still have the option to implement a UNO object consisting of several single objects in your specific programming language, though this depends on your programming language. Thus this service is deprecated, too. diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl index 0495070522b3..d6c43861ed7b 100644 --- a/udkapi/com/sun/star/reflection/XIdlClass.idl +++ b/udkapi/com/sun/star/reflection/XIdlClass.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module reflection { published interface XIdlArray; -/** Provides information reflecting an UNO type. +/** Provides information reflecting a UNO type. */ published interface XIdlClass: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl index 0f9d95d0122e..2c8b57ead086 100644 --- a/udkapi/com/sun/star/reflection/XProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/XProxyFactory.idl @@ -30,7 +30,7 @@ @deprecated Aggregation will no longer be supported as a high-level concept of UNO. - You may still have the option to implement an UNO object consisting of + You may still have the option to implement a UNO object consisting of several single objects in your specific programming language, though this depends on your programming language. Thus this interface is deprecated, too. diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index d0ccdc08af3b..6627c52d2dd4 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -40,14 +40,14 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn { /** Creates an enumeration for type descriptions. -

An enumeration is always created for an UNOIDL module. The +

An enumeration is always created for a UNOIDL module. The enumeration contents can be restricted by specifying type classes. Only types that match one of the supplied type classes will be part of the collection. Additionally, it is possible to specify the depth for the search within the underlying type description tree. @param moduleName - contains the name of an UNOIDL module. Modules are separated by a + contains the name of a UNOIDL module. Modules are separated by a single '.' (i.e., "com.sun.star.reflection"). The root of the module hierarchy is specified with an empty string. Module names are always absolute, never relative. @@ -145,7 +145,7 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn @throws InvalidTypeNameException in case that the given module name does exist, but does not specify - an UNOIDL module. This exception will never be thrown in case + a UNOIDL module. This exception will never be thrown in case moduleName is the empty string. */ XTypeDescriptionEnumeration diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl index 547d739fc104..b786f303cb3b 100644 --- a/udkapi/com/sun/star/script/ArrayWrapper.idl +++ b/udkapi/com/sun/star/script/ArrayWrapper.idl @@ -24,7 +24,7 @@ module com { module sun { module star { module script { -/** Allows an UNO sequence that is passed between different language +/** Allows a UNO sequence that is passed between different language boundaries to indicate it prefers to be represented as a multidimensional array with 0 or 1 based indices. UNO does not natively represent Multi-Dimensional arrays, instead a sequence can have elements that are diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl index b7a81b98ec29..2bd5b6f256b1 100644 --- a/udkapi/com/sun/star/uno/XAggregation.idl +++ b/udkapi/com/sun/star/uno/XAggregation.idl @@ -62,7 +62,7 @@ module com { module sun { module star { module uno { @deprecated Aggregation will no longer be supported as a high-level concept of UNO. - You may still have the option to implement an UNO object consisting of + You may still have the option to implement a UNO object consisting of several single objects in your specific programming language, though this depends on your programming language. */ diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index ce006a593519..57f06dbd42fa 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -91,7 +91,7 @@ published interface XInterface to the object.

- It is only allowed to invoke a method on an UNO object, when you keep + It is only allowed to invoke a method on a UNO object, when you keep a hard reference to it.

Every call to acquire must be followed by a corresponding call to release diff --git a/udkapi/com/sun/star/util/BootstrapMacroExpander.idl b/udkapi/com/sun/star/util/BootstrapMacroExpander.idl index dd1d74dfd2f9..55fffdcefbd9 100644 --- a/udkapi/com/sun/star/util/BootstrapMacroExpander.idl +++ b/udkapi/com/sun/star/util/BootstrapMacroExpander.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module util { http://udk.openoffice.org/common/man/concept/micro_deployment.html#misc The service can be instantiated via arguments giving an ini/rc file url. - Otherwise it will read from an uno.ini/unorc file next to the cppuhelper + Otherwise it will read from a uno.ini/unorc file next to the cppuhelper library. @see theMacroExpander -- cgit