diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-12-10 15:14:52 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-12-10 15:14:52 +0000 |
commit | 3ad3ef47c841e57815c33c604d7e30f9db3e16c0 (patch) | |
tree | 65703659ea4732878993e0823edcb1353442ec88 | |
parent | 41ca4faba24b9d7f17b24db3781fdcf68af109d9 (diff) |
#105668# fixed dead links
123 files changed, 655 insertions, 506 deletions
diff --git a/offapi/com/sun/star/configuration/ConfigurationRegistry.idl b/offapi/com/sun/star/configuration/ConfigurationRegistry.idl index 93e375ffe..bc4e0a6a7 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:02:39 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,11 +115,11 @@ service ConfigurationRegistry /** is used to commit changes to the configuration. <p>As specified for the - <type scope="com.sun.star.configuration">ConfigurationUpdateAccess</type> + <type scope="com::sun::star::configuration">ConfigurationUpdateAccess</type> service, all changes made to an configuration subtree have to be commited before they become persistent. To do this for a configuration accessed as a registry, call - <member scope="com.sun.star.util">XFlushable::flush()</member>. + <method scope="com::sun::star::util">XFlushable::flush</method>. </p> <p><strong>Warning:</strong><em>Changes that are not flushed will be lost.</em> diff --git a/offapi/com/sun/star/configuration/UpdateRootElement.idl b/offapi/com/sun/star/configuration/UpdateRootElement.idl index 6da96c11e..89474fb6d 100644 --- a/offapi/com/sun/star/configuration/UpdateRootElement.idl +++ b/offapi/com/sun/star/configuration/UpdateRootElement.idl @@ -2,9 +2,9 @@ * * $RCSfile: UpdateRootElement.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:02:42 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,8 +102,8 @@ module com { module sun { module star { module configuration { changes, the changes will be lost. </p> - @see com::sun::star::configuration::GroupUpdate; - @see com::sun::star::configuration::SetUpdate; + @see com::sun::star::configuration::GroupUpdate + @see com::sun::star::configuration::SetUpdate */ service UpdateRootElement { diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl index b8f63ce1a..7b75b0cc4 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl @@ -2,9 +2,9 @@ * * $RCSfile: XClipboardEx.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:03:13 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module datatransfer { module clipboard { //============================================================================= /** The extended clipboard interface. - @see com::sun::star::datatransfer::clipbaord::XClipboard + @see com::sun::star::datatransfer::clipboard::XClipboard */ interface XClipboardEx: com::sun::star::datatransfer::clipboard::XClipboard diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 896ba2cab..795ce1e6f 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: MediaDescriptor.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:03:50 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,7 +250,7 @@ service MediaDescriptor /** handle exceptional situations <p> - Object implementing the <type scope="com::sun::star::task">Interactionhandler</type> + Object implementing the <type scope="com::sun::star::task">InteractionHandler</type> service that is used to handle exceptional situations where proceeding with the task is impossible without additional information or impossible at all. The implemented api provides a default implementation for it that can handle many situations. @@ -277,7 +277,7 @@ service MediaDescriptor <p> Type of the medium to load, that must match to one of the types defined in the <type>TypeDetection</type> configuration (otherwise it's ignored). - This bypasses the type detection of the <type>Desktop</type> environment, + This bypasses the type detection of the <type scope="com::sun::star::frame">Desktop</type> environment, so passing a wrong MediaType will cause failure of loading. </p> */ @@ -329,7 +329,7 @@ service MediaDescriptor Setting this to <TRUE/> forces the component to create a new window on loading in any case. If the component supports multiple views, a second view is opened, if not, the component is loaded one more time. Otherwise the behavior - depends on the default window handling of the <type>Desktop</type> environment. + depends on the default window handling of the <type scope="com::sun::star::frame">Desktop</type> environment. </p> */ [property] boolean OpenNewView; @@ -438,7 +438,7 @@ service MediaDescriptor /** name of the template instead of the URL <p> - The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</type> + The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</member> property it can be used instead of the URL of the template. Use always in conjunction with <member>MediaDescriptor::TemplateRegionName</member>. </p> @@ -449,7 +449,7 @@ service MediaDescriptor /** name of the template instead of the URL <p> - The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</type> + The logical name of a template to load. Together with the <member>MediaDescriptor::TemplateRegion</member> property it can be used instead of the URL of the template. Use always in conjunction with <member>MediaDescriptor::TemplateRegionName</member>. </p> @@ -493,8 +493,8 @@ service MediaDescriptor <p> Data to set a special view state after loading. The type depends on the component and is usually retrieved from a <type scope="com::sun::star::frame">Controller</type> - object by its <type scope="com::sun::star::view">XViewDataSupplier</type> - interface. Default is: no ViewData. + object by its <type scope="com::sun::star::frame">XController</type> + interface. Default is: no view data. </p> */ [property] any ViewData; diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl index 5eccf2045..2cbb4150f 100644 --- a/offapi/com/sun/star/document/TypeDetection.idl +++ b/offapi/com/sun/star/document/TypeDetection.idl @@ -2,9 +2,9 @@ * * $RCSfile: TypeDetection.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:03:53 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module document { <p> It's possible to make a "flat" detection wich may use internal configuration - data only - or a "deep" detection which use special <type>DetectService</type>s + data only - or a "deep" detection which use special <type>ExtendedTypeDetection</type>s to look into the document to specify it unambigous. Last mode can be supressed to perform. </p> diff --git a/offapi/com/sun/star/document/XExtendedFilterDetection.idl b/offapi/com/sun/star/document/XExtendedFilterDetection.idl index 9efae0ed2..d04be969a 100644 --- a/offapi/com/sun/star/document/XExtendedFilterDetection.idl +++ b/offapi/com/sun/star/document/XExtendedFilterDetection.idl @@ -2,9 +2,9 @@ * * $RCSfile: XExtendedFilterDetection.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:02 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module document { <p> A "deep" filter detection means looking into the document stream to detect - the format of it. Services of type <type>DetectService</type> must support this + the format of it. Services of type <type>ExtendedTypeDetection</type> must support this interface to be called from generic load mechanism of the office for that. </p> diff --git a/offapi/com/sun/star/drawing/Background.idl b/offapi/com/sun/star/drawing/Background.idl index e4038bc64..bd092f96f 100644 --- a/offapi/com/sun/star/drawing/Background.idl +++ b/offapi/com/sun/star/drawing/Background.idl @@ -2,9 +2,9 @@ * * $RCSfile: Background.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: cl $ $Date: 2002-12-10 09:47:39 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ module com { module sun { module star { module drawing { //============================================================================= /** this service provides the properties to describe a background filling for - a drawing page. It can be obtained by the <type scope="com:sun:star:lang">XMultiServiceFactory</type> + a drawing page. It can be obtained by the <type scope="com::sun::star::lang">XMultiServiceFactory</type> of a document and be set on draw pages that support a filled background. */ service Background diff --git a/offapi/com/sun/star/drawing/BitmapTable.idl b/offapi/com/sun/star/drawing/BitmapTable.idl index 13df913bb..f261b296b 100644 --- a/offapi/com/sun/star/drawing/BitmapTable.idl +++ b/offapi/com/sun/star/drawing/BitmapTable.idl @@ -2,9 +2,9 @@ * * $RCSfile: BitmapTable.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:11:56 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ are used inside a document for filling. @see DrawingDocumentFactory - @see Fillstyle::FillBitmapURL + @see FillStyle::FillBitmapURL */ service BitmapTable { diff --git a/offapi/com/sun/star/drawing/DrawingDocument.idl b/offapi/com/sun/star/drawing/DrawingDocument.idl index 00698e955..9c6a9f3fc 100644 --- a/offapi/com/sun/star/drawing/DrawingDocument.idl +++ b/offapi/com/sun/star/drawing/DrawingDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: DrawingDocument.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: cl $ $Date: 2002-12-06 10:23:57 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,7 +124,7 @@ service DrawingDocument service com::sun::star::document::OfficeDocument; /** This service describes the available services that can be - created with the <type scope="com:sun:star:lang">XMultiServiceFactory</type> + created with the <type scope="com::sun::star::lang">XMultiServiceFactory</type> of a document that supports drawing objects. The following services are only for documents in a drawing application. @@ -136,11 +136,11 @@ service DrawingDocument <li><type scope="com::sun::star::style">Style</type></li> </ul> - <p>The following service gives access to the xml namespaces used + <p>The following service gives access to the XML namespaces used inside the document. <ul> - <li><type>com.sun.star.xml.NamespaceMap</type></li> + <li><type scope="com::sun::star::xml">NamespaceContainer</type></li> </ul> <p>The following service can be used to add a background to a diff --git a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl index 1e32b07df..c360514b9 100644 --- a/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl +++ b/offapi/com/sun/star/drawing/DrawingDocumentFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: DrawingDocumentFactory.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:06 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,15 +112,15 @@ service DrawingDocumentFactory and can be inserted into text as <type scope="com::sun::star::text">TextContent</type>. <ul> - <li><type scope="com::sun::star::text">TextField::DateTime</type></li> - <li><type scope="com::sun::star::text">TextField::URL</type></li> - <li><type scope="com::sun::star::text">TextField::PageNumber</type></li> - <li><type scope="com::sun::star::text">TextField::PageCount</type></li> - <li><type scope="com::sun::star::text">TextField::SheetName</type></li> - <li><type scope="com::sun::star::text">TextField::FileName</type></li> - <li><type scope="com::sun::star::text">TextField::DocInfo.Title</type></li> - <li><type scope="com::sun::star::text">TextField::Author</type></li> - <li><type scope="com::sun::star::text">TextField::Measure</type></li> + <li><member scope="com::sun::star::text">TextField::DateTime</member></li> + <li><member scope="com::sun::star::text">TextField::URL</member></li> + <li><member scope="com::sun::star::text">TextField::PageNumber</member></li> + <li><member scope="com::sun::star::text">TextField::PageCount</member></li> + <li><member scope="com::sun::star::text">TextField::SheetName</member></li> + <li><member scope="com::sun::star::text">TextField::FileName</member></li> + <li><member scope="com::sun::star::text">TextField::DocInfo.Title</member></li> + <li><member scope="com::sun::star::text">TextField::Author</member></li> + <li><member scope="com::sun::star::text">TextField::Measure</member></li> </ul> <p>The following services gives access to resources used inside the document @@ -136,7 +136,7 @@ service DrawingDocumentFactory </ul> <p>The following service can be set at the <code>Numbering</code> property - inside a <type scope="com:sun:star:style">ParagraphProperties</type> + inside a <type scope="com::sun::star::style">ParagraphProperties</type> <ul> <li><type scope="com::sun::star::text">NumberingRules</type></li> @@ -145,7 +145,7 @@ service DrawingDocumentFactory <p>The following services can be used for a <type scope="com::sun::star::image">ImageMap</type> inside the document. - <br>A <type>com.sun.star.image.ImageMap</type> can be obtained from a + <br>A <type scope="com::sun::star::image">ImageMap</type> can be obtained from a <type>GraphicObjectShape</type> <ul> @@ -158,7 +158,7 @@ service DrawingDocumentFactory of a document. <ul> - <li><type scope="com::sun::star::document">Defaults</type></li> + <li><type scope="com::sun::star::drawing">Defaults</type></li> </ul> */ interface com::sun::star::lang::XMultiServiceFactory; diff --git a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl index 9a8f438b6..4cb5f7de7 100644 --- a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl +++ b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl @@ -2,9 +2,9 @@ * * $RCSfile: TransparencyGradientTable.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:28 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,13 +71,13 @@ //============================================================================= -/** this is a container for <type>com.sun.star.awt.Gradient</type>s +/** this is a container for <type scope="com::sun::star::awt">Gradient</type>s <p>It is used for example to access the <type scope="com::sun::star::awt">Gradient</type>s that are used inside a document for fill transparency. @see DrawingDocumentFactory - @see com.sun.star.awt.Gradient + @see com::sun::star::awt::Gradient */ service TransparencyGradientTable { diff --git a/offapi/com/sun/star/drawing/XControlShape.idl b/offapi/com/sun/star/drawing/XControlShape.idl index 03e802168..46afeaa20 100644 --- a/offapi/com/sun/star/drawing/XControlShape.idl +++ b/offapi/com/sun/star/drawing/XControlShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: XControlShape.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-02 15:12:29 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:12:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ /** is implemented by a <type>ControlShape</type> to access the controls model. @see com::sun::star::drawing::ControlShape - @see com::sun::star::awt::ControlModel + @see com::sun::star::awt::UnoControlModel */ interface XControlShape: com::sun::star::drawing::XShape { diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index 5ebac4e92..22937ce27 100644 --- a/offapi/com/sun/star/form/DataAwareControlModel.idl +++ b/offapi/com/sun/star/form/DataAwareControlModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataAwareControlModel.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2002-12-10 16:02:52 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,7 +123,7 @@ service DataAwareControlModel <p>In the context of a control model which is data-aware, the semantics of <em>default value</em> (see <type>XReset</type>) is as follows:<br/> - If (and only if) the control is valid bound to a column of it's <type>DataForm</type>, and the form + If (and only if) the control is valid bound to a column of it's <typee scope="com::sun::star::form::component">DataForm</type>, and the form is not positioned on a new record (see <member scope="com::sun::star::sdb">RowSet::IsNew</member>), then <member>XReset::reset</member> does not reset the model's value to it's default value, but uses the underlying column value.<br/> diff --git a/offapi/com/sun/star/form/ErrorEvent.idl b/offapi/com/sun/star/form/ErrorEvent.idl index 1eb16b31b..a4be7c9d6 100644 --- a/offapi/com/sun/star/form/ErrorEvent.idl +++ b/offapi/com/sun/star/form/ErrorEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: ErrorEvent.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:23 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ // DocMerge from xml: struct com::sun::star::form::ErrorEvent /** occurs in case of fired database exceptions triggered by - a <type scope="com::sun::star::form::component">DatabaseForm</type> + a database form. <p>Please do <em><b>not</b></em> use anymore, this struct is deprecated. @deprecated */ @@ -91,6 +91,9 @@ struct ErrorEvent: com::sun::star::lang::EventObject /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2002/10/03 13:04:23 mi + #94968# IDL reviews merged + Revision 1.3.24.1 2002/07/26 09:59:53 fs IDL review form layer diff --git a/offapi/com/sun/star/form/FormController.idl b/offapi/com/sun/star/form/FormController.idl index bdb7a37b5..c02e1dc18 100644 --- a/offapi/com/sun/star/form/FormController.idl +++ b/offapi/com/sun/star/form/FormController.idl @@ -2,9 +2,9 @@ * * $RCSfile: FormController.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:25 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -167,7 +167,7 @@ service FormController /** used to notify errors which happen in the form the controller is responsible for. <p>A form controller listens for error events at the form it is responsible for.<br/> - If and only if no <type>XSQLErrorListener</type> is registered at the controller, it + If and only if no <type scope="com::sun::star::sdb">XSQLErrorListener</type> is registered at the controller, it uses an own dialog to notify the user of the error.</p> */ @@ -193,6 +193,9 @@ service FormController /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:25 mi + #94968# IDL reviews merged + Revision 1.4.20.1 2002/07/15 11:07:12 fs -m reviewed diff --git a/offapi/com/sun/star/form/XDeleteListener.idl b/offapi/com/sun/star/form/XDeleteListener.idl index 853107a21..af7401946 100644 --- a/offapi/com/sun/star/form/XDeleteListener.idl +++ b/offapi/com/sun/star/form/XDeleteListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDeleteListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:30 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ interface XDeleteListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- /** is invoked when the current record of the database form will be deleted. - @see XDatabaseForm */ boolean approveDelete( [in] com::sun::star::lang::EventObject aEvent ); @@ -100,7 +99,6 @@ interface XDeleteListener: com::sun::star::lang::XEventListener /** is invoked when a database form has finished the delete processing and the data has been successfully deleted from the datasource. - @see XDatabaseForm */ void deleted( [in] com::sun::star::lang::EventObject aEvent ); @@ -113,6 +111,9 @@ interface XDeleteListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:30 mi + #94968# IDL reviews merged + Revision 1.4.16.2 2002/07/26 10:00:06 fs IDL review form layer diff --git a/offapi/com/sun/star/form/XErrorBroadcaster.idl b/offapi/com/sun/star/form/XErrorBroadcaster.idl index 9d72df6fb..f33234937 100644 --- a/offapi/com/sun/star/form/XErrorBroadcaster.idl +++ b/offapi/com/sun/star/form/XErrorBroadcaster.idl @@ -1,10 +1,10 @@ /************************************************************************* * * $RCSfile: XErrorBroadcaster.idl,v $ + + * $Revision: 1.6 $ * - * $Revision: 1.5 $ - * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:30 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,6 +106,9 @@ interface XErrorBroadcaster: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:30 mi + #94968# IDL reviews merged + Revision 1.4.16.1 2002/07/26 10:00:06 fs IDL review form layer diff --git a/offapi/com/sun/star/form/XErrorListener.idl b/offapi/com/sun/star/form/XErrorListener.idl index 797ac90bd..d3ceabefb 100644 --- a/offapi/com/sun/star/form/XErrorListener.idl +++ b/offapi/com/sun/star/form/XErrorListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XErrorListener.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:31 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ //============================================================================= -/** used to be notified when errors in a <type scope="com::sun::star::component">DatabaseForm</type> happen. +/** used to be notified when errors in a database form happen. <p>Each time an exception is triggered by a database form, the error event is posted to the error listeners. This event may be used to @@ -93,7 +93,6 @@ interface XErrorListener: com::sun::star::lang::XEventListener /** is invoked when a database action performed by a database form raises an exception. - @see XDatabaseForm */ void errorOccured( [in] com::sun::star::form::ErrorEvent aEvent ); @@ -106,6 +105,9 @@ interface XErrorListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:04:31 mi + #94968# IDL reviews merged + Revision 1.5.16.2 2002/07/26 10:00:07 fs IDL review form layer diff --git a/offapi/com/sun/star/form/XInsertListener.idl b/offapi/com/sun/star/form/XInsertListener.idl index 2ab91d5ac..5c723e9ea 100644 --- a/offapi/com/sun/star/form/XInsertListener.idl +++ b/offapi/com/sun/star/form/XInsertListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInsertListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:33 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,16 +90,12 @@ interface XInsertListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- /** is invoked when a database form starts inserting a record. - - @see XDatabaseForm */ void inserting( [in] com::sun::star::lang::EventObject aEvent ); //------------------------------------------------------------------------- /** is invoked after a database form has inserted a record to a data source. - - @see XDatabaseForm */ void inserted( [in] com::sun::star::lang::EventObject aEvent ); @@ -112,6 +108,9 @@ interface XInsertListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:33 mi + #94968# IDL reviews merged + Revision 1.4.16.1 2002/07/26 10:00:11 fs IDL review form layer diff --git a/offapi/com/sun/star/form/XPositioningListener.idl b/offapi/com/sun/star/form/XPositioningListener.idl index b41bb38d8..455415e88 100644 --- a/offapi/com/sun/star/form/XPositioningListener.idl +++ b/offapi/com/sun/star/form/XPositioningListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPositioningListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:34 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ interface XPositioningListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- /** is invoked when the database form has been positioned on a data record. - @see XDatabaseForm */ [oneway] void positioned( [in] com::sun::star::lang::EventObject aEvent ); @@ -102,6 +101,9 @@ interface XPositioningListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:34 mi + #94968# IDL reviews merged + Revision 1.4.16.1 2002/07/26 10:00:12 fs IDL review form layer diff --git a/offapi/com/sun/star/form/XRestoreListener.idl b/offapi/com/sun/star/form/XRestoreListener.idl index c7909e058..a324610f1 100644 --- a/offapi/com/sun/star/form/XRestoreListener.idl +++ b/offapi/com/sun/star/form/XRestoreListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRestoreListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:35 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ /** receives notifications about data beeing restored. <p>Such a notification is typically sent when the user cancels updating the - current record of a <type scope="com:.sun::star::form::component">DatabaseForm</type> + current record of a database form without saving the data. After restoring, the user operates on the original data.</p> <p>Please do <em><b>not</b></em> use anymore, this interface is deprecated, and @@ -105,6 +105,9 @@ interface XRestoreListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:04:35 mi + #94968# IDL reviews merged + Revision 1.4.16.1 2002/07/26 10:00:14 fs IDL review form layer diff --git a/offapi/com/sun/star/form/component/CommandButton.idl b/offapi/com/sun/star/form/component/CommandButton.idl index a8383c261..dc8cc9f0a 100644 --- a/offapi/com/sun/star/form/component/CommandButton.idl +++ b/offapi/com/sun/star/form/component/CommandButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: CommandButton.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:13:50 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,7 @@ service CommandButton /** supplies the image producer when the button is to display an image. - <p>If the <member scope="com::sun::star::awt">UnoButtonControlModel::ImageURL</member> points to the location of an + <p>If the <member scope="com::sun::star::awt">UnoControlButtonModel::ImageURL</member> points to the location of an image to be displayed on the button, this interface can be used to retrieve an image producer, which itself will supply the image.</p> diff --git a/offapi/com/sun/star/form/component/DataForm.idl b/offapi/com/sun/star/form/component/DataForm.idl index 860ba91f5..0b5f89330 100644 --- a/offapi/com/sun/star/form/component/DataForm.idl +++ b/offapi/com/sun/star/form/component/DataForm.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataForm.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:04:50 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,7 +150,7 @@ service DataForm fill them by their own choice.</p> <p>This is sligtly changed if the form is loaded using the - <member>XCompletedExecution::connectWithCompletion</member> method. In this case, the parameters + <member scope="com::sun::star::sdb">XCompletedExecution::connectWithCompletion</member> method. In this case, the parameters are obtained from the interaction handler, not from the listeners</p> @see XCompletedExecution diff --git a/offapi/com/sun/star/form/component/GridControl.idl b/offapi/com/sun/star/form/component/GridControl.idl index db6fcc87f..9d69e39b9 100644 --- a/offapi/com/sun/star/form/component/GridControl.idl +++ b/offapi/com/sun/star/form/component/GridControl.idl @@ -2,9 +2,9 @@ * * $RCSfile: GridControl.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:36:05 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ /** specifies a model for a control which can display form data in a table-like way. - <p>In opposite to other <type>FormControl</type>s, grid controls do not only + <p>In opposite to other form controls, grid controls do not only display the single current value of a column they are bound to. Moreover, they do display not only the current row of the form, but all rows (at least potentially, limited by the control size, of course).</p> @@ -123,8 +123,8 @@ the control belongs to, and the columns correspond to single columns of the form's row set.</p> <p>Columns of a grid control are modeled by own objects, too. They are very similar to usual - <type>DataAwareControlModel</type>s modeling other "single-value" controls, but they are not described - as own services. Instead, they need to be created using the <type>XGridColumnFactory</type> interface.</p> + <type scope="com::sun::star::form">DataAwareControlModel</type>s modeling other "single-value" controls, but they are not described + as own services. Instead, they need to be created using the <type scope="com::sun::star::form">XGridColumnFactory</type> interface.</p> */ service GridControl { @@ -143,7 +143,7 @@ service GridControl /** allows to create column models to be inserted into the control model. - <p>Note that the object returned by the <member>XGridColumnFactory::createColumn</member> + <p>Note that the object returned by the <membere scope="com::sun::star::form">XGridColumnFactory::createColumn</member> method is not part of the grid control, yet. It needs to be inserted using any of the container interfaces.</p> diff --git a/offapi/com/sun/star/form/component/HiddenControl.idl b/offapi/com/sun/star/form/component/HiddenControl.idl index 1c5fef2ad..dd1af75da 100644 --- a/offapi/com/sun/star/form/component/HiddenControl.idl +++ b/offapi/com/sun/star/form/component/HiddenControl.idl @@ -2,9 +2,9 @@ * * $RCSfile: HiddenControl.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:37:56 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ <p>The only sense of a hidden control is to store data in the form which is not visible to the user.</p> - <p>Usually, hidden controls are used in <type scope="com::sun::star::form">HTMLForm</type>s, + <p>Usually, hidden controls are used in <type scope="com::sun::star::form::component">HTMLForm</type>s, where they contain data which is to be submitted.<br/> Nevertheless, you can use them in your own forms for storing any data, for instance to evaluate it in some scripting macro.</p> diff --git a/offapi/com/sun/star/form/component/ImageButton.idl b/offapi/com/sun/star/form/component/ImageButton.idl index 6bdbaf51d..c82e7e0c1 100644 --- a/offapi/com/sun/star/form/component/ImageButton.idl +++ b/offapi/com/sun/star/form/component/ImageButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: ImageButton.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:40:31 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,7 +111,7 @@ service ImageButton <p>Whenever the <member scope="com::sun::star::awt">UnoControlImageControlModel::ImageURL</member> property is changed, the model loads the specified image, and sets it as image source at its <type scope="com::sun::star::awt">XImageProducer</type>. Then, all - <type scope="com::sun::star::awt">XImageConsumers</type> are notified and supplied with + <type scope="com::sun::star::awt">XImageConsumer</type>s are notified and supplied with the binary data of the image.<br/> Usually, controls acting for an <type>ImageButton</type> model are consumers, and use the data stream to display the image</p> diff --git a/offapi/com/sun/star/form/component/RadioButton.idl b/offapi/com/sun/star/form/component/RadioButton.idl index 93eebbdd6..9fa115a83 100644 --- a/offapi/com/sun/star/form/component/RadioButton.idl +++ b/offapi/com/sun/star/form/component/RadioButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: RadioButton.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:43:53 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,7 @@ are automatically unchecked</p> <p>Like in HTML, radio buttons are grouped together if and only if they have the - same name (see <member>FormComponent::Name</member>).</p> + same name (see <member scope="com::sun::star::form">FormComponent::Name</member>).</p> */ service RadioButton { diff --git a/offapi/com/sun/star/form/control/CommandButton.idl b/offapi/com/sun/star/form/control/CommandButton.idl index 3a573959e..ad5da4b1e 100644 --- a/offapi/com/sun/star/form/control/CommandButton.idl +++ b/offapi/com/sun/star/form/control/CommandButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: CommandButton.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:50:45 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,7 @@ service CommandButton This may be interesting for e.g. forms which want to provide input validation before submitting data.<br/> - @see com::sun::star::form::HTMLForm + @see com::sun::star::form::component::HTMLForm @see com::sun::star::form::XSubmit @see com::sun::star::form::XReset @see com::sun::star::awt::XButton @@ -116,6 +116,9 @@ service CommandButton /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2002/12/10 15:50:45 obo + #106005# remove $Log entries + Revision 1.3 2002/10/03 13:05:07 mi #94968# IDL reviews merged diff --git a/offapi/com/sun/star/form/control/ImageButton.idl b/offapi/com/sun/star/form/control/ImageButton.idl index 1300ec460..16116b627 100644 --- a/offapi/com/sun/star/form/control/ImageButton.idl +++ b/offapi/com/sun/star/form/control/ImageButton.idl @@ -2,9 +2,9 @@ * * $RCSfile: ImageButton.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2002-12-10 15:54:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,7 @@ service ImageButton This may be interesting for e.g. forms which want to provide input validation before submitting data.<br/> - @see com::sun::star::form::HTMLForm + @see com::sun::star::form::component::HTMLForm @see com::sun::star::form::XSubmit @see com::sun::star::form::XReset @see com::sun::star::awt::XButton @@ -116,6 +116,9 @@ service ImageButton /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2002/12/10 15:54:46 obo + #106005# remove $Log entries + Revision 1.3 2002/10/03 13:05:09 mi #94968# IDL reviews merged diff --git a/offapi/com/sun/star/formula/FormulaProperties.idl b/offapi/com/sun/star/formula/FormulaProperties.idl index 9027f8bd2..a945b3c24 100644 --- a/offapi/com/sun/star/formula/FormulaProperties.idl +++ b/offapi/com/sun/star/formula/FormulaProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: FormulaProperties.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 17:11:01 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,7 +217,7 @@ service FormulaProperties /** contains the relative height of the font for functions. The values unit is percent of the - <member scope="com.sun.star.formula">FormulaProperties::BaseFontHeight</member> + <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member> */ [property] short RelativeFontHeightFunctions; //------------------------------------------------------------------------- @@ -225,7 +225,7 @@ service FormulaProperties /** contains the relative height of the font for indices. The values unit is percent of the - <member scope="com.sun.star.formula">FormulaProperties::BaseFontHeight</member> + <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member> */ [property] short RelativeFontHeightIndices; //------------------------------------------------------------------------- @@ -233,7 +233,7 @@ service FormulaProperties /** contains the relative height of the font for limits. The values unit is percent of the - <member scope="com.sun.star.formula">FormulaProperties::BaseFontHeight</member> + <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member> */ [property] short RelativeFontHeightLimits; //------------------------------------------------------------------------- @@ -241,7 +241,7 @@ service FormulaProperties /** contains the relative height of the font for operators. The values unit is percent of the - <member scope="com.sun.star.formula">FormulaProperties::BaseFontHeight</member> + <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member> */ [property] short RelativeFontHeightOperators; //------------------------------------------------------------------------- @@ -249,7 +249,7 @@ service FormulaProperties /** contains the relative height of the font for text. The values unit is percent of the - <member scope="com.sun.star.formula">FormulaProperties::BaseFontHeight</member> + <member scope="com::sun::star::formula">FormulaProperties::BaseFontHeight</member> */ [property] short RelativeFontHeightText; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/offapi/com/sun/star/frame/ContentHandlerFactory.idl index 64b957384..94e90481f 100644 --- a/offapi/com/sun/star/frame/ContentHandlerFactory.idl +++ b/offapi/com/sun/star/frame/ContentHandlerFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: ContentHandlerFactory.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:15 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ service ContentHandlerFactory <p> This interface supports an access to the internal configuration of all accessible handler objects. The return value of - <member>XNameAccess::getByName()</member> is a property sequence + <member scope="com::sun::star::container">XNameAccess::getByName()</member> is a property sequence packed in an any. </p> <table border=1> diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl index e0b89d9bc..3411f22ce 100644 --- a/offapi/com/sun/star/frame/FrameLoader.idl +++ b/offapi/com/sun/star/frame/FrameLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: FrameLoader.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:18 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,10 +116,10 @@ service FrameLoader The internal name is a part of his configuration and will be passed by the <type>FrameLoaderFactory</type> after creation if optional interface <type scope="com::sun::star::lang">XInitialization</type> - is supported. Value of function <member>XNamed::getName()</member> can be - used on service <type>FrameLoaderFactory</type> to get further informations about this loader. - Setting of this name by calling <member>XNamed::setName()</member> must be - forwarded to same factory service. He should decide, if it's allowed or not. + is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> + can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader. + Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> + must be forwarded to same factory service. He should decide, if it's allowed or not. The reason: prevent code against name ambigities. </p> */ diff --git a/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/offapi/com/sun/star/frame/FrameLoaderFactory.idl index 8cb95f7e7..f7f92928d 100644 --- a/offapi/com/sun/star/frame/FrameLoaderFactory.idl +++ b/offapi/com/sun/star/frame/FrameLoaderFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: FrameLoaderFactory.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:18 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,10 +108,9 @@ service FrameLoaderFactory //------------------------------------------------------------------------- /** provides access to the whole frame loader configuration - <p> - This interface supports an access to the internal configuration of all accessible loader objects. - The return value of <member>XNameAccess::getByName()</member> is a property sequence packed in an any. - </p> + <p>This interface supports an access to the internal configuration of all accessible loader objects. + The return value of <member scope="com::sun::star::container">XNameAccess::getByName()</member> + is a property sequence packed in an any. </p> <table border=1> <tr> <td><b>Types<b></td> diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl index 5c460d8d0..057cd2ea2 100644 --- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl +++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: SynchronousFrameLoader.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:20 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,9 +116,9 @@ service SynchronousFrameLoader The internal name is a part of his configuration and will be passed by the <type>FrameLoaderFactory</type> after creation if optional interface <type scope="com::sun::star::lang">XInitialization</type> - is supported. Value of function <member>XNamed::getName()</member> can be + is supported. Value of function <member scope="com::sun::star::container">XNamed::getName()</member> can be used on service <type>FrameLoaderFactory</type> to get further informations about this loader. - Setting of this name by calling <member>XNamed::setName()</member> must be + Setting of this name by calling <member scope="com::sun::star::container">XNamed::setName()</member> must be forwarded to same factory service. He should decide, if it's allowed or not. The reason: prevent code against name ambigities. </p> diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl index f1a73f00d..87dd8950d 100644 --- a/offapi/com/sun/star/frame/XComponentLoader.idl +++ b/offapi/com/sun/star/frame/XComponentLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponentLoader.idl,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: as $ $Date: 2002-11-05 09:06:57 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -195,7 +195,7 @@ interface XComponentLoader: com::sun::star::uno::XInterface A model that in general can be shared between several view/controller pairs, does not have an explicit owner. Every view and also the component that loaded the document may consider itself as an owner. - Simply calling <member>XComponent::dispose()</member> on this model may + Simply calling <method scope="com::sun::star::lang">XComponent::dispose</method> on this model may cause problems, if some members of the "owner community" are currently busy working on the model. These problems are handled by explicit closing negotiations through the interface <type scope="com::sun::star::util">XCloseable</type>. diff --git a/offapi/com/sun/star/frame/XDesktopTask.idl b/offapi/com/sun/star/frame/XDesktopTask.idl index f7cac5ae4..a3bd5d70d 100644 --- a/offapi/com/sun/star/frame/XDesktopTask.idl +++ b/offapi/com/sun/star/frame/XDesktopTask.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDesktopTask.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:22 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,15 +81,16 @@ interface XDesktopTask: com::sun::star::lang::XComponent { //------------------------------------------------------------------------- - /** use <type scope="com::sun::star::lang">XInitialization</type> instead of this + /** use <type scope="com::sun::star::lang">XInitialization</type> instead.. @deprecated */ void initialize( [in] com::sun::star::awt::XWindow TaskWindow ); //------------------------------------------------------------------------- - /** use <type scope="com::sun::star::util">XClosable</type> + /** use <type scope="com::sun::star::util">XCloseable</type> or <member scope="com::sun::star::lang">XComponent::dispose()</member> - instead of this + instead. + @deprecated */ boolean close(); diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl index f4fb7e766..eab074e4b 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: as $ $Date: 2002-11-05 09:06:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -373,7 +373,7 @@ interface XFrame: com::sun::star::lang::XComponent <p> According to a call to this interface, the frame calls - <member>XFrameEventListener::frameAction()</member> with + <method>XFrameEventListener::frameAction</method> with <const>FrameAction::CONTEXT_CHANGED</const> to all listeners which are registered using <member>XFrame::addFrameActionListener</member>. For external controllers this event can be used to requery dispatches. diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl index 1682b9aef..70aa2eb77 100644 --- a/offapi/com/sun/star/frame/XModel.idl +++ b/offapi/com/sun/star/frame/XModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: XModel.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: as $ $Date: 2002-11-05 09:06:59 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ <p> If there is at least one controller, there is by definition a current controller. And if that controller supports the interface - <type>XSelectionSupplier</type>, it has a current selection too. + <type scope="com::sun::star::view">XSelectionSupplier</type>, it has a current selection too. </p> @see com::sun::star::document::MediaDescriptor diff --git a/offapi/com/sun/star/frame/XTask.idl b/offapi/com/sun/star/frame/XTask.idl index 7272939a7..955e6f7c1 100644 --- a/offapi/com/sun/star/frame/XTask.idl +++ b/offapi/com/sun/star/frame/XTask.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTask.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:27 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ interface XTask: XFrame { //------------------------------------------------------------------------- - /** use <type scope="com::sun::star::util">XClosable</type> or + /** use <type scope="com::sun::star::util">XCloseable</type> or <member scope="com::sun::star::lang">XComponent::dispose()</member> at a <type>Frame</type> instead of this one @deprecated diff --git a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl index 16bd1eb37..9a0e08f20 100644 --- a/offapi/com/sun/star/i18n/CharacterIteratorMode.idl +++ b/offapi/com/sun/star/i18n/CharacterIteratorMode.idl @@ -2,9 +2,9 @@ * * $RCSfile: CharacterIteratorMode.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:39 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:30 $ * * 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 { /** Constants to specify the type of character iteration. <p> Used with <member>XBreakIterator::nextCharacters()</type> and - <member>XBreakIterator::previousCharacters()</type> </p> + <method>XBreakIterator::previousCharacters</method> </p> */ constants CharacterIteratorMode { diff --git a/offapi/com/sun/star/i18n/DirectionProperty.idl b/offapi/com/sun/star/i18n/DirectionProperty.idl index a803aa1d2..f22a8adeb 100644 --- a/offapi/com/sun/star/i18n/DirectionProperty.idl +++ b/offapi/com/sun/star/i18n/DirectionProperty.idl @@ -2,9 +2,9 @@ * * $RCSfile: DirectionProperty.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:40 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,7 +69,7 @@ module com { module sun { module star { module i18n { /** Direction properties returned by - <member>XCahracterClassification::getCharacterDirection()</member>. + <method>XCharacterClassification::getCharacterDirection</method>. */ enum DirectionProperty diff --git a/offapi/com/sun/star/i18n/KParseTokens.idl b/offapi/com/sun/star/i18n/KParseTokens.idl index f8333a771..8fba5d143 100644 --- a/offapi/com/sun/star/i18n/KParseTokens.idl +++ b/offapi/com/sun/star/i18n/KParseTokens.idl @@ -2,9 +2,9 @@ * * $RCSfile: KParseTokens.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:05:43 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,8 +158,8 @@ constants KParseTokens const long UNI_OTHER = 0x20000000; /** Only valid for <em>nStartCharFlags</em> parameter to - <member>ChararacterClassification::parseAnyToken()</member> and - <member>ChararacterClassification::parsePredefinedToken()</member>, + <method>ChararacterClassification::parseAnyToken</method> and + <method>ChararacterClassification::parsePredefinedToken</method>, ignored on <em>nContCharFlags</em> parameter. <strong>Not</strong> set in <type>ParseResult</type>. */ const long IGNORE_LEADING_WS = 0x40000000; diff --git a/offapi/com/sun/star/linguistic2/makefile.mk b/offapi/com/sun/star/linguistic2/makefile.mk index 07356585c..b3d14354c 100644 --- a/offapi/com/sun/star/linguistic2/makefile.mk +++ b/offapi/com/sun/star/linguistic2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: tl $ $Date: 2001-05-08 08:31:30 $ +# last change: $Author: mi $ $Date: 2002-12-10 16:13:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,6 @@ IDLFILES=\ LinguServiceEvent.idl\ LinguServiceEventFlags.idl\ LinguServiceManager.idl\ - OtherLingu.idl\ SpellChecker.idl\ SpellFailure.idl\ Thesaurus.idl\ diff --git a/offapi/com/sun/star/packages/Package.idl b/offapi/com/sun/star/packages/Package.idl index e8ec90da7..400825cc3 100644 --- a/offapi/com/sun/star/packages/Package.idl +++ b/offapi/com/sun/star/packages/Package.idl @@ -2,9 +2,9 @@ * * $RCSfile: Package.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mtg $ $Date: 2001-10-02 22:27:07 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,8 +90,8 @@ module com { module sun { module star { module packages { Each instance is created with an argument which specifies the URL of the Package file to which the user requires access. If the instance is created without arguments, it must be initialised with the - <type>XInitialization</type> service methods before it is a valid - instance of the service. + <type scope="com::sun::star::lang">XInitialization</type> service methods + before it is a valid instance of the service. */ service Package { diff --git a/offapi/com/sun/star/presentation/ChartShape.idl b/offapi/com/sun/star/presentation/ChartShape.idl index f02ff5584..5e1ad479f 100644 --- a/offapi/com/sun/star/presentation/ChartShape.idl +++ b/offapi/com/sun/star/presentation/ChartShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:29:38 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service ChartShape { diff --git a/offapi/com/sun/star/presentation/GraphicObjectShape.idl b/offapi/com/sun/star/presentation/GraphicObjectShape.idl index 7c30f41ff..c8b289b98 100644 --- a/offapi/com/sun/star/presentation/GraphicObjectShape.idl +++ b/offapi/com/sun/star/presentation/GraphicObjectShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: GraphicObjectShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:35:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service GraphicObjectShape { diff --git a/offapi/com/sun/star/presentation/HandoutShape.idl b/offapi/com/sun/star/presentation/HandoutShape.idl index 06a4a95ae..de0fe4712 100644 --- a/offapi/com/sun/star/presentation/HandoutShape.idl +++ b/offapi/com/sun/star/presentation/HandoutShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: HandoutShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:41:48 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service HandoutShape { diff --git a/offapi/com/sun/star/presentation/NotesShape.idl b/offapi/com/sun/star/presentation/NotesShape.idl index c56799392..60dc97125 100644 --- a/offapi/com/sun/star/presentation/NotesShape.idl +++ b/offapi/com/sun/star/presentation/NotesShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: NotesShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:44:24 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service NotesShape { diff --git a/offapi/com/sun/star/presentation/OLE2Shape.idl b/offapi/com/sun/star/presentation/OLE2Shape.idl index 7039d8b13..0551d7277 100644 --- a/offapi/com/sun/star/presentation/OLE2Shape.idl +++ b/offapi/com/sun/star/presentation/OLE2Shape.idl @@ -2,9 +2,9 @@ * * $RCSfile: OLE2Shape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:45:17 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service OLE2Shape { diff --git a/offapi/com/sun/star/presentation/OutlinerShape.idl b/offapi/com/sun/star/presentation/OutlinerShape.idl index e8a925f9d..3590ea91e 100644 --- a/offapi/com/sun/star/presentation/OutlinerShape.idl +++ b/offapi/com/sun/star/presentation/OutlinerShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: OutlinerShape.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 17:38:07 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service OutlinerShape { diff --git a/offapi/com/sun/star/presentation/PageShape.idl b/offapi/com/sun/star/presentation/PageShape.idl index 8faa3870d..48c6b62fb 100644 --- a/offapi/com/sun/star/presentation/PageShape.idl +++ b/offapi/com/sun/star/presentation/PageShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: PageShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:22 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service PageShape { diff --git a/offapi/com/sun/star/presentation/PresentationDocument.idl b/offapi/com/sun/star/presentation/PresentationDocument.idl index 5f4c2daf5..3717a9470 100644 --- a/offapi/com/sun/star/presentation/PresentationDocument.idl +++ b/offapi/com/sun/star/presentation/PresentationDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: PresentationDocument.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: cl $ $Date: 2002-12-06 10:28:39 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,8 @@ service PresentationDocument { /** This is a basic service for a drawing document. - <p>The following services are available at the <type>com.sun.star.lang.XMultiServiceFactory</type> + <p>The following services are available at the + <type scope="com::sun::star::lang">XMultiServiceFactory</type> only in a presentation application <ul> @@ -131,6 +132,9 @@ service PresentationDocument /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/12/06 10:28:39 cl + #96976# added service description for document settings service + Revision 1.4 2002/10/03 13:06:22 mi #94968# IDL reviews merged diff --git a/offapi/com/sun/star/presentation/SubtitleShape.idl b/offapi/com/sun/star/presentation/SubtitleShape.idl index 42baee2d3..d67dea1af 100644 --- a/offapi/com/sun/star/presentation/SubtitleShape.idl +++ b/offapi/com/sun/star/presentation/SubtitleShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: SubtitleShape.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mh $ $Date: 2002-02-28 16:46:12 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service SubtitleShape { diff --git a/offapi/com/sun/star/presentation/TitleTextShape.idl b/offapi/com/sun/star/presentation/TitleTextShape.idl index 15a49f3ac..015fe2f1f 100644 --- a/offapi/com/sun/star/presentation/TitleTextShape.idl +++ b/offapi/com/sun/star/presentation/TitleTextShape.idl @@ -2,9 +2,9 @@ * * $RCSfile: TitleTextShape.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 17:43:07 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p>Presentation shapes can be used in a presentation page layouts and theire position and size is by default set - by the presentation shapes on the <type>MasterPage</type>. + by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>. */ service TitleTextShape { diff --git a/offapi/com/sun/star/resource/XResourceBundle.idl b/offapi/com/sun/star/resource/XResourceBundle.idl index 51159085a..11a015651 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:26 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -209,7 +209,7 @@ module com { module sun { module star { module resource { <p>The get methods all require the key as an argument and return the object if found. If the object is not found, the get methods - throw a <type scope="com:sun:star:container">NoSuchElementException</type>. + throw a <type scope="com::sun::star::container">NoSuchElementException</type>. <P> <STRONG>NOTE:</STRONG> You should always supply a base service with no suffixes. This will be the class of "last resort" if a @@ -240,8 +240,8 @@ interface XResourceBundle: com::sun::star::container::XNameAccess /** contains the parent bundle of this bundle. <p>The parent bundle is searched by the method - <member>XNameAccess::getByName</member> when this bundle does not - contain a particular resource. + <method scope="com::sun::star::container">XNameAccess::getByName</method> + when this bundle does not contain a particular resource. */ [attribute] XResourceBundle Parent; diff --git a/offapi/com/sun/star/sdb/Connection.idl b/offapi/com/sun/star/sdb/Connection.idl index e1ece215e..9398fdfaa 100644 --- a/offapi/com/sun/star/sdb/Connection.idl +++ b/offapi/com/sun/star/sdb/Connection.idl @@ -2,9 +2,9 @@ * * $RCSfile: Connection.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:28 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ interface XCommandPreparation; // DocMerge from xml: service com::sun::star::sdb::Connection /** extends the - <type scope="com::sun::star::sdbc">connection</type> + <type scope="com::sun::star::sdbc">Connection</type> of SDBC by providing the data definitions of a connected database. */ service Connection @@ -127,6 +127,9 @@ service Connection /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2002/10/03 13:06:28 mi + #94968# IDL reviews merged + Revision 1.3.24.1 2002/02/18 10:23:31 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdb/DataSourceBrowser.idl b/offapi/com/sun/star/sdb/DataSourceBrowser.idl index 5fc928720..b77354c94 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:29 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -215,7 +215,8 @@ module com { module sun { module star { module sdb { @see com::sun::star::sdb::DatabaseContext @see com::sun::star::sdb::DataSource @see com::sun::star::frame::XDispatch - @see com::sun::star::frame::XDispatchInterceptor + @see com::sun::star::frame::XDispatchProvider + @see com::sun::star::frame::XDispatchProviderInterceptor */ service DataSourceBrowser { diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl index 977052ddc..d724063b7 100644 --- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl +++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl @@ -2,9 +2,9 @@ * * $RCSfile: ErrorMessageDialog.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:33 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,14 +99,14 @@ module com { module sun { module star { module sdb { </module> , they will - sooner or later - encounter - <type scope="com.sun.star.sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> 's. <br/> These exceptions can be chained, so the information wrapped in one single - <type scope="com.sun.star.sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> can be rather complex (e.g., every instance where such an exception is passing before it is finally caught, could append a - <type scope="com.sun.star.sdb">SQLContext</type> + <type scope="com::sun::star::sdb">SQLContext</type> to explain what it was doing), and they should be presented to the user in a consistent way. <br/> @@ -130,7 +130,7 @@ service ErrorMessageDialog /** is the exception displayed by the dialog <p> This should contain a - <type scope="com.sun.star.sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> instance, or an instance of any class derived from this exception. </p> diff --git a/offapi/com/sun/star/sdb/InteractionHandler.idl b/offapi/com/sun/star/sdb/InteractionHandler.idl index a236ccc70..c9db39480 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:33 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,7 +65,7 @@ #include <com/sun/star/task/XInteractionHandler.idl> #endif - module com { module sun { module star { module sdb { +module com { module sun { module star { module sdb { /** is a service for user interaction for databases. @@ -74,22 +74,22 @@ <ul> <li><b>database related errors</b><br/> The general structure to transport such errors is the - <type scope="com.sun.star.sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> , and if your - <type scope="com.sun.star.task">XInteractionRequest</type> + <type scope="com::sun::star::task">XInteractionRequest</type> supplies such a - <type scope="com.sun.star.sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> (or an instance of any derived class), the handler will display a generic error dialog, which is able to travel the object chain which may be contained in the exception. </li> <li><b>authentication</b><br/> If your - <type scope="com.sun.star.task">XInteractionRequest</type> + <type scope="com::sun::star::task">XInteractionRequest</type> (see - <member scope="com.sun.star.task">XInteractionHandler::handle()</member> + <member scope="com::sun::star::task">XInteractionHandler::handle()</member> ) supplies a - <type scope="com.sun.star.ucb">AuthenticationRequest</type> + <type scope="com::sun::star::ucb">AuthenticationRequest</type> , the handler will open a standard login dialog to allow user authentication. <br/> @@ -99,21 +99,21 @@ <br/> In the case you want to use this authentication feature, you should supply a special authentication continuation ( - <type scope="com.sun.star.ucb">XInteractionSupplyAuthentication</type> + <type scope="com::sun::star::ucb">XInteractionSupplyAuthentication</type> ) as well, so the handler can return to you, the entered information. </li> <li><b>parameter requests</b><br/> If your - <type scope="com.sun.star.task">XInteractionRequest</type> + <type scope="com::sun::star::task">XInteractionRequest</type> supplies an - <type scope="com.sun.star.ucb">ParametersRequest</type> + <type scope="com::sun::star::sdb">ParametersRequest</type> , the handler will open a standard dialog asking the user to fill in parameter values. <br/> In the case you want to use this feature of the handler, you should supply a special continuation ( - <type scope="com.sun.star.sdb">XInteractionSupplyParameters</type> + <type scope="com::sun::star::sdb">XInteractionSupplyParameters</type> ) as well, so the handler can return to you, the entered information. </li> @@ -131,28 +131,4 @@ service InteractionHandler }; }; }; }; -/*=========================================================================== - $Log: not supported by cvs2svn $ - Revision 1.5.2.1 2002/02/18 10:26:06 oj - #97563# parameter,return value and exception description - - Revision 1.5 2001/10/25 15:00:32 mi - proofreading and corrections from Richard Holt - - Revision 1.4 2000/12/19 16:03:41 mi - documentations syntax errors fixed - - 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 - - Revision 1.2 2000/10/25 13:19:02 fs - documentation extended - - Revision 1.1.1.1 2000/09/18 23:35:36 hjs - initial import - -===========================================================================*/ #endif diff --git a/offapi/com/sun/star/sdb/ParametersRequest.idl b/offapi/com/sun/star/sdb/ParametersRequest.idl index a9a199f70..c7c7ab2b8 100644 --- a/offapi/com/sun/star/sdb/ParametersRequest.idl +++ b/offapi/com/sun/star/sdb/ParametersRequest.idl @@ -2,9 +2,9 @@ * * $RCSfile: ParametersRequest.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:33 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,14 +88,10 @@ exception ParametersRequest: com::sun::star::task::ClassifiedInteractionRequest { /** is the list of parameters requested. The objects returned by the - <type scope="com.sun.star.container">XIndexAccess</type> + <type scope="com::sun::star::container">XIndexAccess</type> have to be property sets describing the respective parameter. For this, the objects have to support the - service - <service scope="com.sun.star.sdbcx"> - Column - </service> - . + service <type scope="com::sun::star::sdbcx">Column</type>. */ com::sun::star::container::XIndexAccess Parameters; @@ -113,6 +109,9 @@ exception ParametersRequest: com::sun::star::task::ClassifiedInteractionRequest /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:06:33 mi + #94968# IDL reviews merged + Revision 1.4.2.1 2002/02/18 10:22:59 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdb/SQLContext.idl b/offapi/com/sun/star/sdb/SQLContext.idl index e3fd33926..43d002947 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.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:36 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,9 +75,9 @@ 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 + @see com::sun::star::sdbc::XConnection::getWarnings + @see com::sun::star::sdbc::XResultSet::getWarnings + @see com::sun::star::sdbc::XStatement::getWarnings */ exception SQLContext: com::sun::star::sdbc::SQLWarning { @@ -99,6 +99,9 @@ exception SQLContext: com::sun::star::sdbc::SQLWarning /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:06:36 mi + #94968# IDL reviews merged + Revision 1.5.2.1 2002/02/18 10:24:07 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdb/XDatabaseAccess.idl b/offapi/com/sun/star/sdb/XDatabaseAccess.idl index 7263fe8da..a2b9da5c2 100644 --- a/offapi/com/sun/star/sdb/XDatabaseAccess.idl +++ b/offapi/com/sun/star/sdb/XDatabaseAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDatabaseAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:38 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,7 @@ interface XDatabaseAccess: com::sun::star::sdbc::XDataSource an isolated connection object @throws com::sun::star::sdbc::SQLException if a database access error occurs. - @see com::sun::star::sdb::XConnection + @see com::sun::star::sdbc::XConnection */ XConnection getIsolatedConnection([in]string user, [in]string password) raises (com::sun::star::sdbc::SQLException); @@ -154,6 +154,9 @@ interface XDatabaseAccess: com::sun::star::sdbc::XDataSource /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:06:38 mi + #94968# IDL reviews merged + Revision 1.5.2.1 2002/02/18 10:24:28 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl index 129a6b1be..656441ce6 100644 --- a/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl +++ b/offapi/com/sun/star/sdb/XInteractionSupplyParameters.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInteractionSupplyParameters.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:40 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ module com { module sun { module star { module sdb { <p> This continuation is typically used in conjunction with a - <type scope="com.sun.star.sdb">ParametersRequest</type>. + <type scope="com::sun::star::sdb">ParametersRequest</type>. </p> */ interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContinuation @@ -93,6 +93,9 @@ interface XInteractionSupplyParameters: com::sun::star::task::XInteractionContin /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:06:40 mi + #94968# IDL reviews merged + Revision 1.5.16.1 2002/02/18 10:25:25 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl index f81d3b26b..7a8cac121 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.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:56 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -282,14 +282,14 @@ service PreparedStatement // DocMerge from idl: property com::sun::star::sdbc::PreparedStatement::ResultSetConcurrency /** retrieves the result set concurrency. - @see com::sun::star::sdbc::ResultSetConcurrency; + @see com::sun::star::sdbc::ResultSetConcurrency */ [property] long ResultSetConcurrency; // DocMerge from idl: property com::sun::star::sdbc::PreparedStatement::ResultSetType /** Determine the result set type. - @see com::sun::star::sdbc::ResultSetType; + @see com::sun::star::sdbc::ResultSetType */ [property] long ResultSetType; diff --git a/offapi/com/sun/star/sdbc/ResultSet.idl b/offapi/com/sun/star/sdbc/ResultSet.idl index 6a89bbc3d..3dadf10a3 100644 --- a/offapi/com/sun/star/sdbc/ResultSet.idl +++ b/offapi/com/sun/star/sdbc/ResultSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: ResultSet.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:57 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,13 +250,17 @@ service ResultSet // DocMerge from xml: property com::sun::star::sdbc::ResultSet::ResultSetConcurrency - /** retrieves the result set concurrency.@see com::sun::star::sdbc::ResultSetConcurrency; + /** retrieves the result set concurrency. + + @see com::sun::star::sdbc::ResultSetConcurrency */ [readonly, property] long ResultSetConcurrency; // DocMerge from xml: property com::sun::star::sdbc::ResultSet::ResultSetType - /** determines the result set type.@see com::sun::star::sdbc::ResultSetType; + /** determines the result set type. + + @see com::sun::star::sdbc::ResultSetType */ [readonly, property] long ResultSetType; @@ -264,7 +268,7 @@ service ResultSet // DocMerge from xml: property com::sun::star::sdbc::ResultSet::FetchDirection /** retrieves the direction for fetching rows from database tables that is the default for result sets generated from this - <type scope="sun::com::star::sdbc">Statement</type> + <type scope="com::sun::star::sdbcx">Statement</type> object. <br/> If this <code>Statement</code> object has not set a fetch direction, @@ -276,11 +280,11 @@ service ResultSet // DocMerge from xml: property com::sun::star::sdbc::ResultSet::FetchSize /** retrieves the number of result set rows that is the default fetch size for result sets generated from this - <type scope="sun::com::star::sdbc">Statement</type> + <type scope="com::sun::star::sdbcx">Statement</type> object. <br/> If this - <type scope="sun::com::star::sdbc">Statement</type> + <type scope="com::sun::star::sdbcx">Statement</type> object has not set a fetch size, the return value is implementation-specific. */ @@ -293,6 +297,9 @@ service ResultSet /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:06:57 mi + #94968# IDL reviews merged + Revision 1.5.2.2 2002/02/18 12:55:23 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl b/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl index 06e387f7f..244db2d53 100644 --- a/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl +++ b/offapi/com/sun/star/sdbc/ResultSetConcurrency.idl @@ -2,9 +2,9 @@ * * $RCSfile: ResultSetConcurrency.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:57 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ constants ResultSetConcurrency // DocMerge from idl: value com::sun::star::sdbc::ResultSetConcurrency::READ_ONLY /** is the concurrency mode for a - <type scope="sun::com::star::sdbc">ResultSet</type> + <type scope="com::sun::star::sdb">ResultSet</type> object that may NOT be updated. */ const long READ_ONLY = 1007; @@ -80,7 +80,7 @@ constants ResultSetConcurrency // DocMerge from idl: value com::sun::star::sdbc::ResultSetConcurrency::UPDATABLE /** is the concurrency mode for a - <type scope="sun::com::star::sdbc">ResultSet</type> + <type scope="com::sun::star::sdb">ResultSet</type> object that may be updated. */ const long UPDATABLE = 1008; @@ -92,6 +92,9 @@ constants ResultSetConcurrency /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2002/10/03 13:06:57 mi + #94968# IDL reviews merged + Revision 1.3.24.1 2002/02/18 08:58:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/ResultSetType.idl b/offapi/com/sun/star/sdbc/ResultSetType.idl index dc3e5e621..939f9d733 100644 --- a/offapi/com/sun/star/sdbc/ResultSetType.idl +++ b/offapi/com/sun/star/sdbc/ResultSetType.idl @@ -2,9 +2,9 @@ * * $RCSfile: ResultSetType.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:57 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ constants ResultSetType // DocMerge from idl: value com::sun::star::sdbc::ResultSetType::FORWARD_ONLY /** is the type for a - <type scope="sun::com::star::sdbc">ResultSet</type> + <type scope="com::sun::star::sdb">ResultSet</type> object whose cursor may move only forward. */ const long FORWARD_ONLY = 1003; @@ -80,7 +80,7 @@ constants ResultSetType // DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_INSENSITIVE /** is the type for a - <type scope="sun::com::star::sdbc">ResultSet</type> + <type scope="com::sun::star::sdb">ResultSet</type> object that is scrollable but generally not sensitive to changes made by others. */ @@ -89,7 +89,7 @@ constants ResultSetType // DocMerge from idl: value com::sun::star::sdbc::ResultSetType::SCROLL_SENSITIVE /** is the type for a - <type scope="sun::com::star::sdbc">ResultSet</type> + <type scope="com::sun::star::sdb">ResultSet</type> object that is scrollable and generally sensitive to changes made by others. */ @@ -102,6 +102,9 @@ constants ResultSetType /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2002/10/03 13:06:57 mi + #94968# IDL reviews merged + Revision 1.3.24.1 2002/02/18 09:00:56 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/RowSet.idl b/offapi/com/sun/star/sdbc/RowSet.idl index f70144b4f..0191b9943 100644 --- a/offapi/com/sun/star/sdbc/RowSet.idl +++ b/offapi/com/sun/star/sdbc/RowSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: RowSet.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,10 +80,9 @@ interface XParameters; // DocMerge from xml: service com::sun::star::container::com::sun::star::sdbc::RowSet /** is a client side ResultSet, which combines the characteristics of a - <type scope="sun::com::star::sdbc">Statement</type> + <type scope="com::sun::star::sdbc">Statement</type> and a - <type scope="sun::com::star::sdbc">ResultSet</type> - . + <type scope="com::sun::star::sdbc">ResultSet</type>. <p> @@ -161,7 +160,7 @@ service RowSet // DocMerge from xml: property com::sun::star::container::com::sun::star::sdbc::RowSet::QueryTimeOut /** retrieves the number of seconds the driver will wait for a Statement to execute. If the limit is exceeded, a - <type scope="sun::com::star::sdbc">SQLException</type> + <type scope="com::sun::star::sdbc">SQLException</type> is thrown. There is no limitation, if set to zero. */ @@ -217,7 +216,9 @@ service RowSet // DocMerge from xml: property com::sun::star::container::com::sun::star::sdbc::RowSet::ResultSetType - /** determine the result set type.@see com::sun::star::sdbc::ResultSetType; + /** determine the result set type. + + @see com::sun::star::sdbc::ResultSetType */ [property] long ResultSetType; }; @@ -228,6 +229,9 @@ service RowSet /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:06:58 mi + #94968# IDL reviews merged + Revision 1.5.2.3 2002/06/07 09:47:05 fs added XColumnLocate diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl index 6690d91c3..faa5ffcdf 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.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:06:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -234,13 +234,17 @@ service Statement // DocMerge from xml: property com::sun::star::sdbc::Statement::ResultSetConcurrency - /** retrieves the result set concurrency.@see com::sun::star::sdbc::ResultSetConcurrency; + /** retrieves the result set concurrency. + + @see com::sun::star::sdbc::ResultSetConcurrency */ [property] long ResultSetConcurrency; // DocMerge from xml: property com::sun::star::sdbc::Statement::ResultSetType - /** determine the result set type.@see com::sun::star::sdbc::ResultSetType; + /** determine the result set type. + + @see com::sun::star::sdbc::ResultSetType */ [property] long ResultSetType; diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl index c3fbee2f7..b2dc06a20 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDatabaseMetaData.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:01 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1269,7 +1269,7 @@ interface XDatabaseMetaData: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::sdbc::XDatabaseMetaData::supportsTransactions /** support the Database transactions? If not, invoking the method - <member scope="com::Sun::star::sdbc">XConnection::commit()</member> + <member scope="com::sun::star::sdbc">XConnection::commit()</member> is a noop and the isolation level is TransactionIsolation_NONE. @returns @@ -2788,6 +2788,9 @@ interface XDatabaseMetaData: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.10 2002/10/03 13:07:01 mi + #94968# IDL reviews merged + Revision 1.9.2.1 2002/02/18 08:58:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl b/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl index c1f5700c2..63213e0ec 100644 --- a/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl +++ b/offapi/com/sun/star/sdbc/XResultSetMetaDataSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XResultSetMetaDataSupplier.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:03 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,8 +81,8 @@ interface XResultSetMetaData; <p> The number, types, and properties of a ResultSet's columns are provided by the - <type scope="com::sun::star::sdbc">ResultSetMetaData</type> - object returned by the + <type scope="com::sun::star::sdbc">XResultSetMetaData</type> + interface returned by the <member scope="com::sun::star::sdbc">XResultSetMetaDataSupplier::getMetaData()</member> method. </p> @@ -106,6 +106,9 @@ interface XResultSetMetaDataSupplier: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:07:03 mi + #94968# IDL reviews merged + Revision 1.5.2.1 2002/02/18 08:58:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbc/XSQLOutput.idl b/offapi/com/sun/star/sdbc/XSQLOutput.idl index f0bb2c2ac..c7a576324 100644 --- a/offapi/com/sun/star/sdbc/XSQLOutput.idl +++ b/offapi/com/sun/star/sdbc/XSQLOutput.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSQLOutput.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:05 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,13 +106,13 @@ interface XSQLData; When an object of a class implementing interface <type scope="com::sun::star::sdbc">XSQLData</type> is passed as an argument to a SQL statement, the JDBC driver calls - <member scope="com::sun::star::sdbc">SQLData::getSQLType()</member> + <method scope="com::sun::star::sdbc">SQLData::getSQLType</method> to determine the kind of SQL datum being passed to the database. <br/> The driver then creates an instance of <code>XSQLOutput</code> and passes it to the method - <member scope="com::sun::star::sdbc">XSQLData::writeSQL()</member> + <method scope="com::sun::star::sdbc">XSQLData::writeSQL</method> . The method <code>writeSQL</code> in turn calls the appropriate @@ -362,6 +362,9 @@ interface XSQLOutput: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:07:05 mi + #94968# IDL reviews merged + Revision 1.5.16.1 2002/02/18 08:58:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbcx/Descriptor.idl b/offapi/com/sun/star/sdbcx/Descriptor.idl index 2e0833c79..c94e9df7e 100644 --- a/offapi/com/sun/star/sdbcx/Descriptor.idl +++ b/offapi/com/sun/star/sdbcx/Descriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: Descriptor.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:16 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:13:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ <p> A descriptor containes at least the informations of the name of an object. </p> - @see com::sun::star::sdbcx::XAppend; + @see com::sun::star::sdbcx::XAppend */ service Descriptor { @@ -100,6 +100,9 @@ service Descriptor /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:07:16 mi + #94968# IDL reviews merged + Revision 1.4.2.2 2002/02/18 12:57:56 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbcx/Key.idl b/offapi/com/sun/star/sdbcx/Key.idl index 35fa9eb93..68dae237c 100644 --- a/offapi/com/sun/star/sdbcx/Key.idl +++ b/offapi/com/sun/star/sdbcx/Key.idl @@ -2,9 +2,9 @@ * * $RCSfile: Key.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:17 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,14 +114,14 @@ service Key // DocMerge from xml: property com::sun::star::sdbcx::Key::UpdateRule /** is the rule which is applied for updates; only used for foreign keys. - @see com::sun::star::sdbc::KeyRule; + @see com::sun::star::sdbc::KeyRule */ [readonly, property] long UpdateRule; // DocMerge from xml: property com::sun::star::sdbcx::Key::DeleteRule /** is the rule which is applied for deletions; only used for foreign keys. - @see com::sun::star::sdbc::KeyRule; + @see com::sun::star::sdbc::KeyRule */ [readonly, property] long DeleteRule; }; @@ -132,6 +132,9 @@ service Key /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:07:17 mi + #94968# IDL reviews merged + Revision 1.5.2.2 2002/02/18 12:57:56 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbcx/KeyDescriptor.idl b/offapi/com/sun/star/sdbcx/KeyDescriptor.idl index 744abd5fa..762ec72fb 100644 --- a/offapi/com/sun/star/sdbcx/KeyDescriptor.idl +++ b/offapi/com/sun/star/sdbcx/KeyDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: KeyDescriptor.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:18 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ interface XColumnsSupplier; @see com::sun::star::sdbcx::Key */ -service Key +service KeyDescriptor { service Descriptor; @@ -92,12 +92,12 @@ service Key [property] string ReferencedTable; /** is the rule which is applied for updates; only used for foreign keys. - @see com::sun::star::sdbc::KeyRule; + @see com::sun::star::sdbc::KeyRule */ [property] long UpdateRule; /** is the rule which is applied for deletions; only used for foreign keys. - @see com::sun::star::sdbc::KeyRule; + @see com::sun::star::sdbc::KeyRule */ [property] long DeleteRule; }; diff --git a/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl b/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl index 08de98c1f..70fc3f88b 100644 --- a/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl +++ b/offapi/com/sun/star/sdbcx/XDataDescriptorFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataDescriptorFactory.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:21 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ interface XDataDescriptorFactory: com::sun::star::uno::XInterface /** returns a descriptor of a definition object. @returns the descriptor for that kind of objects - @see com::sun::star::Container */ com::sun::star::beans::XPropertySet createDataDescriptor(); }; @@ -92,6 +91,9 @@ interface XDataDescriptorFactory: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.5 2002/10/03 13:07:21 mi + #94968# IDL reviews merged + Revision 1.4.16.1 2002/02/18 10:00:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sdbcx/XRowLocate.idl b/offapi/com/sun/star/sdbcx/XRowLocate.idl index df7759e64..349887b80 100644 --- a/offapi/com/sun/star/sdbcx/XRowLocate.idl +++ b/offapi/com/sun/star/sdbcx/XRowLocate.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRowLocate.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:23 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -156,7 +156,7 @@ interface XRowLocate: com::sun::star::uno::XInterface @param second the second bookmark @returns - a value of <type scope="com::sun::star::sdbcx">CompareBookmark</Type> + a value of <type scope="com::sun::star::sdbcx">CompareBookmark</type> @throws com::sun::star::sdbc::SQLException if a database access error occurs. @@ -173,7 +173,7 @@ interface XRowLocate: com::sun::star::uno::XInterface <TRUE/> if so @throws com::sun::star::sdbc::SQLException if a database access error occurs. - @see com::sun::star::sdbc::CompareBookmark + @see com::sun::star::sdbcx::CompareBookmark */ boolean hasOrderedBookmarks() raises (com::sun::star::sdbc::SQLException); //------------------------------------------------------------------------- @@ -196,6 +196,9 @@ interface XRowLocate: com::sun::star::uno::XInterface /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.6 2002/10/03 13:07:23 mi + #94968# IDL reviews merged + Revision 1.5.2.1 2002/02/18 10:00:22 oj #97563# parameter,return value and exception description diff --git a/offapi/com/sun/star/sheet/DataPilotDescriptor.idl b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl new file mode 100644 index 000000000..d4b13d869 --- /dev/null +++ b/offapi/com/sun/star/sheet/DataPilotDescriptor.idl @@ -0,0 +1,93 @@ +/************************************************************************* + * + * $RCSfile: DataPilotDescriptor.idl,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: mi $ $Date: 2002-12-10 16:14:03 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ + +#ifndef __com_sun_star_sheet_DataPilotTableDescriptor_idl__ +#define __com_sun_star_sheet_DataPilotTableDescriptor_idl__ + +#ifndef __com_sun_star_sheet_XDataPilotDescriptor_idl__ +#include <com/sun/star/sheet/XDataPilotDescriptor.idl> +#endif + +//============================================================================= + +module com { module sun { module star { module sheet { + +//============================================================================= + +/** represents the description of the layout of a data pilot table. + + @see com::sun::star::sheet::DataPilotTable +*/ +service DataPilotDescriptor +{ + //------------------------------------------------------------------------- + + /** provides access to the layout settings of the data pilot table. + */ + interface com::sun::star::sheet::XDataPilotDescriptor; + +}; + +//============================================================================= + +}; }; }; }; + +#endif diff --git a/offapi/com/sun/star/sheet/DataPilotFields.idl b/offapi/com/sun/star/sheet/DataPilotFields.idl index 2d938cd4a..b8a8ebd74 100644 --- a/offapi/com/sun/star/sheet/DataPilotFields.idl +++ b/offapi/com/sun/star/sheet/DataPilotFields.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataPilotFields.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:45 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ module com { module sun { module star { module sheet { fields are representred by the columns of the range and are named using the first row of the range.</p> - @see com::sun::star::sheet::DataPilotTableDescriptor + @see com::sun::star::sheet::DataPilotDescriptor */ service DataPilotFields { diff --git a/offapi/com/sun/star/sheet/XDataPilotTables.idl b/offapi/com/sun/star/sheet/XDataPilotTables.idl index 1a4987702..d84293cad 100644 --- a/offapi/com/sun/star/sheet/XDataPilotTables.idl +++ b/offapi/com/sun/star/sheet/XDataPilotTables.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataPilotTables.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:17 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ interface XDataPilotTables: com::sun::star::container::XNameAccess <p>This descriptor can be used with <member>XDataPilotTables::addTable</member>.</p> - @see com::sun::star::sheet::DataPilotTableDescriptor + @see com::sun::star::sheet::DataPilotDescriptor */ com::sun::star::sheet::XDataPilotDescriptor createDataPilotDescriptor(); @@ -117,7 +117,7 @@ interface XDataPilotTables: com::sun::star::container::XNameAccess @param xDescriptor the descriptor containing the settings of the data pilot table. - @see com::sun::star::sheet::DataPilotTableDescriptor + @see com::sun::star::sheet::DataPilotDescriptor */ void insertNewByName( [in] string aName, diff --git a/offapi/com/sun/star/sheet/XNamedRange.idl b/offapi/com/sun/star/sheet/XNamedRange.idl index 2ed187ad0..10c94cb72 100644 --- a/offapi/com/sun/star/sheet/XNamedRange.idl +++ b/offapi/com/sun/star/sheet/XNamedRange.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamedRange.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:21 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ interface XNamedRange: com::sun::star::container::XNamed /** returns the type of the named range. <p>This is a combination of flags as defined in - <type>NamedRangeFlags</type>.</p> + <type>NamedRangeFlag</type>.</p> */ long getType(); @@ -131,7 +131,7 @@ interface XNamedRange: com::sun::star::container::XNamed @param nType a combination of flags that specify the type of a named range, - as defined in <type>NamedRangeFlags</type>. + as defined in <type>NamedRangeFlag</type>. */ void setType( [in] long nType ); diff --git a/offapi/com/sun/star/sheet/XNamedRanges.idl b/offapi/com/sun/star/sheet/XNamedRanges.idl index 49ae610d8..21d3080a1 100644 --- a/offapi/com/sun/star/sheet/XNamedRanges.idl +++ b/offapi/com/sun/star/sheet/XNamedRanges.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamedRanges.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:08:22 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,7 @@ interface XNamedRanges: com::sun::star::container::XNameAccess @param nType a combination of flags that specify the type of a named range, - as defined in <type>NamedRangeFlags</type>. + as defined in <type>NamedRangeFlag</type>. <p>This parameter will be zero for any common named range.</p> */ diff --git a/offapi/com/sun/star/style/CharacterStyle.idl b/offapi/com/sun/star/style/CharacterStyle.idl index 458ff2b2b..966343a85 100644 --- a/offapi/com/sun/star/style/CharacterStyle.idl +++ b/offapi/com/sun/star/style/CharacterStyle.idl @@ -2,9 +2,9 @@ * * $RCSfile: CharacterStyle.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-02-14 12:55:30 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ //============================================================================= /** specifies a stylesheet for characters within a - <type scope="com::sun::star">Text</type>. + <type scope="com::sun::star::text">Text</type>. */ service CharacterStyle { diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl index ccfef5795..ee4d000fa 100644 --- a/offapi/com/sun/star/style/ParagraphStyle.idl +++ b/offapi/com/sun/star/style/ParagraphStyle.idl @@ -2,9 +2,9 @@ * * $RCSfile: ParagraphStyle.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-02-14 12:55:30 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ //============================================================================= /** specifies a stylesheet for paragraphs within a - <type scope="com::sun::star">Text</type>. + <type scope="com::sun::star::text">Text</type>. */ service ParagraphStyle { @@ -165,6 +165,9 @@ service ParagraphStyle /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2001/02/14 12:55:30 os + CharPropHeight and CharDiffHeight + Revision 1.3 2000/11/08 12:44:12 mi moved from api diff --git a/offapi/com/sun/star/style/StyleFamilies.idl b/offapi/com/sun/star/style/StyleFamilies.idl index 6ec9ea850..6ca29a0a9 100644 --- a/offapi/com/sun/star/style/StyleFamilies.idl +++ b/offapi/com/sun/star/style/StyleFamilies.idl @@ -2,9 +2,9 @@ * * $RCSfile: StyleFamilies.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2001-10-25 15:50:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,8 +128,7 @@ service StyleFamilies /** This mandatory interface makes it possible to get access to the style families by their names. - <p>The elements within this collection are <type>StyleFamily</type> - instances accessed by <type>XStyleFamily</type>. + <p>The elements within this collection are <type>StyleFamily</type> instances. */ interface com::sun::star::container::XNameAccess; @@ -138,8 +137,7 @@ service StyleFamilies /** This optional interface makes it possible to get access to the style families by index. - <p>The elements within this collection are <type>StyleFamily</type> - instances accessed by <type>XStyleFamily</type>. + <p>The elements within this collection are <type>StyleFamily</type> instances. */ [optional] interface com::sun::star::container::XIndexAccess; @@ -152,6 +150,9 @@ service StyleFamilies /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/10/25 15:50:46 mi + proofreading and corrections from Richard Holt + Revision 1.4 2001/01/23 10:08:40 mi optional interfaces now marked as [optional] instead of just a prosa description of this fact diff --git a/offapi/com/sun/star/style/XStyleLoader.idl b/offapi/com/sun/star/style/XStyleLoader.idl index cd1fe9195..a163bf33c 100644 --- a/offapi/com/sun/star/style/XStyleLoader.idl +++ b/offapi/com/sun/star/style/XStyleLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStyleLoader.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2001-10-25 15:50:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,7 @@ interface XStyleLoader: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** @returns - a sequence of the supported properties as declared in <type>loadStylesFromURL</type> + a sequence of the supported properties as declared in <member>XStyleLoader::loadStylesFromURL</member> with their current values. */ sequence<com::sun::star::beans::PropertyValue> getStyleLoaderOptions(); @@ -128,6 +128,9 @@ interface XStyleLoader: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2001/10/25 15:50:46 mi + proofreading and corrections from Richard Holt + Revision 1.6 2001/03/16 16:41:43 jsc remove interfaceheader with uik and remove [const] in method definitions diff --git a/offapi/com/sun/star/task/JobExecutor.idl b/offapi/com/sun/star/task/JobExecutor.idl index 9b51c9477..95cac4240 100644 --- a/offapi/com/sun/star/task/JobExecutor.idl +++ b/offapi/com/sun/star/task/JobExecutor.idl @@ -2,9 +2,9 @@ * * $RCSfile: JobExecutor.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:09:52 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module task { own configuration and there lifetime. Such events are simple strings wich meaning doesn't matter for any real service implementation of this specification. But triggered events must be available inside the - configuration and some <type>Job</type>s must be registered for that. + configuration and some <type>XJob</type>s must be registered for that. It's possible to start it synchronously (<type>XJob</type>) or asynchronously (<type>XAsyncJob</type>). But in general it's forbidden to use any UI inside synchronous one. That can be the source of many trouble and will be forbidden. diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl index b7d9f6bce..11bd9a180 100644 --- a/offapi/com/sun/star/text/BaseIndex.idl +++ b/offapi/com/sun/star/text/BaseIndex.idl @@ -2,9 +2,9 @@ * * $RCSfile: BaseIndex.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mtg $ $Date: 2001-11-20 14:36:47 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,7 @@ /** specifies the basic service of different indexes within a document.@see com::sun::star::text::DocumentIndex @see com::sun::star::text::ContentIndex @see com::sun::star::text::UserDefinedIndex - @see com::sun::star::text::IllustrationsIndex + @see com::sun::star::text::IllustrationIndex @see com::sun::star::text::TableIndex @see com::sun::star::text::ObjectIndex */ diff --git a/offapi/com/sun/star/text/ControlCharacter.idl b/offapi/com/sun/star/text/ControlCharacter.idl index cf9d806bb..caa4f9f29 100644 --- a/offapi/com/sun/star/text/ControlCharacter.idl +++ b/offapi/com/sun/star/text/ControlCharacter.idl @@ -2,9 +2,9 @@ * * $RCSfile: ControlCharacter.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2002-12-09 13:04:05 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ // DocMerge from idl: constants com::sun::star::text::ControlCharacter /** These constants are the codes for inserting control characters - using the <type>XControlCharacterInsertable</type> interface. + using <method>XSimpleText::insertControlCharacter</method> interface. */ constants ControlCharacter { diff --git a/offapi/com/sun/star/text/NumberingStyle.idl b/offapi/com/sun/star/text/NumberingStyle.idl index 2dc48408a..78e54ce0b 100644 --- a/offapi/com/sun/star/text/NumberingStyle.idl +++ b/offapi/com/sun/star/text/NumberingStyle.idl @@ -2,9 +2,9 @@ * * $RCSfile: NumberingStyle.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ module com { module sun { module star { module text { //============================================================================= /** specifies a stylesheet numberings within a - <type scope="com::sun::star">Text</type>. + <type scope="com::sun::star::text">Text</type>. */ service NumberingStyle { diff --git a/offapi/com/sun/star/text/Shape.idl b/offapi/com/sun/star/text/Shape.idl index 044b7dc5f..323b478ff 100644 --- a/offapi/com/sun/star/text/Shape.idl +++ b/offapi/com/sun/star/text/Shape.idl @@ -2,9 +2,9 @@ * * $RCSfile: Shape.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:04 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -199,8 +199,8 @@ service Shape /** contains a text range where the shape should be anchored to. <p>There are two different ways to get newly created shapes into the text document. One of them is to use the insertTextContent() method of - the <type scope=com::sun::star::text>XSimpleText</type>. The other is to call the add() - method of the <type scope=com::sun::star::drawing>XShapes</type> interface. + the <type scope="com::sun::star::text">XSimpleText</type>. The other is to call the add() + method of the <type scope="com::sun::star::drawing">XShapes</type> interface. To be able to determine an anchor position for shape that are anchored at a certain text position the property TextRange is used.</p> */ diff --git a/offapi/com/sun/star/text/TextFields.idl b/offapi/com/sun/star/text/TextFields.idl index 116b4b7ad..82ba6f031 100644 --- a/offapi/com/sun/star/text/TextFields.idl +++ b/offapi/com/sun/star/text/TextFields.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextFields.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mtg $ $Date: 2001-10-05 14:37:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ service TextFields /** This interface makes it possible to create an enumeration through all text fields in this container. - <p>All elements are of type <type>XTextField)</type>. + <p>All elements are of type <type>XTextField</type>. */ interface com::sun::star::container::XEnumerationAccess; diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl index fce53520e..cc436860d 100644 --- a/offapi/com/sun/star/text/TextSection.idl +++ b/offapi/com/sun/star/text/TextSection.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextSection.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mtg $ $Date: 2001-11-20 13:28:52 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,7 +146,7 @@ service TextSection specified in <member>TextSection::FileLink</member>. <p>The source may be a text section or a bookmark. - If <member>Textsection::FileLink</member> is empty, then the + If <member>TextSection::FileLink</member> is empty, then the current document is searched for the source. If this property is empty and <member>TextSection::FileLink</member> is set, then the complete document content is linked into this section.</p> diff --git a/offapi/com/sun/star/text/XDocumentIndex.idl b/offapi/com/sun/star/text/XDocumentIndex.idl index 0072a8aba..d80008ce2 100644 --- a/offapi/com/sun/star/text/XDocumentIndex.idl +++ b/offapi/com/sun/star/text/XDocumentIndex.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDocumentIndex.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 11:53:19 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ <p>Use <type>com::sun::star::util::XRefreshable</type> and - <type>com::sun::star::lang::XServiceInfo</type> instead, if available. + <type scope="com::sun::star::lang>XServiceInfo</type> instead, if available. </p> @@ -87,8 +87,9 @@ - @deprecated@see com::sun::star::util::XRefreshable - @see com::sun::star::lang::XServiceInfo + @deprecated + @see com::sun::star::util::XRefreshable + @see com::sun::star::lang::XServiceInfo */ interface XDocumentIndex: com::sun::star::text::XTextContent { diff --git a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl index 32bf9676c..d89e1656b 100644 --- a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl +++ b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEndnotesSettingsSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:45 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface // DocMerge from idl: method com::sun::star::text::XEndnotesSettingsSupplier::getEndnotesSettings /** @returns - <type>EndnoteSettings</type> of the object. + <type>EndnoteSettings</type> of the object. */ com::sun::star::beans::XPropertySet getEndnotesSettings(); @@ -99,6 +99,9 @@ interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2001/03/16 16:41:45 jsc + remove interfaceheader with uik and remove [const] in method definitions + Revision 1.3 2000/11/08 12:44:27 mi moved from api diff --git a/offapi/com/sun/star/text/XLineNumberingProperties.idl b/offapi/com/sun/star/text/XLineNumberingProperties.idl index af73c2a0e..e5b73e046 100644 --- a/offapi/com/sun/star/text/XLineNumberingProperties.idl +++ b/offapi/com/sun/star/text/XLineNumberingProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLineNumberingProperties.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,8 @@ interface XLineNumberingProperties: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** @return the <type>LineNumberingsProperties</type> of the object. + /** @return + the <type>LineNumberingProperties</type> of the object. */ com::sun::star::beans::XPropertySet getLineNumberingProperties(); }; diff --git a/offapi/com/sun/star/text/XLineNumberingSupplier.idl b/offapi/com/sun/star/text/XLineNumberingSupplier.idl index 8d4d150e5..674773748 100644 --- a/offapi/com/sun/star/text/XLineNumberingSupplier.idl +++ b/offapi/com/sun/star/text/XLineNumberingSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLineNumberingSupplier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:57:22 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,18 +78,6 @@ // DocMerge from xml: interface com::sun::star::text::XLineNumberingSupplier /** contains the settings of the line numbering in a text document. - - - - - - - - - - - - @deprecated */ interface XLineNumberingSupplier: com::sun::star::uno::XInterface @@ -97,7 +85,7 @@ interface XLineNumberingSupplier: com::sun::star::uno::XInterface //------------------------------------------------------------------------- // DocMerge from idl: method com::sun::star::text::XLineNumberingSupplier::getLineNumberingRules - /** @return the <type>LineNumberingsSettings</type> of the object. + /** @return the <type>LineNumberingSettings</type> of the object. */ sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules(); diff --git a/offapi/com/sun/star/text/XPagePrintable.idl b/offapi/com/sun/star/text/XPagePrintable.idl index ca79d15db..31711eba6 100644 --- a/offapi/com/sun/star/text/XPagePrintable.idl +++ b/offapi/com/sun/star/text/XPagePrintable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPagePrintable.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:53:32 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -116,7 +116,9 @@ interface XPagePrintable: com::sun::star::uno::XInterface //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::text::XPagePrintable::printPages - /** prints the pages according to the <type scope="com::sun::star::view">PagePrintSettings</type>.@see com::sun::star::view::PrintOptions + /** prints the pages according to the <typ>PagePrintSettings</type>. + + @see com::sun::star::view::PrintOptions */ void printPages( [in] sequence<com::sun::star::beans::PropertyValue> xOptions ) raises( com::sun::star::lang::IllegalArgumentException ); diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl index 25a31b7fa..1fdb8ae8b 100644 --- a/offapi/com/sun/star/text/XSimpleText.idl +++ b/offapi/com/sun/star/text/XSimpleText.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSimpleText.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:42:44 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,7 +111,7 @@ interface XSimpleText: com::sun::star::text::XTextRange // DocMerge from idl: method com::sun::star::text::XSimpleText::createTextCursorByRange /** @returns a new instance of a <type>TextCursor</type> which is located - at the specified <type>TextPosition</type> to travel in the + at the specified <type>TextRange</type> to travel in the given text context. <p>The initial position is set to <var>aTextPosition</var>. diff --git a/offapi/com/sun/star/text/XTextDocument.idl b/offapi/com/sun/star/text/XTextDocument.idl index 9bd8b2f8f..32b3548c7 100644 --- a/offapi/com/sun/star/text/XTextDocument.idl +++ b/offapi/com/sun/star/text/XTextDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextDocument.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:37:46 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ interface XTextDocument: com::sun::star::frame::XModel <p>This text does not contain texts in <type>TextFrame</type>s, or cells of <type>TextTable</type>s etc. directly. These are - accessible from the contents via <type>X...Supplier</type> + accessible from the contents via <code>X...Supplier</code> (e.g. <type>XTextTablesSupplier</type>). */ com::sun::star::text::XText getText(); diff --git a/offapi/com/sun/star/text/XTextShapesSupplier.idl b/offapi/com/sun/star/text/XTextShapesSupplier.idl index 0584faf89..73808d4f8 100644 --- a/offapi/com/sun/star/text/XTextShapesSupplier.idl +++ b/offapi/com/sun/star/text/XTextShapesSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextShapesSupplier.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:21:34 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,14 +77,16 @@ //============================================================================= // DocMerge from xml: interface com::sun::star::text::XTextShapesSupplier -/** provides the collection of <type>TextShape</type>s. +/** provides the collection of <type scope="com::sun::star::drawing">TextShape</type>s. */ interface XTextShapesSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- // DocMerge from xml: method com::sun::star::text::XTextShapesSupplier::getShapes - /** returns the collection of shapes.@see com::sun::star::drawing::DrawPage + /** returns the collection of shapes. + + @see com::sun::star::drawing::DrawPage */ com::sun::star::container::XIndexAccess getShapes(); diff --git a/offapi/com/sun/star/text/XTextTable.idl b/offapi/com/sun/star/text/XTextTable.idl index 3fd059207..656ffdde1 100644 --- a/offapi/com/sun/star/text/XTextTable.idl +++ b/offapi/com/sun/star/text/XTextTable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextTable.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2002-12-09 10:20:30 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,7 @@ interface XTextTable: com::sun::star::text::XTextContent // DocMerge from idl: method com::sun::star::text::XTextTable::getCellByName /** @returns - the <type>XCell</type> interface of the cell with the specified name. + the <type scope="com::sun::star::table">XCell</type> interface of the cell with the specified name. @param aCellName is a concatenation of the alphanumeric column name and the diff --git a/offapi/com/sun/star/text/textfield/JumpEdit.idl b/offapi/com/sun/star/text/textfield/JumpEdit.idl index 151545490..e75d30a58 100644 --- a/offapi/com/sun/star/text/textfield/JumpEdit.idl +++ b/offapi/com/sun/star/text/textfield/JumpEdit.idl @@ -2,9 +2,9 @@ * * $RCSfile: JumpEdit.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2002-01-09 08:19:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ service JumpEdit */ [property]string PlaceHolder; /** determins the type of the place holder as described in - <type scope="com::sun::star::text">PlaceHolderType</type>. + <type scope="com::sun::star::text">PlaceholderType</type>. */ [property]short PlaceHolderType; diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 2457b3615..956edd2c6 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.19 $ + * $Revision: 1.20 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:20 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -236,7 +236,7 @@ service Content ----------------------------------------------------------------------- // For folder objects, this command will return an implementation - // of service <type>DynamicContentResultSet</type>. + // of service <type>DynamicResultSet</type>. // // The <type>OpenCommandArgument2</type> members must be filled as follows: // @@ -350,7 +350,7 @@ service Content // This command searches for subcontents of a content matching the // given search criteria. The command will return an implemenation - // of service <type>DynamicContentResultSet</type>. + // of service <type>DynamicResultSet</type>. <type>XDynamicResultSet</type> <B>search</B> <type>SearchCommandArgument</type> aSearchCommandArg diff --git a/offapi/com/sun/star/ucb/ContentResultSet.idl b/offapi/com/sun/star/ucb/ContentResultSet.idl index ff30fc6af..e654c45c1 100644 --- a/offapi/com/sun/star/ucb/ContentResultSet.idl +++ b/offapi/com/sun/star/ucb/ContentResultSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: ContentResultSet.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kso $ $Date: 2001-02-08 14:05:20 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -184,7 +184,7 @@ service ContentResultSet data for the new position were retrieved.</td></tr> <tr><td><member>CursorTravelMode::NONBLOCKING</member></td> <td>The implementation will throw a - <type>CursorWouldBlockException</type>, if the data for the new + <code>CursorWouldBlockException</code>, if the data for the new position are not retrieved yet.</td></tr> </table> diff --git a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl index f413abee7..4546b27d0 100644 --- a/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl +++ b/offapi/com/sun/star/ucb/DuplicateCommandIdentifierException.idl @@ -2,9 +2,9 @@ * * $RCSfile: DuplicateCommandIdentifierException.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:20 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,7 @@ module com { module sun { module star { module ucb { the same command identifier was used for two threads. <p>Each thread must use it's own command identifier, which must be obtained - using <member>XcommandProcessor::createCommandIdentifier</member>. Command + using <method>XCommandProcessor::createCommandIdentifier</method>. Command identifier <code>0</code>, which indicates that the command shall never be aborted by a client, can be used by any thread. diff --git a/offapi/com/sun/star/ucb/ListActionType.idl b/offapi/com/sun/star/ucb/ListActionType.idl index 42efcd53e..880edb292 100644 --- a/offapi/com/sun/star/ucb/ListActionType.idl +++ b/offapi/com/sun/star/ucb/ListActionType.idl @@ -2,9 +2,9 @@ * * $RCSfile: ListActionType.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:24 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,7 +163,7 @@ constants ListActionType //------------------------------------------------------------------------- /** The properties of one or more rows have changed. - <p>This action is related to a <type>PropertyChangeEvent</type>. + <p>This action is related to a <type scope="com::sun::star::beans">PropertyChangeEvent</type>. <p>The members <member>ListAction::Count</member> and <member>ListAction::Position</member> contain the position and count of the diff --git a/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl b/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl index afb692a7e..bb1c05882 100644 --- a/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl +++ b/offapi/com/sun/star/ucb/RemoteContentProviderChangeAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: RemoteContentProviderChangeAction.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: sb $ $Date: 2001-03-20 13:33:34 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ module com { module sun { module star { module ucb { //============================================================================ /** An indication used in a - <type scope="com::sun::star::ucb">RemoteContentProviderEvent</type> to + <type scope="com::sun::star::ucb">RemoteContentProviderChangeEvent</type> to specify whether a remote content provider has been added to or removed from an <type scope="com::sun::star::ucb">XRemoteContentProviderSupplier</type>. diff --git a/offapi/com/sun/star/ucb/Rule.idl b/offapi/com/sun/star/ucb/Rule.idl index b842298a5..ef6c2a983 100644 --- a/offapi/com/sun/star/ucb/Rule.idl +++ b/offapi/com/sun/star/ucb/Rule.idl @@ -2,9 +2,9 @@ * * $RCSfile: Rule.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: abi $ $Date: 2002-11-05 10:18:11 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module ucb { //============================================================================= /** describes a rule that can be applies to a number of objects. - <p>A rule consists of a sequence of <type>RuleTerm></type>s describing the + <p>A rule consists of a sequence of <type>RuleTerm</type>s describing the objects to which the rule should be applied, the <type>RuleAction</type> which should be used on the matching objects, and a parameter. */ diff --git a/offapi/com/sun/star/ucb/XDynamicResultSet.idl b/offapi/com/sun/star/ucb/XDynamicResultSet.idl index 9d0dab3df..9a2cc983c 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.11 $ + * $Revision: 1.12 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:28 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,7 +165,7 @@ interface XDynamicResultSet: com::sun::star::lang::XComponent @trows ListenerAlreadySetException if someone already has registered as listener via <member>XDynamicResultSet::setListener</member> or if someone has - established a connection to a <type>CashedDynamicresultSet</type> + established a connection to a <type>CachedDynamicResultSet</type> via <member>XDynamicResultSet::connectToCache</member>. */ com::sun::star::sdbc::XResultSet getStaticResultSet() diff --git a/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl b/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl index 83a0e5a75..f52d1299b 100644 --- a/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl +++ b/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFetchProviderForContentAccess.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:48 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ interface XFetchProviderForContentAccess: com::sun::star::uno::XInterface , [in] boolean bDirection ); //------------------------------------------------------------------------- - /** returns the <type>XContentIdentfier</type>s of the columns of the + /** returns the <type>XContentIdentifier</type>s of the columns of the indicated rows @returns diff --git a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl index a8c98b997..8ee5f6b53 100644 --- a/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl +++ b/offapi/com/sun/star/ucb/XParameterizedContentProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: XParameterizedContentProvider.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:29 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,7 @@ interface XParameterizedContentProvider: com::sun::star::uno::XInterface arguments. @param Template A URL template. If the input is malformed or too - complex, an <type>IllegalArgumentException</type> may be raised. + complex, an <type scope="com::sun::star::lang">IllegalArgumentException</type> may be raised. @param Arguments Any supplementary arguments required by this <type>XContentProvider</type>, represented as a single string. If the diff --git a/offapi/com/sun/star/ui/dialogs/ControlActions.idl b/offapi/com/sun/star/ui/dialogs/ControlActions.idl index e964112af..6928a9fc0 100644 --- a/offapi/com/sun/star/ui/dialogs/ControlActions.idl +++ b/offapi/com/sun/star/ui/dialogs/ControlActions.idl @@ -2,9 +2,9 @@ * * $RCSfile: ControlActions.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:40 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:44 $ * * 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 ui { module dialogs { @see com::sun::star::ui::dialogs::XFilePickerControlAccess @see com::sun::star::ui::dialogs::CommonFilePickerElementIds - @see com::sun::star::ui::dialogs::ExetendedFilePickerElementIds + @see com::sun::star::ui::dialogs::ExtendedFilePickerElementIds */ constants ControlActions diff --git a/offapi/com/sun/star/util/AliasProgrammaticPair.idl b/offapi/com/sun/star/util/AliasProgrammaticPair.idl index 2f99326f0..80d2a93c3 100644 --- a/offapi/com/sun/star/util/AliasProgrammaticPair.idl +++ b/offapi/com/sun/star/util/AliasProgrammaticPair.idl @@ -2,9 +2,9 @@ * * $RCSfile: AliasProgrammaticPair.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:47 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,9 +67,7 @@ module com { module sun { module star { module util { //============================================================================= /** represents an entry from a component which implements the - <type>LocalizedAliases</type>. - - @see com::sun::star::util::XLocalizedAliases + <type>XLocalizedAliases</type>. */ struct AliasProgrammaticPair { diff --git a/offapi/com/sun/star/util/AtomDescription.idl b/offapi/com/sun/star/util/AtomDescription.idl index 6efe547dc..0aa53d0d2 100644 --- a/offapi/com/sun/star/util/AtomDescription.idl +++ b/offapi/com/sun/star/util/AtomDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: AtomDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:47 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ module util /** contains a string and the corresponding registered atom . - @see com::sun:star::util::XAtomServer + @see com::sun::star::util::XAtomServer */ struct AtomDescription { diff --git a/offapi/com/sun/star/util/DataEditorEvent.idl b/offapi/com/sun/star/util/DataEditorEvent.idl index 27d92c22b..1ed5444bb 100644 --- a/offapi/com/sun/star/util/DataEditorEvent.idl +++ b/offapi/com/sun/star/util/DataEditorEvent.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataEditorEvent.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:48 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -73,7 +73,7 @@ module com { module sun { module star { module util { -/** specifies an event broadcasted by an <type>XEventEditor</type>. +/** specifies an event broadcasted by an <type>XDataEditor</type>. */ struct DataEditorEvent: com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl index 166eedd68..293f72385 100644 --- a/offapi/com/sun/star/util/XCloseListener.idl +++ b/offapi/com/sun/star/util/XCloseListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCloseListener.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: as $ $Date: 2002-04-05 06:54:27 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,8 +92,8 @@ </p> <p> - If an event <member scope="com::sun::star::lang">XEventListener::disposing()</member> - occured, nobody called <member>XClosable::close()</member> on listened object before. + If an event <method scope="com::sun::star::lang">XEventListener::disposing</method> + occured, nobody called <method>XCloseable::close</method> on listened object before. Then it's not allowed to break this request - it must be accepted! </p> @@ -108,14 +108,14 @@ interface XCloseListener: com::sun::star::lang::XEventListener <p> Is called before <member>XCloseListener::notifyClosing()</member>. Listener has the chance to break that by throwing a <type>CloseVetoException</type>. - This exception must be passed to the original caller of <member>XClosable::close()</member> + This exception must be passed to the original caller of <member>XCloseable::close()</member> without any interaction. </p> <p> The parameter <var>GetsOwnership</var> regulate who has to try to close the listened object again, if this listener disagree with the request by throwing the exception. - If it's set to <FALSE/> the original caller of <member>XClosable::close()</member> + If it's set to <FALSE/> the original caller of <member>XCloseable::close()</member> will be the owner in every case. It's not allowed to call close() from this listener then. If it's set to <TRUE/> this listener will be the new owner if he throw the exception, otherwise not! If his still running processes will be finished he must call close() on @@ -156,7 +156,7 @@ interface XCloseListener: com::sun::star::lang::XEventListener </p> <p> - If the event <member>XEventListener::disposing()</member> occured before + If the event <member scope="com::sun::star::lang">XEventListener::disposing()</member> occured before it must be accepted too. There exist no chance for a disagreement any more. </p> diff --git a/offapi/com/sun/star/util/XNumberFormatter.idl b/offapi/com/sun/star/util/XNumberFormatter.idl index f7f40bdc8..23ca2cd3b 100644 --- a/offapi/com/sun/star/util/XNumberFormatter.idl +++ b/offapi/com/sun/star/util/XNumberFormatter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNumberFormatter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:58 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,7 +102,7 @@ interface XNumberFormatter: com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** @returns - the attached <type>NumberFormatsSupplier</type>. + the attached <type>XNumberFormatsSupplier</type>. */ com::sun::star::util::XNumberFormatsSupplier getNumberFormatsSupplier(); diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl index 8285d9d4d..609565a5a 100644 --- a/offapi/com/sun/star/util/XSearchable.idl +++ b/offapi/com/sun/star/util/XSearchable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSearchable.idl,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:59 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,7 +131,7 @@ interface XSearchable: com::sun::star::uno::XInterface /** searches the contained texts for the next occurrence of whatever is specified. @returns - the position within the component, e.g. a <type scope="com::sun::star::text>XTextRange</type> + the position within the component, e.g. a <type scope="com::sun::star::text">XTextRange</type> which determines the found elements. @see SearchDescriptor diff --git a/offapi/com/sun/star/view/DocumentZoomType.idl b/offapi/com/sun/star/view/DocumentZoomType.idl index c91079836..28d9a9cf3 100644 --- a/offapi/com/sun/star/view/DocumentZoomType.idl +++ b/offapi/com/sun/star/view/DocumentZoomType.idl @@ -2,9 +2,9 @@ * * $RCSfile: DocumentZoomType.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:10 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ constants DocumentZoomType //------------------------------------------------------------------------- /** The zoom is relative and is to be set via the property - <member>ViewSettigns::ZoomValue</member>. + <member>ViewSettings::ZoomValue</member>. */ const short BY_VALUE = 3; //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/view/PrinterDescriptor.idl b/offapi/com/sun/star/view/PrinterDescriptor.idl index 7758eb3a3..d861e145c 100644 --- a/offapi/com/sun/star/view/PrinterDescriptor.idl +++ b/offapi/com/sun/star/view/PrinterDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: PrinterDescriptor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:11 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module view { /** describes a printer by specifying the queue name and some settings. - <p>This service may be represented by a <type dim="[]">PropertyValue</type>. + <p>This service may be represented by a <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>. @see com::sun::star::beans::PropertyValue */ diff --git a/offapi/com/sun/star/view/XLineCursor.idl b/offapi/com/sun/star/view/XLineCursor.idl index 7928b0ad8..61633de00 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:12 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,9 +74,9 @@ module com { module sun { module star { module view { /** makes it possible to move a cursor by lines within laid out text. - @see com::sun::star::sheet::CellCursor + @see com::sun::star::table::CellCursor @see com::sun::star::text::TextCursor - @see com::sun::star::view::ViewCursor + @see com::sun::star::text::XTextViewCursor */ interface XLineCursor: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/view/XViewCursor.idl b/offapi/com/sun/star/view/XViewCursor.idl index dd84a60de..2ba0d28e0 100644 --- a/offapi/com/sun/star/view/XViewCursor.idl +++ b/offapi/com/sun/star/view/XViewCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XViewCursor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:11:13 $ + * last change: $Author: mi $ $Date: 2002-12-10 16:14:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,9 +74,9 @@ module com { module sun { module star { module view { /** makes it possible to move a cursor up/down/left/right within laid out text. - @see com::sun::star::sheet::CellCursor + @see com::sun::star::table::CellCursor @see com::sun::star::text::TextCursor - @see com::sun::star::view::LineCursor + @see com::sun::star::view::XLineCursor */ interface XViewCursor: com::sun::star::uno::XInterface { |