summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/awt/XToolkit.idl11
-rw-r--r--offapi/com/sun/star/awt/XView.idl27
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationAccess.idl8
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationProvider.idl8
-rw-r--r--offapi/com/sun/star/configuration/ConfigurationRegistry.idl8
-rw-r--r--offapi/com/sun/star/configuration/XTemplateContainer.idl9
-rw-r--r--offapi/com/sun/star/document/XExporter.idl6
-rw-r--r--offapi/com/sun/star/document/XImporter.idl6
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl9
-rw-r--r--offapi/com/sun/star/frame/XDispatch.idl13
-rw-r--r--offapi/com/sun/star/frame/XDispatchProvider.idl9
-rw-r--r--offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl11
-rw-r--r--offapi/com/sun/star/frame/XFrame.idl15
-rw-r--r--offapi/com/sun/star/frame/XStorable.idl9
-rw-r--r--offapi/com/sun/star/i18n/AmPmValue.idl6
-rw-r--r--offapi/com/sun/star/i18n/Calendar.idl6
-rw-r--r--offapi/com/sun/star/i18n/CalendarDisplayIndex.idl6
-rw-r--r--offapi/com/sun/star/i18n/Currency.idl6
-rw-r--r--offapi/com/sun/star/i18n/XCalendar.idl6
-rw-r--r--offapi/com/sun/star/i18n/XCharacterClassification.idl6
-rw-r--r--offapi/com/sun/star/resource/XResourceBundle.idl6
-rw-r--r--offapi/com/sun/star/sdb/ContentLoader.idl6
-rw-r--r--offapi/com/sun/star/sdb/DataSourceBrowser.idl10
-rw-r--r--offapi/com/sun/star/sdb/InteractionHandler.idl9
-rw-r--r--offapi/com/sun/star/sdb/SQLContext.idl15
-rw-r--r--offapi/com/sun/star/sdbc/PreparedStatement.idl11
-rw-r--r--offapi/com/sun/star/sdbc/SQLWarning.idl15
-rw-r--r--offapi/com/sun/star/sdbc/Statement.idl11
-rw-r--r--offapi/com/sun/star/sdbc/XConnection.idl19
-rw-r--r--offapi/com/sun/star/text/TextFrame.idl9
-rw-r--r--offapi/com/sun/star/text/XDocumentIndexMark.idl12
-rw-r--r--offapi/com/sun/star/text/XFootnote.idl10
-rw-r--r--offapi/com/sun/star/text/XPageCursor.idl23
-rw-r--r--offapi/com/sun/star/ucb/CachedDynamicResultSet.idl8
-rw-r--r--offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl6
-rw-r--r--offapi/com/sun/star/ucb/Content.idl18
-rw-r--r--offapi/com/sun/star/ucb/ContentInfo.idl6
-rw-r--r--offapi/com/sun/star/ucb/ContentProvider.idl6
-rw-r--r--offapi/com/sun/star/ucb/FetchResult.idl6
-rw-r--r--offapi/com/sun/star/ucb/PersistentPropertySet.idl6
-rw-r--r--offapi/com/sun/star/ucb/PropertySetRegistry.idl6
-rw-r--r--offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl6
-rw-r--r--offapi/com/sun/star/ucb/UniversalContentBroker.idl14
-rw-r--r--offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl6
-rw-r--r--offapi/com/sun/star/ucb/XCommandProcessor.idl8
-rw-r--r--offapi/com/sun/star/ucb/XContentProvider.idl6
-rw-r--r--offapi/com/sun/star/ucb/XContentProviderManager.idl8
-rw-r--r--offapi/com/sun/star/ucb/XDynamicResultSet.idl15
-rw-r--r--offapi/com/sun/star/ucb/XProgressHandler.idl12
-rw-r--r--offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl6
-rw-r--r--offapi/com/sun/star/ucb/XSimpleFileAccess.idl6
-rw-r--r--offapi/com/sun/star/ucb/XSourceInitialization.idl6
-rw-r--r--offapi/com/sun/star/view/XLineCursor.idl11
53 files changed, 297 insertions, 210 deletions
diff --git a/offapi/com/sun/star/awt/XToolkit.idl b/offapi/com/sun/star/awt/XToolkit.idl
index 92483c428c4b..afa86a7b2a2c 100644
--- a/offapi/com/sun/star/awt/XToolkit.idl
+++ b/offapi/com/sun/star/awt/XToolkit.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XToolkit.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:11 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,9 @@ interface XToolkit: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::awt::XToolkit::createWindow
- /** creates a new window using the given descriptor.@see #createComponents
+ /** creates a new window using the given descriptor.
+
+ @see XToolkit::createComponents
*/
com::sun::star::awt::XWindowPeer createWindow( [in] com::sun::star::awt::WindowDescriptor Descriptor )
raises( com::sun::star::lang::IllegalArgumentException );
@@ -163,6 +165,9 @@ interface XToolkit: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:11 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:55 hjs
initial import
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 08194383a35c..7bdce8c48c13 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XView.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:11 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,9 @@ interface XView: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::awt::XView::setGraphics
- /** sets the output device.@see #getDevice()
+ /** sets the output device.
+
+ @see XView::getDevice
*/
boolean setGraphics( [in] com::sun::star::awt::XGraphics aDevice );
@@ -101,10 +103,10 @@ interface XView: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::awt::XView::getGraphics
/** @returns
- the output device which was set using the method
- <member>XView::setGraphics()</member>
+ the output device which was set using the method
+ <member>XView::setGraphics()</member>
- @see #setDevice();
+ @see XView::setDevice
*/
com::sun::star::awt::XGraphics getGraphics();
@@ -112,11 +114,9 @@ interface XView: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::awt::XView::getSize
/** @returns
- the size of the object in device units.
-
- <p>A device must be set before.
+ the size of the object in device units. A device must be set before.
- @see #draw()
+ @see XView::draw
*/
com::sun::star::awt::Size getSize();
@@ -128,9 +128,9 @@ interface XView: com::sun::star::uno::XInterface
<p>If the output should be clipped, the caller has to set the
- clipping region.
+ clipping region. </p>
- </p>@see #getSize()
+ @see XView::getSize
*/
[oneway] void draw( [in] long nX,
[in] long nY );
@@ -156,6 +156,9 @@ interface XView: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:11 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:34:50 hjs
initial import
diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
index c9be2a1e8bf7..75ccff298c74 100644
--- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationAccess.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,14 +143,14 @@ service ConfigurationAccess
interface com::sun::star::lang::XInitialization;
/** allows access to immediate children of this node.
- <p><method scope="com::sun::star::container">XNameAccess::getByName</method>
+ <p><member scope="com::sun::star::container">XNameAccess::getByName</member>
returns an Any holding either a value or the same interface for another ConfigurationAccess
if the child is not a value.
*/
interface com::sun::star::container::XNameAccess;
/** allows access to all descendants of this node
- <p><method scope="com::sun::star::container">XHierarchicalNameAccess::getByHierarchicalName</method>
+ <p><member scope="com::sun::star::container">XHierarchicalNameAccess::getByHierarchicalName</member>
returns an Any holding either a value or the same interface for another ConfigurationAccess,
if the descendant is not a value.
*/
diff --git a/offapi/com/sun/star/configuration/ConfigurationProvider.idl b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
index 1e3f04a45a3f..4020727af3e6 100644
--- a/offapi/com/sun/star/configuration/ConfigurationProvider.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationProvider.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,8 @@ module com { module sun { module star { module configuration {
service ConfigurationProvider
{
/** allows creating access objects for specific subtrees.
- The <param>aServiceSpecifier</param> passed to <method scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</method>
- and the arguments to be passed to <method scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</method>
+ The <param>aServiceSpecifier</param> passed to <member scope="com::sun::star::lang">XMultiServiceFactory::createInstance()</member>
+ and the arguments to be passed to <member scope="com::sun::star::lang">XMultiServiceFactory::createInstanceWithArguments()</member>
will be specified shortly.
*/
interface com::sun::star::lang::XMultiServiceFactory;
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
index 7cf32e9e8428..a02ad939d53c 100644
--- a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
+++ b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ConfigurationRegistry.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ module com { module sun { module star { module configuration {
it's structure. Removal and addition of sub nodes is allowed only for special
nodes, and even then the new elements have to comply to a given scheme (which is some
kind of attribute of the container node). So for instance the
- <method scope="com.sun.star.registry">XRegistryKey::createKey</method> method is not allowed
+ <member scope="com.sun.star.registry">XRegistryKey::createKey</member> method is not allowed
for some nodes.
<BR>
Thus anybody using this service is strongly advised to read and understand the specification
@@ -101,7 +101,7 @@ module com { module sun { module star { module configuration {
service ConfigurationRegistry
{
/** controls the binding of the object to a configuration sub tree.
- <method scope="com::sun::star::registry">XSimpleRegistry::open</method> is used to
+ <member scope="com::sun::star::registry">XSimpleRegistry::open</member> is used to
open a special subtree within the configuration tree.<BR>
The parameters of this method control the location of the root of the to-be-opened
configuration node and the access mode (read only or updatable).
diff --git a/offapi/com/sun/star/configuration/XTemplateContainer.idl b/offapi/com/sun/star/configuration/XTemplateContainer.idl
index 8e317fc97ad3..8bfe631ee16a 100644
--- a/offapi/com/sun/star/configuration/XTemplateContainer.idl
+++ b/offapi/com/sun/star/configuration/XTemplateContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTemplateContainer.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@
<p> If multiple templates are supported, the supported factory interface may be
<type scope="com::sun::star::lang">XMultiServiceFactory</type>, in which case
the <atom>string</atom> returned from
- <method>XTemplateContainer::getElementTemplateName</method> can be used as
+ <member>XTemplateContainer::getElementTemplateName</member> can be used as
the service name parameter.
</p>
@@ -111,6 +111,9 @@ interface XTemplateContainer: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:38 mi
+ moved from api
+
Revision 1.1 2000/10/19 08:37:09 jb
Added interfaces for accessing node's template information
diff --git a/offapi/com/sun/star/document/XExporter.idl b/offapi/com/sun/star/document/XExporter.idl
index 1f8926504d11..1651b16719de 100644
--- a/offapi/com/sun/star/document/XExporter.idl
+++ b/offapi/com/sun/star/document/XExporter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XExporter.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-11-17 11:50:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ interface XExporter: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** sets the source document for the exporter.
- @raises com::sun::star::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if <var>xDoc</var> does not support any service which is
supported by this exporter.
*/
diff --git a/offapi/com/sun/star/document/XImporter.idl b/offapi/com/sun/star/document/XImporter.idl
index 2feda085ab45..475f473e90f8 100644
--- a/offapi/com/sun/star/document/XImporter.idl
+++ b/offapi/com/sun/star/document/XImporter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImporter.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2000-11-17 11:50:45 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ interface XImporter: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** sets the target document for the importer.
- @raises com::sun::star::lang::IllegalArgumentException
+ @throws com::sun::star::lang::IllegalArgumentException
if <var>xDoc</var> does not support any service which is
supported by this importer.
*/
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 262885aeb2f3..cb91e40c1a9b 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Shape.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2000-11-23 19:11:28 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,7 @@ service Shape
// DocMerge from xml: service com::sun::star::drawing::Shape: interface com::sun::star::drawing::XShape
/** This gives you the size and position of this <type>Shape</type>
- and lets you change it. You can use <method>getShapeType</method>
+ and lets you change it. You can use <member>getShapeType</member>
to determine what kind of shape this is.
*/
interface com::sun::star::drawing::XShape;
@@ -127,6 +127,9 @@ service Shape
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/23 19:11:28 cl
+ #80679# added ZOrder property for shapes
+
Revision 1.3 2000/11/08 12:42:42 mi
moved from api
diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl
index 5bf12536df02..63bfb82f2516 100644
--- a/offapi/com/sun/star/frame/XDispatch.idl
+++ b/offapi/com/sun/star/frame/XDispatch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDispatch.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:37:15 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,9 @@ interface XDispatch: com::sun::star::uno::XInterface
to this object to receive status events.
<p>It is only allowed to register for URLs for which you got this
- <type>XDispatch</type>. Additional arguments ("#..." or "?...") will be ignored.</p>@see Dispatch#removeStatusListener(XListener, URL)
+ <type>XDispatch</type>. Additional arguments ("#..." or "?...") will be ignored.</p>
+
+ @see XDispatch::removeStatusListener
*/
[oneway] void addStatusListener( [in] com::sun::star::frame::XStatusListener xControl,
[in] com::sun::star::util::URL aURL );
@@ -149,7 +151,7 @@ interface XDispatch: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::frame::XDispatch::removeStatusListener
/** unregisters a listener of a controller.
- @see Dispatch#addStatusListener(XListener, URL)
+ @see Dispatch::addStatusListener
*/
[oneway] void removeStatusListener( [in] com::sun::star::frame::XStatusListener xControl,
[in] com::sun::star::util::URL aURL );
@@ -163,6 +165,9 @@ interface XDispatch: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 13:37:15 mi
+ syntax errors in documentation fixed
+
Revision 1.3 2000/11/08 12:43:14 mi
moved from api
diff --git a/offapi/com/sun/star/frame/XDispatchProvider.idl b/offapi/com/sun/star/frame/XDispatchProvider.idl
index 64a97a9514c9..adf7ddd8e2b3 100644
--- a/offapi/com/sun/star/frame/XDispatchProvider.idl
+++ b/offapi/com/sun/star/frame/XDispatchProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDispatchProvider.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ interface XDispatchProvider: com::sun::star::uno::XInterface
multiple dispatch interfaces for the specified descriptors at once.
<p>Actually this method is redundant to
- <method>XDispatchProvider::queryDispatch</method> to avoid multiple
+ <member>XDispatchProvider::queryDispatch</member> to avoid multiple
remote calls.
*/
sequence<com::sun::star::frame::XDispatch> queryDispatches(
@@ -124,6 +124,9 @@ interface XDispatchProvider: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:14 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:21 hjs
initial import
diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
index 13a9414dd10e..e50c68dcf649 100644
--- a/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
+++ b/offapi/com/sun/star/frame/XDispatchProviderInterceptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDispatchProviderInterceptor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ interface XDispatchProviderInterceptor: com::sun::star::frame::XDispatchProvider
// DocMerge from idl: method com::sun::star::frame::XDispatchProviderInterceptor::getSlaveDispatchProvider
/** @returns
the slave <type>XDispatchProvider</type> to which calls to
- <method>XDispatchProvider::queryDispatch</method> can be forwarded
+ <member>XDispatchProvider::queryDispatch</member> can be forwarded
under control of this dispatch provider.
*/
com::sun::star::frame::XDispatchProvider getSlaveDispatchProvider();
@@ -107,7 +107,7 @@ interface XDispatchProviderInterceptor: com::sun::star::frame::XDispatchProvider
// DocMerge from idl: method com::sun::star::frame::XDispatchProviderInterceptor::getMasterDispatchProvider
/** @returns
the master <type>XDispatchProvider</type>, which may forward
- calls to its <method>XDispatchProvider::queryDispatch</method>
+ calls to its <member>XDispatchProvider::queryDispatch</member>
to this dispatch provider.
*/
com::sun::star::frame::XDispatchProvider getMasterDispatchProvider();
@@ -135,6 +135,9 @@ interface XDispatchProviderInterceptor: com::sun::star::frame::XDispatchProvider
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:14 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:21 hjs
initial import
diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl
index e6c890064a81..9d8223ade814 100644
--- a/offapi/com/sun/star/frame/XFrame.idl
+++ b/offapi/com/sun/star/frame/XFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFrame.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:37 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,9 @@ interface XFrame: com::sun::star::lang::XComponent
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::frame::XFrame::initialize
- /** is called to initialize the frame within a window.@see getContainerWindow()
+ /** is called to initialize the frame within a window.
+
+ @see XFrame::getContainerWindow
*/
void initialize( [in] com::sun::star::awt::XWindow xWindow );
@@ -100,9 +102,9 @@ interface XFrame: com::sun::star::lang::XComponent
<p>Normally this is used as the parent window of the
- controller window.
+ controller window. </p>
- </p>@see initialize()
+ @see XFrame::initialize
*/
com::sun::star::awt::XWindow getContainerWindow();
@@ -332,6 +334,9 @@ interface XFrame: com::sun::star::lang::XComponent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:37 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:14 mi
moved from api
diff --git a/offapi/com/sun/star/frame/XStorable.idl b/offapi/com/sun/star/frame/XStorable.idl
index 9c4977999b1c..1615f564f58d 100644
--- a/offapi/com/sun/star/frame/XStorable.idl
+++ b/offapi/com/sun/star/frame/XStorable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XStorable.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,7 +119,7 @@ interface XStorable: com::sun::star::uno::XInterface
/** @returns
the URL of the resource which is represented by this object.
- <p>After <method>XStorable::storeAsURL</method> it returns the
+ <p>After <member>XStorable::storeAsURL</member> it returns the
URL the object was stored to.
*/
[const] string getLocation();
@@ -217,6 +217,9 @@ interface XStorable: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:14 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:22 hjs
initial import
diff --git a/offapi/com/sun/star/i18n/AmPmValue.idl b/offapi/com/sun/star/i18n/AmPmValue.idl
index 9615a2d5814c..0219f5fb68b8 100644
--- a/offapi/com/sun/star/i18n/AmPmValue.idl
+++ b/offapi/com/sun/star/i18n/AmPmValue.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AmPmValue.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: er $ $Date: 2000-11-08 17:40:33 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@ module com { module sun { module star { module i18n {
//=============================================================================
-/// constants used in calls to <method>XCalendar::getDisplayName()</method>
+/// constants used in calls to <member>XCalendar::getDisplayName()</member>
constants AmPmValue
{
const short AM = 0;
diff --git a/offapi/com/sun/star/i18n/Calendar.idl b/offapi/com/sun/star/i18n/Calendar.idl
index a4cca633f00e..b080a610a893 100644
--- a/offapi/com/sun/star/i18n/Calendar.idl
+++ b/offapi/com/sun/star/i18n/Calendar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Calendar.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: er $ $Date: 2000-11-20 19:46:15 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ module com { module sun { module star { module i18n {
A calendar as loaded from locale data.
<p>A sequence of Calendars is returned by calls to
- <method>XLocaleData::getAllCalendars()</method>
+ <member>XLocaleData::getAllCalendars()</member>
*/
struct Calendar
{
diff --git a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
index c7f03deb4f4c..f07c7c0b4e81 100644
--- a/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
+++ b/offapi/com/sun/star/i18n/CalendarDisplayIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CalendarDisplayIndex.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: er $ $Date: 2000-11-08 17:41:03 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ module com { module sun { module star { module i18n {
/**
- Values to be passed to <method>XCalendar::getDisplayName()</method>
+ Values to be passed to <member>XCalendar::getDisplayName()</member>
*/
constants CalendarDisplayIndex
{
diff --git a/offapi/com/sun/star/i18n/Currency.idl b/offapi/com/sun/star/i18n/Currency.idl
index 6d24c00ba25c..ebc950a0e093 100644
--- a/offapi/com/sun/star/i18n/Currency.idl
+++ b/offapi/com/sun/star/i18n/Currency.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Currency.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:17 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,7 @@ module com { module sun { module star { module i18n {
/**
Symbols and Names of a specific currency.
- <p> Returned by <method>XLocaleData::getAllCurrencies()</method>
+ <p> Returned by <member>XLocaleData::getAllCurrencies()</member>
*/
struct Currency {
/// identifier, e.g. <bold>dollar</bold>
diff --git a/offapi/com/sun/star/i18n/XCalendar.idl b/offapi/com/sun/star/i18n/XCalendar.idl
index 855e1ebdb28c..993e1b647344 100644
--- a/offapi/com/sun/star/i18n/XCalendar.idl
+++ b/offapi/com/sun/star/i18n/XCalendar.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCalendar.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2000-11-18 19:05:51 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,7 +177,7 @@ interface XCalendar : com::sun::star::uno::XInterface
<emp>ERA</emp> =&gt; one of ???
The value should be obtained by a previous call to
- <method>XCalendar::getValue()</method> with an appropriate
+ <member>XCalendar::getValue()</member> with an appropriate
<type>CalendarFieldIndex</type> argument.
@param nNameType
diff --git a/offapi/com/sun/star/i18n/XCharacterClassification.idl b/offapi/com/sun/star/i18n/XCharacterClassification.idl
index c3096d150afb..b64ad5f3cbec 100644
--- a/offapi/com/sun/star/i18n/XCharacterClassification.idl
+++ b/offapi/com/sun/star/i18n/XCharacterClassification.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCharacterClassification.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:17 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -506,7 +506,7 @@ interface XCharacterClassification : com::sun::star::uno::XInterface
Parse a string for a token of type <em>nTokenType</em> starting at
position <em>nPos</em>.
- <p>Other parameters are the same as in <method>parseAnyToken</method>.
+ <p>Other parameters are the same as in <member>parseAnyToken</member>.
If the actual token does not match a <em>nTokenType</em> a
<member>ParseResult::TokenType</member> is returned.
diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl
index a95341cfd78e..a1bc6bfc3dd6 100644
--- a/offapi/com/sun/star/resource/XResourceBundle.idl
+++ b/offapi/com/sun/star/resource/XResourceBundle.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XResourceBundle.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:29 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -242,7 +242,7 @@ interface XResourceBundle: com::sun::star::container::XNameAccess
/** contains the parent bundle of this bundle.
<p>The parent bundle is searched by the method
- <method>XNameAccess::getByName</method> when this bundle does not
+ <member>XNameAccess::getByName</member> when this bundle does not
contain a particular resource.
*/
[attribute] XResourceBundle Parent;
diff --git a/offapi/com/sun/star/sdb/ContentLoader.idl b/offapi/com/sun/star/sdb/ContentLoader.idl
index ff8385e74b77..04e079e8ad21 100644
--- a/offapi/com/sun/star/sdb/ContentLoader.idl
+++ b/offapi/com/sun/star/sdb/ContentLoader.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentLoader.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 14:57:12 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -99,7 +99,7 @@ service ContentLoader
</li>
</ul>
- The parameters passed to the <method scope="com::sun::star::frame">XFrameLoader::load</method> are forwarded
+ The parameters passed to the <member scope="com::sun::star::frame">XFrameLoader::load</member> are forwarded
to the object beeing created, in particular to it's <type scope="com::sun::star::lang">XIntialization</type>
interface.
*/
diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
index dc5cfc2ad37e..d1628caa3358 100644
--- a/offapi/com/sun/star/sdb/DataSourceBrowser.idl
+++ b/offapi/com/sun/star/sdb/DataSourceBrowser.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DataSourceBrowser.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 14:57:12 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ module com { module sun { module star { module sdb {
dispatches for (usually by implementing an <type scope="com::sun::star::frame">XDispatchProviderInterceptor</type>
for the parent frame of the browser), thus indicating that the browser should provide special functionallity.<br/>
In ths case the browser displays and maintains some additional slots (to be more concrete: toolbox items), which,
- upon triggering, call the <method scope="com::sun::star::frame">XDispatch::dispatch</method> method of the object
+ upon triggering, call the <member scope="com::sun::star::frame">XDispatch::dispatch</member> method of the object
provided by the external instance.</p>
<p>In particular, the supported URL's for communicating to an external instance are:
@@ -165,7 +165,7 @@ service DataSourceBrowser
/** is used to initialize the browser.
- <p>Parameters (passed to the method <method scope=com::sun::star::lang">XInitialization::initialize</method>)
+ <p>Parameters (passed to the method <member scope=com::sun::star::lang">XInitialization::initialize</member>)
have to be instances of <type scope="com::sun::star::beans">PropertyValue</type>, where the
<member scope="com::sun::star::beans">PropertyValue::Name</member> member specifies what the parameter controls,
with the <member scope="com::sun::star::beans">PropertyValue::Value</member> member containing the value
@@ -195,7 +195,7 @@ service DataSourceBrowser
/** is used to control the browser from outside.
- <p>You may use the <method scope="com::sun::star::frame">XDispatchProvider::queryDispatch</method> method
+ <p>You may use the <member scope="com::sun::star::frame">XDispatchProvider::queryDispatch</member> method
to query for objects which implement the <type scope="com::sun::star::frame">XDispatch</type> interface,
and which allow you to be notified on status changes and to dispatch special requests.</p>
<p>The recognized URLs are:
diff --git a/offapi/com/sun/star/sdb/InteractionHandler.idl b/offapi/com/sun/star/sdb/InteractionHandler.idl
index 8f137c5abcf5..bea660557553 100644
--- a/offapi/com/sun/star/sdb/InteractionHandler.idl
+++ b/offapi/com/sun/star/sdb/InteractionHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InteractionHandler.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,7 @@
</li>
<li><b>authentication</b><br/>
If your <type scope="com.sun.star.task">XInteractionRequest</type>
- (see <method scope="com.sun.star.task">XInteractionHandler::handle</method>) supplies an
+ (see <member scope="com.sun.star.task">XInteractionHandler::handle</member>) supplies an
<type scope="com.sun.star.ucb">AuthenticationRequest</type>, the handler will open a standard login
dialog to allow user authentication.
<br/>
@@ -115,6 +115,9 @@ service InteractionHandler
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:31 mi
+ moved from api
+
Revision 1.3 2000/10/26 18:00:29 fs
added parameter request handling to the capabilities list
diff --git a/offapi/com/sun/star/sdb/SQLContext.idl b/offapi/com/sun/star/sdb/SQLContext.idl
index c99e29bef9e2..30b9bdf51871 100644
--- a/offapi/com/sun/star/sdb/SQLContext.idl
+++ b/offapi/com/sun/star/sdb/SQLContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SQLContext.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,9 +72,11 @@
/** provides special information about the context where a
<type scope="com::sun::star::sdbc">SQLException</type> occurred. As usual
for SQLExceptions, several SQLContext-objects may be chained, then the
- most recent context is appended to the list's tail.@see XConnection::getWarnings()
- @see XResultSet::getWarnings()
- @see XStatement::getWarnings()
+ most recent context is appended to the list's tail.
+
+ @see XConnection::getWarnings
+ @see XResultSet::getWarnings
+ @see XStatement::getWarnings
*/
exception SQLContext: com::sun::star::sdbc::SQLWarning
{
@@ -94,6 +96,9 @@ exception SQLContext: com::sun::star::sdbc::SQLWarning
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:31 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:36 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl
index de82c342ef2b..b082fb8be017 100644
--- a/offapi/com/sun/star/sdbc/PreparedStatement.idl
+++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PreparedStatement.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,8 +167,8 @@ service PreparedStatement
/** provides the ability of batch execution. This interface is optional
for execution.
<p>A driver implementing batch execution must return <TRUE/> for
- <method scope= "com::sun::star::sdbc">
- XDatabaseMetaData::supportsBatchUpdates()</method>
+ <member scope= "com::sun::star::sdbc">
+ XDatabaseMetaData::supportsBatchUpdates()</member>
*/
interface XPreparedBatchExecution;
@@ -271,6 +271,9 @@ service PreparedStatement
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:40 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/SQLWarning.idl b/offapi/com/sun/star/sdbc/SQLWarning.idl
index 015d1753aa16..3ba033382c6e 100644
--- a/offapi/com/sun/star/sdbc/SQLWarning.idl
+++ b/offapi/com/sun/star/sdbc/SQLWarning.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SQLWarning.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,9 +71,11 @@
// DocMerge from xml: exception com::sun::star::sdbc::SQLWarning
/** is an exception that provides information on database access
warnings. Warnings are silently chained to the object whose method
- caused it to be reported.@see XConnection::getWarnings()
- @see XResultSet::getWarnings()
- @see XStatement::getWarnings()
+ caused it to be reported.
+
+ @see XConnection::getWarnings
+ @see XResultSet::getWarnings
+ @see XStatement::getWarnings
*/
exception SQLWarning: SQLException
{
@@ -85,6 +87,9 @@ exception SQLWarning: SQLException
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:41 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl
index d83385bd38ee..21d61371a30e 100644
--- a/offapi/com/sun/star/sdbc/Statement.idl
+++ b/offapi/com/sun/star/sdbc/Statement.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Statement.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,8 +131,8 @@ service Statement
/** provides the ability of batch execution. This interface is optional
for execution.
<p>A driver implementing batch execution must return <TRUE/> for
- <method scope= "com::sun::star::sdbc">
- XDatabaseMetaData::supportsBatchUpdates()</method>
+ <member scope= "com::sun::star::sdbc">
+ XDatabaseMetaData::supportsBatchUpdates()</member>
*/
interface XBatchExecution;
@@ -248,6 +248,9 @@ service Statement
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:43:35 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:41 hjs
initial import
diff --git a/offapi/com/sun/star/sdbc/XConnection.idl b/offapi/com/sun/star/sdbc/XConnection.idl
index 485fdd396ab6..1041c1409916 100644
--- a/offapi/com/sun/star/sdbc/XConnection.idl
+++ b/offapi/com/sun/star/sdbc/XConnection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnection.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 12:53:39 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -210,7 +210,9 @@ interface XConnection: com::sun::star::sdbc::XCloseable
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XConnection::getAutoCommit
- /** gets the current auto-commit state.@see setAutoCommit()
+ /** gets the current auto-commit state.
+
+ @see setAutoCommit
*/
[const] boolean getAutoCommit() raises (SQLException);
//-------------------------------------------------------------------------
@@ -219,7 +221,9 @@ interface XConnection: com::sun::star::sdbc::XCloseable
/** makes all changes made since the previous commit/rollback
permanent and releases any database locks currently held
by the Connection. This method should be
- used only when auto-commit mode has been disabled.@see setAutoCommit()
+ used only when auto-commit mode has been disabled.
+
+ @see setAutoCommit
*/
void commit() raises (SQLException);
//-------------------------------------------------------------------------
@@ -227,7 +231,9 @@ interface XConnection: com::sun::star::sdbc::XCloseable
// DocMerge from xml: method com::sun::star::container::com::sun::star::sdbc::XConnection::rollback
/** drops all changes made since the previous
commit/rollback and releases any database locks currently held
- by this Connection. This method should be used only when auto-commit has been disabled.@see setAutoCommit()
+ by this Connection. This method should be used only when auto-commit has been disabled.
+
+ @see setAutoCommit
*/
void rollback() raises (SQLException);
//-------------------------------------------------------------------------
@@ -349,6 +355,9 @@ interface XConnection: com::sun::star::sdbc::XCloseable
/*===========================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/14 12:53:39 mi
+ <true></true> -> <TRUE/> and same with FALSE
+
Revision 1.3 2000/11/08 12:43:35 mi
moved from api
diff --git a/offapi/com/sun/star/text/TextFrame.idl b/offapi/com/sun/star/text/TextFrame.idl
index 4c2608a47cec..df1ef88cd648 100644
--- a/offapi/com/sun/star/text/TextFrame.idl
+++ b/offapi/com/sun/star/text/TextFrame.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextFrame.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:59:04 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,7 +133,7 @@ service TextFrame
(e.g. due to a revised layout of the surrounding text).
<p>The position is relative to the position of the anchor
- [see <method>XTextFrame::getAnchor()</method>]. Size and position are
+ [see <member>XTextFrame::getAnchor()</member>]. Size and position are
both measured in 100th mm. The size is not valid if the
size is relative and no layout exists or if the layout is invalid.
@@ -250,6 +250,9 @@ service TextFrame
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/12/19 14:59:04 mi
+ documentation sytax errors fixed
+
Revision 1.3 2000/11/08 12:44:27 mi
moved from api
diff --git a/offapi/com/sun/star/text/XDocumentIndexMark.idl b/offapi/com/sun/star/text/XDocumentIndexMark.idl
index 0849a11bc8b3..da1d8fc5db32 100644
--- a/offapi/com/sun/star/text/XDocumentIndexMark.idl
+++ b/offapi/com/sun/star/text/XDocumentIndexMark.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDocumentIndexMark.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,8 +82,9 @@ interface XDocumentIndexMark: com::sun::star::text::XTextContent
// DocMerge from idl: method com::sun::star::text::XDocumentIndexMark::getMarkEntry
/** @returns
- the explicitly set string for the index mark.
- @see setMarkEntry()
+ the explicitly set string for the index mark.
+
+ @see setMarkEntry
*/
[const] string getMarkEntry();
@@ -109,6 +110,9 @@ interface XDocumentIndexMark: com::sun::star::text::XTextContent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:04 hjs
initial import
diff --git a/offapi/com/sun/star/text/XFootnote.idl b/offapi/com/sun/star/text/XFootnote.idl
index a1463909cb03..83c98b923a88 100644
--- a/offapi/com/sun/star/text/XFootnote.idl
+++ b/offapi/com/sun/star/text/XFootnote.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFootnote.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,8 @@ interface XFootnote: com::sun::star::text::XTextContent
// DocMerge from idl: method com::sun::star::text::XFootnote::getLabel
/** @returns the label of the footnote.
- @see setLabel()
+
+ @see XFootnote::setLabel
*/
[const] string getLabel();
@@ -102,6 +103,9 @@ interface XFootnote: com::sun::star::text::XTextContent
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:04 hjs
initial import
diff --git a/offapi/com/sun/star/text/XPageCursor.idl b/offapi/com/sun/star/text/XPageCursor.idl
index 7be22c97448a..7be1f386ab85 100644
--- a/offapi/com/sun/star/text/XPageCursor.idl
+++ b/offapi/com/sun/star/text/XPageCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPageCursor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,21 +110,27 @@ interface XPageCursor: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToNextPage
- /** moves the cursor to the next page.@see jumpToPreviousPage()
+ /** moves the cursor to the next page.
+
+ @see XPageCursor::jumpToPreviousPage
*/
- boolean jumpToNextPage();
+ boolean jumpToNextPage
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToPreviousPage
- /** moves the cursor to the previous page.@see jumpToNextPage()
+ /** moves the cursor to the previous page.
+
+ @see XPageCursor::jumpToNextPage
*/
- boolean jumpToPreviousPage();
+ boolean jumpToPreviousPage
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::text::XPageCursor::jumpToEndOfPage
- /** moves the cursor to the end of the current page.@see jumpToEndOfPreviousPage()
+ /** moves the cursor to the end of the current page.
+
+ @see XPageCursor::jumpToEndOfPreviousPage
*/
boolean jumpToEndOfPage();
@@ -144,6 +150,9 @@ interface XPageCursor: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:04 hjs
initial import
diff --git a/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl b/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
index 54e675d7d310..0182f4494c4d 100644
--- a/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
+++ b/offapi/com/sun/star/ucb/CachedDynamicResultSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSet.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:51 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,8 +97,8 @@ service CachedDynamicResultSet
//-------------------------------------------------------------------------
/** provides the initialization of the <type>CachedDynamicResultSet</type>
- with a source object. The <parameter>Source</parameter> in <method>
- XSourceInitialization::setSource</method> has to be an interface
+ with a source object. The <parameter>Source</parameter> in <member>
+ XSourceInitialization::setSource</member> has to be an interface
<type>XDynamicResultSet</type> and an implementation of service <type>
CachedDynamicResultSetStub</type>
diff --git a/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl b/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
index abd2f2377c99..59064b1affa0 100644
--- a/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
+++ b/offapi/com/sun/star/ucb/CachedDynamicResultSetStub.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: CachedDynamicResultSetStub.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:59:05 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ service CachedDynamicResultSetStub
/** provides the initialization of the <type>CachedDynamicResultSetStub</type>
with a source object.
- <p>The <var>Source</var> in <method>XSourceInitialization::setSource</method>
+ <p>The <var>Source</var> in <member>XSourceInitialization::setSource</member>
has to be an interface <type>XDynamicResultSet</type> and an
implementation of service <type>DynamicResultSet</type>
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl
index d83e48019a2a..5111704fd435 100644
--- a/offapi/com/sun/star/ucb/Content.idl
+++ b/offapi/com/sun/star/ucb/Content.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Content.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 10:25:28 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,11 +127,11 @@ service Content
registered at the content ( the content holds the listeners ) and
the implementation of the listener interface holds a reference on
the content. If the content shall be released,
- <method>XComponent::dispose</method> must be called at the content.
+ <member>XComponent::dispose</member> must be called at the content.
The implementation of this method must call
- <method>XEventListener::disposing</method> on the registered
+ <member>XEventListener::disposing</member> on the registered
listeners and release the appropriate object references. At the other
- hand, the implementation of <method>XEventListener::disposing</method>
+ hand, the implementation of <member>XEventListener::disposing</member>
must release its appropriate references.
This interface is required.
@@ -246,7 +246,7 @@ service Content
// when "updating" a POP3-Inbox, the content for that box will get
// and store all new objects on the appropriate server. The inserted
// contents will be notified by calling
- // <method>com::sun::star::ucb::XContent::contentEvent</method>.
+ // <member>com::sun::star::ucb::XContent::contentEvent</member>.
void
<B>update</B>
com::sun::star::ucb::OpenCommandArgument2 aOpenCommandArg
@@ -257,7 +257,7 @@ service Content
// store all new objects and destroy all cached data for objects no
// longer existing on the server. The inserted/deleted contents will
// be notified by calling
- // <method>com::sun::star::ucb::XContent::contentEvent</method>.
+ // <member>com::sun::star::ucb::XContent::contentEvent</member>.
void
<B>synchronize</B>
com::sun::star::ucb::OpenCommandArgument2 aOpenCommandArg
@@ -289,7 +289,7 @@ service Content
// (1) This command inserts a new content. It commits the process of
// creating a new content via calling another content's method
- // <method>com::sun::star::ucb::XContentCreator::createNewContent</method>
+ // <member>com::sun::star::ucb::XContentCreator::createNewContent</member>
// The command is not called on the content which created the new
// content, because the new object already knows where it is to be
// inserted (i.e. Calling "createNewContent" with content type for a
@@ -633,7 +633,7 @@ service Content
/** provides access to the parent content of this content.
The object returned by the implementation of the method
- <method>com::sun::star::container::XChild::getParent()</method> must
+ <member>com::sun::star::container::XChild::getParent()</member> must
implement the service <type>Content</type>. If the content is a root
object, an empty interface may be returned.
diff --git a/offapi/com/sun/star/ucb/ContentInfo.idl b/offapi/com/sun/star/ucb/ContentInfo.idl
index fc33fcf78276..ee0a665b9fbb 100644
--- a/offapi/com/sun/star/ucb/ContentInfo.idl
+++ b/offapi/com/sun/star/ucb/ContentInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentInfo.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,7 +91,7 @@ struct ContentInfo
//-------------------------------------------------------------------------
/** This field contains a list with the properties which must be set at
a content that was just created using
- <method>XContentCreator::createNewContent</method> before it can be
+ <member>XContentCreator::createNewContent</member> before it can be
committed ( via executing the command "insert" at the new content ).
If one of the properties is missing, the insert command will fail.
diff --git a/offapi/com/sun/star/ucb/ContentProvider.idl b/offapi/com/sun/star/ucb/ContentProvider.idl
index 10fdd87216f2..8fa6a074ce0c 100644
--- a/offapi/com/sun/star/ucb/ContentProvider.idl
+++ b/offapi/com/sun/star/ucb/ContentProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentProvider.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,7 @@ service ContentProvider
needs. Whenever a <type>ContentProvider</type> that supports this
interface is registered at a <type>XContentProviderManager</type>, the
method
- <method>XParameterizedContentProvider::registerInstance</method>
+ <member>XParameterizedContentProvider::registerInstance</member>
should first be called, using the returned
<type>XContentProvider</type> to register at the
<type>XContentProviderManager</type>.
diff --git a/offapi/com/sun/star/ucb/FetchResult.idl b/offapi/com/sun/star/ucb/FetchResult.idl
index a29388e63e82..bd599ad1e8f9 100644
--- a/offapi/com/sun/star/ucb/FetchResult.idl
+++ b/offapi/com/sun/star/ucb/FetchResult.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FetchResult.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** containes data of several rows.
-This struct is returned e.g. from <method>XFetchProvider::fetch</method>.
+This struct is returned e.g. from <member>XFetchProvider::fetch</member>.
*/
struct FetchResult
diff --git a/offapi/com/sun/star/ucb/PersistentPropertySet.idl b/offapi/com/sun/star/ucb/PersistentPropertySet.idl
index e2c52e642ebd..670798038486 100644
--- a/offapi/com/sun/star/ucb/PersistentPropertySet.idl
+++ b/offapi/com/sun/star/ucb/PersistentPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PersistentPropertySet.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* 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 ucb {
//=============================================================================
/** This service containss the interfaces to implement by objects
- returned by <method>XPropertySetRegistry::openPropertySet</method>.
+ returned by <member>XPropertySetRegistry::openPropertySet</member>.
*/
service PersistentPropertySet
{
diff --git a/offapi/com/sun/star/ucb/PropertySetRegistry.idl b/offapi/com/sun/star/ucb/PropertySetRegistry.idl
index bcf2801d2490..80deef0a7d0b 100644
--- a/offapi/com/sun/star/ucb/PropertySetRegistry.idl
+++ b/offapi/com/sun/star/ucb/PropertySetRegistry.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertySetRegistry.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ module com { module sun { module star { module ucb {
//=============================================================================
/** This service contains the interfaces to implement by objects
- returned by <method>XPropertySetRegistryFactory::createRegistry</method>.
+ returned by <member>XPropertySetRegistryFactory::createRegistry</member>.
*/
service PropertySetRegistry
{
diff --git a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
index 4c01786213f6..47ce19c5c745 100644
--- a/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
+++ b/offapi/com/sun/star/ucb/RemoteAccessContentProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RemoteAccessContentProvider.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:59:05 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,7 @@ service RemoteAccessContentProvider
to specify that certain <type>XContentIdentifier</type>s map to
<type>XContent</type>s from a certain remote UCB. The Arguments
string in the
- <method>XParameterizedContentProvider::registerInstance</method>
+ <member>XParameterizedContentProvider::registerInstance</member>
call must contain the UNO URL of the remote UCB.
*/
interface com::sun::star::ucb::XParameterizedContentProvider;
diff --git a/offapi/com/sun/star/ucb/UniversalContentBroker.idl b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
index 7ce4e0363095..0c840f5ea9ce 100644
--- a/offapi/com/sun/star/ucb/UniversalContentBroker.idl
+++ b/offapi/com/sun/star/ucb/UniversalContentBroker.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UniversalContentBroker.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,12 +110,12 @@ service UniversalContentBroker
references. Those references i.e. may occure if content provider
implementations hold references to the Broker. The Broker itself
always holds its providers.
- If the Broker shall be released, <method>XComponent::dispose</method>
+ If the Broker shall be released, <member>XComponent::dispose</member>
must be called at the Broker. The implementation of this method must
- call <method>XEventListener::disposing</method> on the registered
+ call <member>XEventListener::disposing</member> on the registered
listeners ( the providers holding the Broker must be those listeners )
and release the appropriate object references. At the other hand, the
- implementation of <method>XEventListener::disposing</method> must
+ implementation of <member>XEventListener::disposing</member> must
release its appropriate references.
This interface is required.
@@ -162,14 +162,14 @@ service UniversalContentBroker
//-------------------------------------------------------------------------
/** supports the configuration of a newly created broker.
- If the method <method>XInitialization::initialize</method> is called
+ If the method <member>XInitialization::initialize</member> is called
with a single boolean argument of value true, the newly instantiated
broker is also configured: The <type>Configuration</type> service is
used to access the <type>XContentProviderConfiguration</type> stored
under key "ContentProviderServices". Each content provider service
mentioned there is registered at the broker.
- If the method <method>XInitialization::initialize</method> is called
+ If the method <member>XInitialization::initialize</member> is called
with a single boolean argument of value false, the newly instatiated
broker is not configured.
diff --git a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
index 8bfd42fbc92a..cd5a20883ea8 100644
--- a/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
+++ b/offapi/com/sun/star/ucb/XCachedDynamicResultSetStubFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCachedDynamicResultSetStubFactory.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ module com { module sun { module star { module ucb {
<p>The first method can be used to create a stub on serverside.
<p>If you have instanciated a <type>CachedDynamicResultSet</type> on client side already,
-use the second <method>connectToCache</method> to connect your given DynamicResultSet
+use the second <member>connectToCache</member> to connect your given DynamicResultSet
with this Cache.
<p>The needed cache on server side you can create with
diff --git a/offapi/com/sun/star/ucb/XCommandProcessor.idl b/offapi/com/sun/star/ucb/XCommandProcessor.idl
index 6d222aa3e0ee..1dadacdf0b07 100644
--- a/offapi/com/sun/star/ucb/XCommandProcessor.idl
+++ b/offapi/com/sun/star/ucb/XCommandProcessor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XCommandProcessor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -122,10 +122,10 @@ interface XCommandProcessor : com::sun::star::uno::XInterface
@return
The result according to the specification of the command.
- @exception CommandAbortedException
+ @throws CommandAbortedException
thrown to indicate that the command was aborted.
- @exception Exception
+ @throws Exception
Different exceptions are thrown to indicate errors during
execution of the command.
diff --git a/offapi/com/sun/star/ucb/XContentProvider.idl b/offapi/com/sun/star/ucb/XContentProvider.idl
index 5fdf5c885e3f..5d2dd5c0ce53 100644
--- a/offapi/com/sun/star/ucb/XContentProvider.idl
+++ b/offapi/com/sun/star/ucb/XContentProvider.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XContentProvider.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:37:17 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ interface XContentProvider: com::sun::star::uno::XInterface
@returns
the content.
- @exception
+ @throws
<TYPE>IllegalIdentifierException</TYPE> is thrown, if the given
identifier does not match a content provided by the implementation
of this interface
diff --git a/offapi/com/sun/star/ucb/XContentProviderManager.idl b/offapi/com/sun/star/ucb/XContentProviderManager.idl
index b9abdada5ae0..0381507c4aa5 100644
--- a/offapi/com/sun/star/ucb/XContentProviderManager.idl
+++ b/offapi/com/sun/star/ucb/XContentProviderManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XContentProviderManager.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:37:17 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -180,7 +180,7 @@ interface XContentProviderManager: com::sun::star::uno::XInterface
@param Scheme
the URL scheme for the provided contents. More generally, this
may not only be a URL scheme, but a URL template (see
- <method>registerContentProvider</method> for a discussion of URL
+ <member>registerContentProvider</member> for a discussion of URL
templates).
*/
[oneway] void deregisterContentProvider(
@@ -200,7 +200,7 @@ interface XContentProviderManager: com::sun::star::uno::XInterface
@param Scheme
a URL scheme. More generally, this may not only be a URL scheme, but a
- URL template (see <method>registerContentProvider</method> for a
+ URL template (see <member>registerContentProvider</member> for a
discussion of URL templates).
@returns
diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
index 7c798dcbced8..cb225c0be50c 100644
--- a/offapi/com/sun/star/ucb/XDynamicResultSet.idl
+++ b/offapi/com/sun/star/ucb/XDynamicResultSet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDynamicResultSet.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 14:59:05 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,8 +143,9 @@ interface XDynamicResultSet: com::sun::star::lang::XComponent
<type>ContentResultSet</type>. Its content will never change.
<p>This method is not allowed to be called, if someone already has
- registered as listener via <member>XDynamicResultSet::setListener</member> or if someone has established a connection to
- a <type>CashedDynamicresultSet</type> via <member>XDynamicResultSet::connectToCache</member>.
+ registered as listener via <member>XDynamicResultSet::setListener</member>
+ or if someone has established a connection to a <type>CashedDynamicresultSet</type>
+ via <member>XDynamicResultSet::connectToCache</member>.
Otherwise you get the Exception <type>ListenerAlreadySetException</type>.
*/
com::sun::star::sdbc::XResultSet getStaticResultSet()
@@ -163,9 +164,9 @@ interface XDynamicResultSet: com::sun::star::lang::XComponent
<type>ListenerAlreadySetException</type>.
<p>The implementor has to call
- <method>XComponent::addEventListener( [in] XEventListener xListener )
- </method> in this method, so that we can call
- <method>XEventListener::disposing</method> to the listener
+ <member>XComponent::addEventListener( [in] XEventListener xListener )
+ </member> in this method, so that we can call
+ <member>XEventListener::disposing</member> to the listener
*/
void setListener( [in] XDynamicResultSetListener Listener )
raises( com::sun::star::ucb::ListenerAlreadySetException );
diff --git a/offapi/com/sun/star/ucb/XProgressHandler.idl b/offapi/com/sun/star/ucb/XProgressHandler.idl
index 5e0de86ed4be..b0566ae73f00 100644
--- a/offapi/com/sun/star/ucb/XProgressHandler.idl
+++ b/offapi/com/sun/star/ucb/XProgressHandler.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XProgressHandler.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,11 +83,11 @@ interface XProgressHandler: com::sun::star::uno::XInterface
@param Status An object representing the new activity. There has to
be an agreement between caller and callee of methods
- <method>push</method> and <method>update</method> as to which Status
+ <member>push</member> and <member>update</member> as to which Status
arguments are meaningful. For example, a <type>string</type> argument
- to <method>push</method> should be used to transport some status text
+ to <member>push</member> should be used to transport some status text
that describes the progress being made (possibly followed by one or
- more <method>update</method>s with <type>string</type> arguments, if
+ more <member>update</member>s with <type>string</type> arguments, if
the appropriate status text changes as progress is being made).
*/
void push([in] any Status);
@@ -97,7 +97,7 @@ interface XProgressHandler: com::sun::star::uno::XInterface
progress.
@param Status An object representing the progress made. See the
- documentation of <method>push</method> for more information.
+ documentation of <member>push</member> for more information.
*/
void update([in] any Status);
diff --git a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
index 2cc39981ba7d..7623517f6663 100644
--- a/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
+++ b/offapi/com/sun/star/ucb/XRemoteContentProviderAcceptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XRemoteContentProviderAcceptor.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sb $ $Date: 2000-12-04 17:16:13 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -102,7 +102,7 @@ interface XRemoteContentProviderAcceptor: com::sun::star::uno::XInterface
@param DoneListener If not null, the implementation of this interface
can---through this callback---tell the calling side that the
implementation no longer needs the remote content provider. (And the
- calling side should call <method>removeRemoteContentProvider</method>
+ calling side should call <member>removeRemoteContentProvider</member>
then.)
@return true if the remote content provider has successfully been
diff --git a/offapi/com/sun/star/ucb/XSimpleFileAccess.idl b/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
index bb1f3fec7ecc..ef36e664ba5f 100644
--- a/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
+++ b/offapi/com/sun/star/ucb/XSimpleFileAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSimpleFileAccess.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -205,7 +205,7 @@ interface XSimpleFileAccess: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** Returns the content type of a file.
- @see XContent::getContentType()
+ @see XContent::getContentType
@param FileURL
URL of the file
diff --git a/offapi/com/sun/star/ucb/XSourceInitialization.idl b/offapi/com/sun/star/ucb/XSourceInitialization.idl
index 3dfecd8e7a6f..bcb814354f03 100644
--- a/offapi/com/sun/star/ucb/XSourceInitialization.idl
+++ b/offapi/com/sun/star/ucb/XSourceInitialization.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSourceInitialization.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:03:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,7 @@ interface XSourceInitialization: com::sun::star::uno::XInterface
<p>Hopefully you will only use this, when <parameter>Source</parameter>
is an <type>XComponent</type> and this is an <type>XEventListener</type>.
- Than you should call <method>XComponent::addEventListener()</method>
+ Than you should call <member>XComponent::addEventListener()</member>
within this method.
*/
void setSource( [in] com::sun::star::uno::XInterface Source )
diff --git a/offapi/com/sun/star/view/XLineCursor.idl b/offapi/com/sun/star/view/XLineCursor.idl
index 0238285583da..9ec74196b054 100644
--- a/offapi/com/sun/star/view/XLineCursor.idl
+++ b/offapi/com/sun/star/view/XLineCursor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLineCursor.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:45:34 $
+ * last change: $Author: mi $ $Date: 2000-12-19 16:04:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,7 +104,9 @@ interface XLineCursor: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::view::XLineCursor::gotoStartOfLine
- /** moves the cursor to the start of the current line.@see gotoPreviousOfPara()
+ /** moves the cursor to the start of the current line.
+
+ @see XLineCursor::gotoPreviousOfPara
*/
void gotoStartOfLine( [in] boolean bExpand );
@@ -117,6 +119,9 @@ interface XLineCursor: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:45:34 mi
+ moved from api
+
Revision 1.2 2000/10/09 14:25:03 mi
#78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)