summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
committerMichael Hönnig <mi@openoffice.org>2002-12-10 15:14:52 +0000
commit785af3a40aea468a0a5cb326aab04faf49706619 (patch)
treee083390f27e6a49d66623d109886ee105db060c3 /offapi/com/sun/star/util
parent2012bc9b77b9ca3e89cf0163e7efec6fd5c04b2f (diff)
#105668# fixed dead links
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/AliasProgrammaticPair.idl8
-rw-r--r--offapi/com/sun/star/util/AtomDescription.idl6
-rw-r--r--offapi/com/sun/star/util/DataEditorEvent.idl6
-rw-r--r--offapi/com/sun/star/util/XCloseListener.idl14
-rw-r--r--offapi/com/sun/star/util/XNumberFormatter.idl6
-rw-r--r--offapi/com/sun/star/util/XSearchable.idl6
6 files changed, 22 insertions, 24 deletions
diff --git a/offapi/com/sun/star/util/AliasProgrammaticPair.idl b/offapi/com/sun/star/util/AliasProgrammaticPair.idl
index 3638679386dc..5e8c9f09900b 100644
--- a/offapi/com/sun/star/util/AliasProgrammaticPair.idl
+++ b/offapi/com/sun/star/util/AliasProgrammaticPair.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AliasProgrammaticPair.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:47 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,9 +67,7 @@ module com { module sun { module star { module util {
//=============================================================================
/** represents an entry from a component which implements the
- <type>LocalizedAliases</type>.
-
- @see com::sun::star::util::XLocalizedAliases
+ <type>XLocalizedAliases</type>.
*/
struct AliasProgrammaticPair
{
diff --git a/offapi/com/sun/star/util/AtomDescription.idl b/offapi/com/sun/star/util/AtomDescription.idl
index b935415b7717..55594fb3d198 100644
--- a/offapi/com/sun/star/util/AtomDescription.idl
+++ b/offapi/com/sun/star/util/AtomDescription.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AtomDescription.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:47 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,7 @@ module util
/** contains a string and the corresponding registered atom .
- @see com::sun:star::util::XAtomServer
+ @see com::sun::star::util::XAtomServer
*/
struct AtomDescription
{
diff --git a/offapi/com/sun/star/util/DataEditorEvent.idl b/offapi/com/sun/star/util/DataEditorEvent.idl
index cc4d9f09f0f7..faf2b3dbfe49 100644
--- a/offapi/com/sun/star/util/DataEditorEvent.idl
+++ b/offapi/com/sun/star/util/DataEditorEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataEditorEvent.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:48 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
module com { module sun { module star { module util {
-/** specifies an event broadcasted by an <type>XEventEditor</type>.
+/** specifies an event broadcasted by an <type>XDataEditor</type>.
*/
struct DataEditorEvent: com::sun::star::lang::EventObject
{
diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl
index 166eedd68534..293f72385614 100644
--- a/offapi/com/sun/star/util/XCloseListener.idl
+++ b/offapi/com/sun/star/util/XCloseListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCloseListener.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: as $ $Date: 2002-04-05 06:54:27 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,8 +92,8 @@
</p>
<p>
- If an event <member scope="com::sun::star::lang">XEventListener::disposing()</member>
- occured, nobody called <member>XClosable::close()</member> on listened object before.
+ If an event <method scope="com::sun::star::lang">XEventListener::disposing</method>
+ occured, nobody called <method>XCloseable::close</method> on listened object before.
Then it's not allowed to break this request - it must be accepted!
</p>
@@ -108,14 +108,14 @@ interface XCloseListener: com::sun::star::lang::XEventListener
<p>
Is called before <member>XCloseListener::notifyClosing()</member>.
Listener has the chance to break that by throwing a <type>CloseVetoException</type>.
- This exception must be passed to the original caller of <member>XClosable::close()</member>
+ This exception must be passed to the original caller of <member>XCloseable::close()</member>
without any interaction.
</p>
<p>
The parameter <var>GetsOwnership</var> regulate who has to try to close the listened object
again, if this listener disagree with the request by throwing the exception.
- If it's set to <FALSE/> the original caller of <member>XClosable::close()</member>
+ If it's set to <FALSE/> the original caller of <member>XCloseable::close()</member>
will be the owner in every case. It's not allowed to call close() from this listener then.
If it's set to <TRUE/> this listener will be the new owner if he throw the exception,
otherwise not! If his still running processes will be finished he must call close() on
@@ -156,7 +156,7 @@ interface XCloseListener: com::sun::star::lang::XEventListener
</p>
<p>
- If the event <member>XEventListener::disposing()</member> occured before
+ If the event <member scope="com::sun::star::lang">XEventListener::disposing()</member> occured before
it must be accepted too. There exist no chance for a disagreement any more.
</p>
diff --git a/offapi/com/sun/star/util/XNumberFormatter.idl b/offapi/com/sun/star/util/XNumberFormatter.idl
index cea559d2ff4f..eb626383bd5b 100644
--- a/offapi/com/sun/star/util/XNumberFormatter.idl
+++ b/offapi/com/sun/star/util/XNumberFormatter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XNumberFormatter.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:58 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ interface XNumberFormatter: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- the attached <type>NumberFormatsSupplier</type>.
+ the attached <type>XNumberFormatsSupplier</type>.
*/
com::sun::star::util::XNumberFormatsSupplier getNumberFormatsSupplier();
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl
index ee772e688e9c..5f16f27a69d3 100644
--- a/offapi/com/sun/star/util/XSearchable.idl
+++ b/offapi/com/sun/star/util/XSearchable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSearchable.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:10:59 $
+ * last change: $Author: mi $ $Date: 2002-12-10 16:14:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ interface XSearchable: com::sun::star::uno::XInterface
/** searches the contained texts for the next occurrence of whatever is specified.
@returns
- the position within the component, e.g. a <type scope="com::sun::star::text>XTextRange</type>
+ the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type>
which determines the found elements.
@see SearchDescriptor