summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-19 15:19:06 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-19 15:19:06 +0000
commit0f76d2b5291f8dede2643807930e3dcd2e912d1f (patch)
treeba8ebbf1c15ec999d8516989beb50ff4fad84793 /udkapi
parent6e5cebf49a79fe171cc03fefa3c959b1dce822ee (diff)
documentation syntax fixed
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/XMaterialHolder.idl9
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl9
-rw-r--r--udkapi/com/sun/star/beans/XMultiPropertySet.idl9
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl12
-rw-r--r--udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl12
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl9
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl9
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl11
-rw-r--r--udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl11
-rw-r--r--udkapi/com/sun/star/script/ContextInformation.idl13
-rw-r--r--udkapi/com/sun/star/script/InterruptEngineEvent.idl13
-rw-r--r--udkapi/com/sun/star/test/bridge/XBridgeTest.idl10
-rw-r--r--udkapi/com/sun/star/uno/XAggregation.idl8
13 files changed, 88 insertions, 47 deletions
diff --git a/udkapi/com/sun/star/beans/XMaterialHolder.idl b/udkapi/com/sun/star/beans/XMaterialHolder.idl
index d197d14851e5..e62e2954c5f9 100644
--- a/udkapi/com/sun/star/beans/XMaterialHolder.idl
+++ b/udkapi/com/sun/star/beans/XMaterialHolder.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMaterialHolder.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $
*
* 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: interface com::sun::star::beans::XMaterialHolder
/** allows the inspection of an object's properties and functions.
- @see method XIntrospectionAccess::inspect()
+ @see XIntrospectionAccess::inspect
*/
[ uik(E227A3DC-33D6-11D1-AABE00A0-249D5590), ident( "XMaterialHolder", 1.0 ) ]
interface XMaterialHolder: com::sun::star::uno::XInterface
@@ -97,6 +97,9 @@ interface XMaterialHolder: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:35 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
Revision 1.4 2000/11/08 12:28:20 mi
moved from api
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index d3b0db28e4a8..f4ecdb108603 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiHierarchicalPropertySet.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
not provide information about the properties; otherwise the
interface <type>XHierarchicalPropertySetInfo</type> is returned.
- @see XHierarchicalPropertySet::getHierarchicalPropertySetInfo()
+ @see XHierarchicalPropertySet::getHierarchicalPropertySetInfo
*/
[const] com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo();
@@ -196,6 +196,9 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:35 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
Revision 1.4 2000/11/08 12:28:20 mi
moved from api
diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
index f5a687ace91b..bf63bcb8d6d3 100644
--- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiPropertySet.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,7 +107,7 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
<const>NULL</const> is returned if the object cannot or will
not provide information about the properties.
- @see XPropertySet::getPropertySetInfo()
+ @see XPropertySet::getPropertySetInfo
*/
[const] com::sun::star::beans::XPropertySetInfo getPropertySetInfo();
@@ -216,6 +216,9 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/15 16:22:48 mi
+ lost documentation from src536 inserted
+
Revision 1.5 2000/12/11 16:09:35 mi
documentation syntax fixed and some minor semantic documentation fixes
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
index 396d2c6b8943..b8f5b515cd05 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySetInfoChangeListener.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,10 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::beans::XPropertySetInfoChangeListener
-/** a listener for events related to <type>XPropertySetInfo</type>s.@see PropertySetInfoChangeEvent, XPropertySetInfoChangeNotifier
+/** a listener for events related to <type>XPropertySetInfo</type>s.
+
+ @see PropertySetInfoChangeEvent
+ @see XPropertySetInfoChangeNotifier
*/
[ uik(54D27621-DA3A-11d3-9F590050-04526AC8), ident( "XPropertySetInfoChangeListener", 1.0 ) ]
interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
@@ -97,6 +100,9 @@ interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:56 hjs
initial import
diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
index d914f58eb1e7..ccd24b558bce 100644
--- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
+++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertySetInfoChangeNotifier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,10 @@
//=============================================================================
// DocMerge from xml: interface com::sun::star::beans::XPropertySetInfoChangeNotifier
-/** a notifier for changes of <type>XPropertySetInfo</type>s.@see PropertySetInfoChangeEvent, XPropertySetInfoChangeListener
+/** a notifier for changes of <type>XPropertySetInfo</type>s.
+
+ @see PropertySetInfoChangeEvent
+ @see XPropertySetInfoChangeListener
*/
[ uik(54D27628-DA3A-11d3-9F590050-04526AC8), ident( "XPropertySetInfoChangeNotifier", 1.0 ) ]
interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
@@ -104,6 +107,9 @@ interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:56 hjs
initial import
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index 36cea55c8ba8..82d3d390e9a3 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NoSupportException.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:00 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ module com { module sun { module star { module lang {
does not allow the change. </p>
@see XEnumeration
- @see XContent::setParent()
+ @see XContent::setParent
*/
exception NoSupportException: com::sun::star::uno::Exception
{
@@ -93,6 +93,9 @@ exception NoSupportException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:00 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
Revision 1.4 2000/11/08 12:28:41 mi
moved from api
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index 6a9fa96a59fe..dc75e578909e 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NullPointerException.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:49:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
<p>Applications should throw instances of this class to indicate
other illegal uses of the <NULL/> object. </p>
- @see XIdlReflection::forName()
+ @see XIdlReflection::forName
*/
exception NullPointerException: com::sun::star::uno::Exception
{
@@ -92,6 +92,9 @@ exception NullPointerException: com::sun::star::uno::Exception
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/19 13:49:35 mi
+ syntax errors in documentation 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/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index d33a52bcc80e..484f4185bf8b 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,7 +155,7 @@ interface XComponent: com::sun::star::uno::XInterface
<p>The broadcaster fires the disposing method of this listener
if the <member>XComponent::dispose</member> method is called. </p>
- @see removeEventListener()
+ @see XComponent::removeEventListener
*/
void addEventListener( [in] XEventListener xListener );
@@ -166,7 +166,7 @@ interface XComponent: com::sun::star::uno::XInterface
<p>It is a "noop" if the specified listener is not registered. </p>
- @see addEventListener()
+ @see XComponent::addEventListener
*/
void removeEventListener( [in] XEventListener aListener );
@@ -179,6 +179,9 @@ interface XComponent: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/13 15:47:01 mi
+ symtactical documentation and minor semantic documentation flaws fixed
+
Revision 1.4 2000/11/08 12:28:41 mi
moved from api
diff --git a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
index 33e9c5702c64..aad0f14ec076 100644
--- a/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
+++ b/udkapi/com/sun/star/registry/CannotRegisterImplementationException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CannotRegisterImplementationException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,9 @@
// DocMerge from xml: exception com::sun::star::registry::CannotRegisterImplementationException
/** is thrown when an application tries to register an implementation using the
<member>XImplementationRegistration::registerImplementation()</member>
- method, but the component cannot be registered.@see IdlReflection#forName()
+ method, but the component cannot be registered.
+
+ @see XIdlReflection::forName
*/
exception CannotRegisterImplementationException: com::sun::star::uno::Exception
{
@@ -88,6 +90,9 @@ exception CannotRegisterImplementationException: com::sun::star::uno::Exception
/*=============================================================================
$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/script/ContextInformation.idl b/udkapi/com/sun/star/script/ContextInformation.idl
index e4fbadd8c666..6d01a1372141 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,10 +101,10 @@ struct ContextInformation
<p>If "name" addresses a function, all line and column values
are nevertheless given relative to the module's source. If
source code is not available, this value addresses a binary
- position in the compiled code.
+ position in the compiled code. </p>
- </p>@see XLibraryAccess::getModuleCode(string)
- @see XLibraryAccess::getFunctionCode(string)
+ @see XLibraryAccess::getModuleCode
+ @see XLibraryAccess::getFunctionCode
*/
long StartLine;
@@ -149,6 +149,9 @@ struct ContextInformation
/*=============================================================================
$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/InterruptEngineEvent.idl b/udkapi/com/sun/star/script/InterruptEngineEvent.idl
index e3c4c2abd242..3f6859c53db2 100644
--- a/udkapi/com/sun/star/script/InterruptEngineEvent.idl
+++ b/udkapi/com/sun/star/script/InterruptEngineEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InterruptEngineEvent.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -116,10 +116,10 @@ struct InterruptEngineEvent: com::sun::star::lang::EventObject
<p>If "name" addresses a function, all line and column values
are nevertheless given relative to the module's source. If
source code is not available, this value addresses a binary
- position in the compiled code.
+ position in the compiled code. </p>
- </p>@see XLibraryAccess::getModuleCode(string)
- @see XLibraryAccess::getFunctionCode(string)
+ @see XLibraryAccess::getModuleCode
+ @see XLibraryAccess::getFunctionCode
*/
long StartLine;
@@ -174,6 +174,9 @@ struct InterruptEngineEvent: com::sun::star::lang::EventObject
/*=============================================================================
$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/test/bridge/XBridgeTest.idl b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
index abf4a5cc75df..e6886b4d5c13 100644
--- a/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
+++ b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XBridgeTest.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:59 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -220,9 +220,9 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface
/***
* methods to check sequence of calls. Call call() and callOneway
* in an arbitrary sequence. Increase the callId for every call.
- * The testobject sets an error flag (@see testSequencePassed()),
- * when
- *
+ * The testobject sets an error flag.
+
+ @see testSequencePassed
***/
void call( [in] long nCallId, [in] long nWaitMUSEC );
[oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );
diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl
index ed96ae3a87b5..a962bf28bc48 100644
--- a/udkapi/com/sun/star/uno/XAggregation.idl
+++ b/udkapi/com/sun/star/uno/XAggregation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XAggregation.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 15:32:26 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:15:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -152,7 +152,7 @@ interface XAggregation: com::sun::star::uno::XInterface
</listing>
- @see #queryAggregation(Class)
+ @see XAggregation::queryAggregation
*/
void setDelegator( [in] com::sun::star::uno::XInterface pDelegator );
@@ -186,7 +186,7 @@ interface XAggregation: com::sun::star::uno::XInterface
</listing>
- @see #setDelegator(UnoAggregation)
+ @see XAggregation::setDelegator
*/
any queryAggregation( [in] type aType );
// boolean queryAggregation( [in] com::sun::star::uno::Uik aUik,