Fix typos
Change-Id: Ib772108100b5180c7b42a9a5d164fa03321b6d5a Reviewed-on: https://gerrit.libreoffice.org/76463 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
@@ -44,7 +44,7 @@ published interface XExactName: com::sun::star::uno::XInterface
|
|||||||
{
|
{
|
||||||
|
|
||||||
/** @returns
|
/** @returns
|
||||||
the exact name for a given aprroximate name.
|
the exact name for a given approximate name.
|
||||||
|
|
||||||
<p>For example "getExactName" could be returned for "GETEXACTNAME"
|
<p>For example "getExactName" could be returned for "GETEXACTNAME"
|
||||||
when "GETEXACTNAME" was used by a case insensitive scripting language. </p>
|
when "GETEXACTNAME" was used by a case insensitive scripting language. </p>
|
||||||
|
@@ -37,7 +37,7 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe
|
|||||||
|
|
||||||
@param aEvent
|
@param aEvent
|
||||||
contains a sequence of PropertyChangeEvent objects
|
contains a sequence of PropertyChangeEvent objects
|
||||||
which describe the event source and the properites that have
|
which describe the event source and the properties that have
|
||||||
changed.
|
changed.
|
||||||
*/
|
*/
|
||||||
void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );
|
void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent );
|
||||||
|
@@ -24,7 +24,7 @@ module com { module sun { module star { module bridge { module oleautomation
|
|||||||
|
|
||||||
/** is the UNO representation of the Automation type <code>DATE</code>.
|
/** is the UNO representation of the Automation type <code>DATE</code>.
|
||||||
<p>
|
<p>
|
||||||
A <code>DATE</code> could actually be representd as`double` in
|
A <code>DATE</code> could actually be represented as `double` in
|
||||||
UNO and therefore a typedef from `double` to a date type would
|
UNO and therefore a typedef from `double` to a date type would
|
||||||
do. But a typedef cannot be expressed in all language bindings. In the
|
do. But a typedef cannot be expressed in all language bindings. In the
|
||||||
case where no typedefs are supported the actual type is used. That is, a
|
case where no typedefs are supported the actual type is used. That is, a
|
||||||
|
@@ -23,9 +23,9 @@
|
|||||||
module com { module sun { module star { module bridge { module oleautomation {
|
module com { module sun { module star { module bridge { module oleautomation {
|
||||||
|
|
||||||
/** contains a value that is used as argument in a "property put"
|
/** contains a value that is used as argument in a "property put"
|
||||||
operation on a Automation object.
|
operation on an Automation object.
|
||||||
<p>
|
<p>
|
||||||
If a Automation object is converted into a UNO object by a scripting
|
If an Automation object is converted into a UNO object by a scripting
|
||||||
bridge, such as
|
bridge, such as
|
||||||
com::sun::star::bridge::oleautomation::BridgeSupplier,
|
com::sun::star::bridge::oleautomation::BridgeSupplier,
|
||||||
then it is accessed through the
|
then it is accessed through the
|
||||||
|
@@ -27,7 +27,7 @@ module com { module sun { module star { module bridge { module oleautomation
|
|||||||
/** a tagging interface for UNO objects which represent Automation
|
/** a tagging interface for UNO objects which represent Automation
|
||||||
objects.
|
objects.
|
||||||
<p>
|
<p>
|
||||||
If a Automation object is bridged into the UNO environment, then
|
If an Automation object is bridged into the UNO environment, then
|
||||||
the resulting UNO object does not distinguish itself from any
|
the resulting UNO object does not distinguish itself from any
|
||||||
other ordinary UNO object. However, it may be desirable to have
|
other ordinary UNO object. However, it may be desirable to have
|
||||||
that distinction regardless, if a UNO client needs to take
|
that distinction regardless, if a UNO client needs to take
|
||||||
|
@@ -49,7 +49,7 @@ module com { module sun { module star { module container {
|
|||||||
|
|
||||||
<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
|
<p>Implementations of this interface might decide to support only <em>isolated</em> enumerators, or
|
||||||
only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting an
|
only <em>non-isolated</em> enumerators. Again, it's up to the service to specify this. Requesting an
|
||||||
enumerator type which is not supported will generally result in an com::sun::star::lang::NoSupportException
|
enumerator type which is not supported will generally result in a com::sun::star::lang::NoSupportException
|
||||||
being thrown.</p>
|
being thrown.</p>
|
||||||
*/
|
*/
|
||||||
interface XEnumerableMap : XMap
|
interface XEnumerableMap : XMap
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
module com { module sun { module star { module io {
|
module com { module sun { module star { module io {
|
||||||
|
|
||||||
/** This service allows to wrap a sequence of bytes with a output stream object.
|
/** This service allows to wrap a sequence of bytes with an output stream object.
|
||||||
*/
|
*/
|
||||||
service SequenceOutputStream : XSequenceOutputStream;
|
service SequenceOutputStream : XSequenceOutputStream;
|
||||||
|
|
||||||
|
@@ -58,7 +58,7 @@ published interface XInputStream: com::sun::star::uno::XInterface
|
|||||||
<li> neither caller nor callee keep a second reference to the same
|
<li> neither caller nor callee keep a second reference to the same
|
||||||
sequence.
|
sequence.
|
||||||
<li> the sequence is pre-allocated with the requested number of bytes.
|
<li> the sequence is pre-allocated with the requested number of bytes.
|
||||||
<li> the same sequence is reused (simply preallocationg a new
|
<li> the same sequence is reused (simply preallocating a new
|
||||||
sequence for every call bears no advantage).
|
sequence for every call bears no advantage).
|
||||||
<li> the call is not bridged (e.g., between different compilers
|
<li> the call is not bridged (e.g., between different compilers
|
||||||
or different processes).
|
or different processes).
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
module com { module sun { module star { module java {
|
module com { module sun { module star { module java {
|
||||||
|
|
||||||
|
|
||||||
/** indicates a the Java settings have been modified.
|
/** indicates the Java settings have been modified.
|
||||||
|
|
||||||
<p>The Java framework uses a configuration file, which can be used
|
<p>The Java framework uses a configuration file, which can be used
|
||||||
by distributors to determine what versions are supported. If this
|
by distributors to determine what versions are supported. If this
|
||||||
|
@@ -125,7 +125,7 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
|
|||||||
connection point container.
|
connection point container.
|
||||||
|
|
||||||
@throws ListenerExistException
|
@throws ListenerExistException
|
||||||
if it is a unicast broadcaster and a listener is already set.
|
if it is an unicast broadcaster and a listener is already set.
|
||||||
|
|
||||||
@throws InvalidListenerException
|
@throws InvalidListenerException
|
||||||
if the listener does not supply the needed interfaces.
|
if the listener does not supply the needed interfaces.
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
module com { module sun { module star { module reflection {
|
module com { module sun { module star { module reflection {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Reflects the “published” status of a UNOIDL entity.
|
Reflects the “published” status of a UNOIDL entity.
|
||||||
|
|
||||||
<p>This interface is intended to be supported by objects that also support
|
<p>This interface is intended to be supported by objects that also support
|
||||||
com::sun::star::reflection::XTypeDescription.
|
com::sun::star::reflection::XTypeDescription.
|
||||||
@@ -88,7 +88,7 @@ module com { module sun { module star { module reflection {
|
|||||||
*/
|
*/
|
||||||
interface XPublished {
|
interface XPublished {
|
||||||
/**
|
/**
|
||||||
Returns the “published” status of a UNOIDL entity.
|
Returns the “published” status of an UNOIDL entity.
|
||||||
|
|
||||||
@return `TRUE` if the UNOIDL entity represented by this object is
|
@return `TRUE` if the UNOIDL entity represented by this object is
|
||||||
published
|
published
|
||||||
|
@@ -65,7 +65,7 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt> <b>openKey</b>
|
<dt> <b>openKey</b>
|
||||||
</dt>
|
</dt>
|
||||||
<dd> returns a virtual key which is specified in registy1 or registry2.
|
<dd> returns a virtual key which is specified in registry1 or registry2.
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt> <b>deleteKey</b>
|
<dt> <b>deleteKey</b>
|
||||||
|
@@ -49,7 +49,7 @@ published enum RegistryValueType
|
|||||||
/** the type of the key is LONGLIST.
|
/** the type of the key is LONGLIST.
|
||||||
*/
|
*/
|
||||||
LONGLIST,
|
LONGLIST,
|
||||||
/** the type of the key is a ASCIILIST.
|
/** the type of the key is an ASCIILIST.
|
||||||
*/
|
*/
|
||||||
ASCIILIST,
|
ASCIILIST,
|
||||||
/** the type of the key is a STRINGLIST.
|
/** the type of the key is a STRINGLIST.
|
||||||
|
@@ -210,7 +210,7 @@ published interface XRegistryKey: com::sun::star::uno::XInterface
|
|||||||
|
|
||||||
// DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue
|
// DOCUMENTATION CHANGED FOR XRegistryKey::getStringListValue
|
||||||
/** @returns
|
/** @returns
|
||||||
a sequence of unicode strings if the key contains an unicode string list value.
|
a sequence of unicode strings if the key contains a unicode string list value.
|
||||||
|
|
||||||
@throws InvalidRegistryException
|
@throws InvalidRegistryException
|
||||||
if the registry is not open.
|
if the registry is not open.
|
||||||
|
@@ -42,7 +42,7 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
|
|||||||
{
|
{
|
||||||
/** Converts the value <code>aFrom</code> to the specified type
|
/** Converts the value <code>aFrom</code> to the specified type
|
||||||
<code>xDestinationType</code>.
|
<code>xDestinationType</code>.
|
||||||
Throws an CannotConvertException if the conversion
|
Throws a CannotConvertException if the conversion
|
||||||
failed.
|
failed.
|
||||||
@param aFrom
|
@param aFrom
|
||||||
source value
|
source value
|
||||||
@@ -59,8 +59,8 @@ published interface XTypeConverter: com::sun::star::uno::XInterface
|
|||||||
|
|
||||||
/** Converts the value <code>aFrom</code> to the specified simple type
|
/** Converts the value <code>aFrom</code> to the specified simple type
|
||||||
<code>aDestinationType</code>.
|
<code>aDestinationType</code>.
|
||||||
Throws an CannotConvertException if the conversion
|
Throws a CannotConvertException if the conversion
|
||||||
failed and an com::sun::star::lang::IllegalArgumentException
|
failed and a com::sun::star::lang::IllegalArgumentException
|
||||||
if the destination
|
if the destination
|
||||||
com::sun::star::uno::TypeClass is not simple,
|
com::sun::star::uno::TypeClass is not simple,
|
||||||
e.g. not long or byte.
|
e.g. not long or byte.
|
||||||
|
@@ -36,7 +36,7 @@ published exception AccessControlException : com::sun::star::uno::SecurityExcept
|
|||||||
|
|
||||||
@attention
|
@attention
|
||||||
If it is the case, that XAccessController::checkPermission() was called
|
If it is the case, that XAccessController::checkPermission() was called
|
||||||
passing a sequence< any >, i.e. a sequence of paermissions are demanded,
|
passing a sequence< any >, i.e. a sequence of permissions are demanded,
|
||||||
then this any holds the sequence of lacking permissions in the same
|
then this any holds the sequence of lacking permissions in the same
|
||||||
order as they were passed to XAccessController::checkPermission().
|
order as they were passed to XAccessController::checkPermission().
|
||||||
*/
|
*/
|
||||||
|
@@ -34,7 +34,7 @@ published interface XInteractionRequest: com::sun::star::uno::XInterface
|
|||||||
/** Get information about the request itself.
|
/** Get information about the request itself.
|
||||||
|
|
||||||
@returns
|
@returns
|
||||||
an com::sun::star::uno::Exception, wrapped as an
|
a com::sun::star::uno::Exception, wrapped as an
|
||||||
`any`.
|
`any`.
|
||||||
*/
|
*/
|
||||||
any getRequest();
|
any getRequest();
|
||||||
|
@@ -51,7 +51,7 @@ published interface XInterface
|
|||||||
The queryInterface() method is the entry point to obtain other interfaces which
|
The queryInterface() method is the entry point to obtain other interfaces which
|
||||||
are exported by the object. The caller asks the implementation of the object,
|
are exported by the object. The caller asks the implementation of the object,
|
||||||
if it supports the interface specified by the type argument. The call may either
|
if it supports the interface specified by the type argument. The call may either
|
||||||
return with a interface reference of the requested type or with a void any.
|
return with an interface reference of the requested type or with a void any.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There are certain specifications, a queryInterface() implementation must not violate.
|
There are certain specifications, a queryInterface() implementation must not violate.
|
||||||
|
Reference in New Issue
Block a user