diff options
42 files changed, 267 insertions, 374 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl index 8ac558313..3798dab84 100644 --- a/offapi/com/sun/star/awt/UnoControlEditModel.idl +++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: UnoControlEditModel.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:10 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:07:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,14 +131,6 @@ service UnoControlEditModel // DocMerge from xml: property com::sun::star::awt::UnoControlEditModel::EchoChar /** specifies the echo character for a password edit field. - - - - - - - - @optional */ [optional, property] short EchoChar; @@ -240,6 +232,9 @@ service UnoControlEditModel /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:10 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:34:50 hjs initial import diff --git a/offapi/com/sun/star/chart/BarDiagram.idl b/offapi/com/sun/star/chart/BarDiagram.idl index 01bfc474e..250484c04 100644 --- a/offapi/com/sun/star/chart/BarDiagram.idl +++ b/offapi/com/sun/star/chart/BarDiagram.idl @@ -2,9 +2,9 @@ * * $RCSfile: BarDiagram.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,16 +137,7 @@ service BarDiagram as a deep chart with a z-axis (real 3D chart) or as a 2-dimensional xy chart with 3 dimensional graphics. - - - - - - - - @optional - a */ [optional, property] boolean Deep; @@ -156,15 +147,7 @@ service BarDiagram /** determines if there are connecting lines between stacked bar charts. Currently, vertical bar charts do not support this property. - - - - - - - - - + @optional */ [optional, property] boolean StackedBarsConnected; @@ -175,22 +158,10 @@ service BarDiagram /** determines how many data rows are displayed as lines rather than bars. - If this property differs from zero the last + <p>If this property differs from zero the last <member>BarDiagram::NumberOfLines</member> data rows are shown as lines. It is - currently supported by two dimensional vertical bar charts only. - - - - - - - - - - - - - + currently supported by two dimensional vertical bar charts only. </p> + @deprecated */ [property] long NumberOfLines; @@ -203,6 +174,9 @@ service BarDiagram /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:00 hjs initial import diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index 30640ce0d..e547c41d0 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartDataPointProperties.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: bm $ $Date: 2000-11-20 14:48:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,8 @@ service ChartDataPointProperties // DocMerge from xml: property com::sun::star::chart::ChartDataPointProperties::SymbolType /** specifies the type of symbol. - @optional@see ChartSymbolType + @optional + @see ChartSymbolType */ [optional, property] long SymbolType; @@ -145,7 +146,8 @@ service ChartDataPointProperties /** specifies the type of symbol. - @optional@see ChartSymbolType + @optional + @see ChartSymbolType */ [optional, property] string SymbolBitmapURL; }; @@ -157,6 +159,9 @@ service ChartDataPointProperties /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/11/20 14:48:39 bm + SymbolBitmapURL is a string not an XBitmap + Revision 1.4 2000/11/20 14:47:20 bm +property SymbolBitmapURL for SunSigma diff --git a/offapi/com/sun/star/chart/LineDiagram.idl b/offapi/com/sun/star/chart/LineDiagram.idl index 7498a2be4..082544404 100644 --- a/offapi/com/sun/star/chart/LineDiagram.idl +++ b/offapi/com/sun/star/chart/LineDiagram.idl @@ -2,9 +2,9 @@ * * $RCSfile: LineDiagram.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: bm $ $Date: 2000-11-21 12:39:48 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -154,7 +154,8 @@ service LineDiagram /** specifies the type of symbol. - @optional@see ChartSymbolType + @optional + @see ChartSymbolType */ [optional, property] string SymbolBitmapURL; @@ -164,8 +165,6 @@ service LineDiagram /** determines if the chart type has lines connecting the data points or contains just symbols. - - <p>It may only be used for line- and xy-charts.</p> */ [property] boolean Lines; @@ -188,6 +187,9 @@ service LineDiagram /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/21 12:39:48 bm + #80507# + property SymbolBitmapURL + Revision 1.3 2000/11/08 12:42:35 mi moved from api diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl index 4340ec08d..6f70a164d 100644 --- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationAccess.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:03:24 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,7 +166,7 @@ service ConfigurationAccess <p><i>Renaming a node is not supported.</i> <p>This interface is optional on a root node directly obtained from a <type>ConfigurationProvider</type>.. */ - interface com::sun::star::container::XNamed; + [optional] interface com::sun::star::container::XNamed; /** provides the complete hierarchical name of this node within the configuration tree. */ @@ -200,7 +200,7 @@ service ConfigurationAccess be supported on a read-only Configuration access. <p><i>This interface is optional in this service</i> */ - interface com::sun::star::beans::XPropertySet; + [optional] interface com::sun::star::beans::XPropertySet; /** provides access to the descendants of this node as properties. This interface allows accessing multiple values at once. @@ -209,14 +209,14 @@ service ConfigurationAccess be supported on a read-only Configuration access. <p><i>This interface is optional in this service</i> */ - interface com::sun::star::beans::XMultiPropertySet; + [optional] interface com::sun::star::beans::XMultiPropertySet; /** provides access to state of descendants of this node. This interface allows accessing default values and determining whether a default is active for a value. Setting property values is not supported by a read-only Configuration access. <p><i>This interface is optional in this service</i> */ - interface com::sun::star::beans::XPropertyState; + [optional] interface com::sun::star::beans::XPropertyState; /** provides access to the descendants of this node as properties. @@ -224,7 +224,7 @@ service ConfigurationAccess Setting property values is not supported by a read-only Configuration access. <p><i>This interface is optional in this service</i> */ - interface com::sun::star::beans::XPropertyAccess; + [optional] interface com::sun::star::beans::XPropertyAccess; }; diff --git a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl index 83edce5fb..bbd068051 100644 --- a/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationUpdateAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: ConfigurationUpdateAccess.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,7 +107,7 @@ service ConfigurationUpdateAccess Otherwise <member>XChild::getParent()</member> can be used to navigate to the root of the update to commit any changes. */ - interface com::sun::star::util::XChangesBatch; + [optional] interface com::sun::star::util::XChangesBatch; }; //============================================================================= diff --git a/offapi/com/sun/star/document/DocumentInfo.idl b/offapi/com/sun/star/document/DocumentInfo.idl index 30fd6c229..d29120477 100644 --- a/offapi/com/sun/star/document/DocumentInfo.idl +++ b/offapi/com/sun/star/document/DocumentInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: DocumentInfo.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:05 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,38 +88,26 @@ //============================================================================= -// DocMerge: from xml - // DocMerge from xml: service com::sun::star::document::DocumentInfo /** This service provides document-specific information like the author, creation date and user fields.@see StandaloneDocumentInfo */ service DocumentInfo { - // DocMerge: empty anyway - // DocMerge: empty anyway interface com::sun::star::document::XDocumentInfo; - // DocMerge: empty anyway - // DocMerge: empty anyway interface com::sun::star::lang::XComponent; - // DocMerge: empty anyway - // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; - // DocMerge: empty anyway - // DocMerge: empty anyway interface com::sun::star::beans::XFastPropertySet; //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Author /** contains the intial author of the document. */ @@ -127,8 +115,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::BlindCopiesTo /** contains the recipients who have received or will receive a blind copy by email. @@ -145,8 +131,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::CopyTo /** contains the recipients who have received or will receive a copy by email. @@ -162,8 +146,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::CreationDate /** contains the date and time of the first time the document was stored. @@ -172,21 +154,15 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Description /** contains a multi-line comment of the document. - - <p>Line delimiters can be UNIX, Macintosh or DOS style.</p> */ [property] string Description; //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::InReplyTo /** contains the message ID to which this is an answer. */ @@ -194,8 +170,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Keywords /** contains a comma separated by a list of keywords for the document. @@ -204,13 +178,9 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::MIMEType /** contains the MIME-type of the document's resource. - - <p>The MIME-type is neither stored in the document information nor in the document; it is sent within a protocol header or is detected, thus it cannot be changed.</p> @@ -219,8 +189,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::ModifyDate /** contains the date and time of the last time the document was stored. @@ -229,8 +197,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::ModifiedBy /** contains the name of the editor who was the last person to store this document. @@ -239,48 +205,34 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Newsgroups /** contains the list of newsgroups where this document was or will be posted. - - <p>If there is more than one entry, the list is separated by a comma.</p> */ [property] string Newsgroups; //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Original /** contains the source of the document. - - <p>E.g. the message ID for a locally stored message.</p> */ [property] string Original; //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Priority /** contains the priority of the document. - - <p>The value can be between 0 (very high) and 4 (very low).</p> */ [property] short Priority; //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Recipient /** contains the recipient of the document. */ @@ -288,8 +240,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::References /** contains a list of referred message IDs. */ @@ -297,8 +247,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::ReplyTo /** contains the mailto:-URL for where to send an answer. */ @@ -306,8 +254,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Theme /** contains a theme describing the topic of the document. */ @@ -315,8 +261,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Title /** contains the title of the document. */ @@ -324,8 +268,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::Template /** contains the path and name of the template from which the document was created. @@ -339,8 +281,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::TemplateDate /** contains the date and time of when the document was created or updated from the template. @@ -349,8 +289,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::IsEncrypted /** determines if the document is encrypted with a password. @@ -368,8 +306,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::PrintDate /** contains the date and time of when the document was last printed. @@ -378,8 +314,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::PrintedBy /** contains the name of the editor who was the last person to print the document. @@ -388,8 +322,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::AutoloadEnabled /** determines if another (or the same) URL is to be reloaded automatically after a specified time after the document @@ -399,8 +331,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::AutoloadURL /** contains the URL to load automatically after a specified time after the document is loaded into a desktop frame. @@ -409,8 +339,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::AutoloadSecs /** contains the number of seconds after which a specified URL is to be loaded after the document is loaded into a desktop @@ -420,8 +348,6 @@ service DocumentInfo //------------------------------------------------------------------------- - // DocMerge: from xml - // DocMerge from xml: property com::sun::star::document::DocumentInfo::DefaultTarget /** contains the name of the default frame into which links should be loaded if no target is specified. @@ -441,6 +367,9 @@ service DocumentInfo /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:05 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:42:40 mi moved from api diff --git a/offapi/com/sun/star/document/OfficeDocument.idl b/offapi/com/sun/star/document/OfficeDocument.idl index 5edc311d3..8e2cba9b3 100644 --- a/offapi/com/sun/star/document/OfficeDocument.idl +++ b/offapi/com/sun/star/document/OfficeDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: OfficeDocument.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:40 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,7 @@ service OfficeDocument @optional */ - interface XEventSupplier; + [optional] interface XEventSupplier; }; //============================================================================= @@ -111,6 +111,9 @@ service OfficeDocument /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:40 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:10 hjs initial import diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk index f8e3ab59b..9762afbbc 100644 --- a/offapi/com/sun/star/document/makefile.mk +++ b/offapi/com/sun/star/document/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: os $ $Date: 2001-01-16 13:33:47 $ +# last change: $Author: mi $ $Date: 2001-01-23 10:08:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,8 +75,8 @@ PACKAGE=com$/sun$/star$/document IDLFILES=\ XEmbeddedObjectResolver.idl\ XGraphicObjectResolver.idl\ - DocumentEvent.idl\ - DocumentEventType.idl\ + DocumentEventDescriptor.idl\ + DocumentEvents.idl\ DocumentInfo.idl\ ExportFilter.idl\ FilterFactory.idl\ @@ -89,8 +89,6 @@ IDLFILES=\ StandaloneDocumentInfo.idl\ TypeDetection.idl\ XActionLockable.idl\ - XDocumentEventBroadcaster.idl\ - XDocumentEventListener.idl\ XDocumentInfo.idl\ XDocumentInfoSupplier.idl\ XDocumentInsertable.idl\ diff --git a/offapi/com/sun/star/drawing/DrawPages.idl b/offapi/com/sun/star/drawing/DrawPages.idl index e315e58a8..c9b2ef4d4 100644 --- a/offapi/com/sun/star/drawing/DrawPages.idl +++ b/offapi/com/sun/star/drawing/DrawPages.idl @@ -2,9 +2,9 @@ * * $RCSfile: DrawPages.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:06 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,13 +98,13 @@ service DrawPages /** This optional interface makes it possible to summarize the pages in this collection. */ - interface com::sun::star::drawing::XDrawPageSummarizer; + [optional] interface com::sun::star::drawing::XDrawPageSummarizer; // DocMerge from xml: service com::sun::star::drawing::DrawPages: interface com::sun::star::drawing::XDrawPageExpander /** This optional interface can be used for expanding a summarized page. */ - interface com::sun::star::drawing::XDrawPageExpander; + [optional] interface com::sun::star::drawing::XDrawPageExpander; }; @@ -115,6 +115,9 @@ service DrawPages /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:06 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:42:41 mi moved from api diff --git a/offapi/com/sun/star/form/DataAwareControlModel.idl b/offapi/com/sun/star/form/DataAwareControlModel.idl index ef99e534b..ce8eb777c 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:52 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ service DataAwareControlModel it has to forward the changes of it's value to the field it is connected to immediately. */ - interface com::sun::star::form::XBoundComponent; + [optional] interface com::sun::star::form::XBoundComponent; // DocMerge from xml: service com::sun::star::form::DataAwareControlModel: interface com::sun::star::form::XLoadListener @@ -166,6 +166,9 @@ service DataAwareControlModel /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:16 hjs initial import diff --git a/offapi/com/sun/star/form/FormControlModel.idl b/offapi/com/sun/star/form/FormControlModel.idl index 61bf7f5c5..017b2db3c 100644 --- a/offapi/com/sun/star/form/FormControlModel.idl +++ b/offapi/com/sun/star/form/FormControlModel.idl @@ -2,9 +2,9 @@ * * $RCSfile: FormControlModel.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:52 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ service FormControlModel /** This optional interface gives an efficient access to all properties at once or an ability to set more than one property at once. */ - interface com::sun::star::beans::XFastPropertySet; + [optional] interface com::sun::star::beans::XFastPropertySet; // DocMerge from xml: service com::sun::star::form::FormControlModel: interface com::sun::star::beans::XPropertyState @@ -114,7 +114,7 @@ service FormControlModel properties, e.g. whether a default value is to be used or not for a certain property. */ - interface com::sun::star::beans::XPropertyState; + [optional] interface com::sun::star::beans::XPropertyState; //------------------------------------------------------------------------- @@ -151,6 +151,9 @@ service FormControlModel /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:52 mi + moved from api + Revision 1.2 2000/10/10 08:40:23 dg optional was missing for TabIndex diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl index e91260805..af56213e5 100644 --- a/offapi/com/sun/star/frame/Frame.idl +++ b/offapi/com/sun/star/frame/Frame.idl @@ -2,9 +2,9 @@ * * $RCSfile: Frame.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:14 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,14 +106,14 @@ service Frame /** This optional interface is used to access sub-frames within this Frame. */ - interface com::sun::star::frame::XFramesSupplier; + [optional] interface com::sun::star::frame::XFramesSupplier; // DocMerge from xml: service com::sun::star::frame::Frame: interface com::sun::star::task::XStatusIndicatorFactory /** This optional interface supplies access to <type>XStatusIndicator</type>s for the component within the frame. */ - interface com::sun::star::task::XStatusIndicatorFactory; + [optional] interface com::sun::star::task::XStatusIndicatorFactory; }; @@ -124,6 +124,9 @@ service Frame /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:14 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:20 hjs initial import diff --git a/offapi/com/sun/star/sdb/DatabaseAccess.idl b/offapi/com/sun/star/sdb/DatabaseAccess.idl index 48f5867b7..b18d84aa9 100644 --- a/offapi/com/sun/star/sdb/DatabaseAccess.idl +++ b/offapi/com/sun/star/sdb/DatabaseAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseAccess.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,7 @@ service DatabaseAccess /** establishing a connection with user interaction, the implementation is optional. */ - interface XCompletedConnection; + [optional] interface XCompletedConnection; // DocMerge from xml: property com::sun::star::sdb::DatabaseAccess::URL @@ -148,14 +148,6 @@ service DatabaseAccess // DocMerge from xml: property com::sun::star::sdb::DatabaseAccess::IsPasswordRequired /** indicates that a password is always necessary. - - - - - - - - @optional */ [optional, property] boolean IsPasswordRequired; @@ -181,6 +173,9 @@ service DatabaseAccess /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:36 hjs initial import diff --git a/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl b/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl index 61865deaa..dfbfa2432 100644 --- a/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl +++ b/offapi/com/sun/star/sdb/DatabaseAccessDataSource.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseAccessDataSource.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,7 @@ service DatabaseAccessDataSource interface com::sun::star::sdbc::XDataSource; /** is optional for implementation. */ - interface XCompletedConnection; + [optional] interface XCompletedConnection; /** locates the database access bean. */ [property] string URL; @@ -106,6 +106,9 @@ service DatabaseAccessDataSource /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:36 hjs initial import diff --git a/offapi/com/sun/star/sdb/DefinitionContainer.idl b/offapi/com/sun/star/sdb/DefinitionContainer.idl index c5b56731f..fd76371bb 100644 --- a/offapi/com/sun/star/sdb/DefinitionContainer.idl +++ b/offapi/com/sun/star/sdb/DefinitionContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: DefinitionContainer.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:31 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,7 +106,7 @@ service DefinitionContainer // DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdb::DefinitionContainer: interface com::sun::star::util::XRefreshable /** is optional for implementation */ - interface com::sun::star::util::XRefreshable; + [optional] interface com::sun::star::util::XRefreshable; }; //============================================================================= @@ -115,6 +115,9 @@ service DefinitionContainer /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:36 hjs initial import diff --git a/offapi/com/sun/star/sdb/RowSet.idl b/offapi/com/sun/star/sdb/RowSet.idl index 3ea88e8bc..6bec53ece 100644 --- a/offapi/com/sun/star/sdb/RowSet.idl +++ b/offapi/com/sun/star/sdb/RowSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: RowSet.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-14 12:53:38 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -213,31 +213,13 @@ service RowSet /** is the name of the table which should be updated, this is usually used for queries which relate to more than one table. - - - - - - - - @optional - . */ [optional, property] string UpdateTableName; - // DocMerge from xml: property com::sun::star::sdbc::com::sun::star::sdbcx::com::sun::star::sdb::RowSet::UpdateCatalogName /** is the name of the table catalog - - - - - - - - - + @optional */ [optional, property] string UpdateCatalogName; @@ -245,15 +227,7 @@ service RowSet // DocMerge from xml: property com::sun::star::sdbc::com::sun::star::sdbcx::com::sun::star::sdb::RowSet::UpdateSchemaName /** is the name of the table schema. - - - - - - - - - + @optional */ [optional, property] string UpdateSchemaName; @@ -265,6 +239,9 @@ service RowSet /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/14 12:53:38 mi + <true></true> -> <TRUE/> and same with FALSE + Revision 1.3 2000/11/08 12:43:31 mi moved from api diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl index eb043f94a..bfa0d2216 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,7 @@ service PreparedStatement /** optional for implementation, controls the releasing of resources and the notification of registered listeners. */ - interface com::sun::star::lang::XComponent; + [optional] interface com::sun::star::lang::XComponent; // DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XCloseable @@ -135,7 +135,7 @@ service PreparedStatement if both the DBMS and the driver support aborting an SQL statement. The implementation is optional. */ - interface com::sun::star::util::XCancellable; + [optional] interface com::sun::star::util::XCancellable; // DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XPreparedStatement @@ -170,7 +170,7 @@ service PreparedStatement <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member> */ - interface XPreparedBatchExecution; + [optional] interface XPreparedBatchExecution; // DocMerge from xml: service com::sun::star::sdbc::PreparedStatement: interface com::sun::star::sdbc::XWarningsSupplier @@ -271,6 +271,9 @@ service PreparedStatement /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/19 16:03:44 mi + documentations syntax errors fixed + Revision 1.3 2000/11/08 12:43:35 mi moved from api diff --git a/offapi/com/sun/star/sdbc/ResultSet.idl b/offapi/com/sun/star/sdbc/ResultSet.idl index f630e3c12..9c7a27881 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:35 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,7 +131,7 @@ service ResultSet /** optional for implementation, controls the releasing of resources and the notification of registered listeners. */ - interface com::sun::star::lang::XComponent; + [optional] interface com::sun::star::lang::XComponent; // DocMerge from xml: service com::sun::star::sdbc::ResultSet: interface com::sun::star::sdbc::XCloseable @@ -142,7 +142,7 @@ service ResultSet <p>This interface is mandatory only for JDBC conformance, otherwise it is optional. */ - interface XCloseable; + [optional] interface XCloseable; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -158,7 +158,7 @@ service ResultSet <p>This interface is mandatory only for JDBC conformance, otherwise it is optional. */ - interface XWarningsSupplier; + [optional] interface XWarningsSupplier; // DocMerge from xml: service com::sun::star::sdbc::ResultSet: interface com::sun::star::sdbc::XResultSetMetaDataSupplier @@ -178,7 +178,7 @@ service ResultSet <p>The implementation is optional. */ - interface XResultSetUpdate; + [optional] interface XResultSetUpdate; // DocMerge from xml: service com::sun::star::sdbc::ResultSet: interface com::sun::star::sdbc::XRow @@ -198,7 +198,7 @@ service ResultSet <p>The implementation is optional. */ - interface XRowUpdate; + [optional] interface XRowUpdate; // DocMerge from xml: property com::sun::star::sdbc::ResultSet::CursorName @@ -220,12 +220,6 @@ service ResultSet which generated the ResultSet being used for positioning. Also, cursor names must be unique within a connection.</p> - - - - - - @optional */ [optional, readonly, property] string CursorName; @@ -268,6 +262,9 @@ service ResultSet /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:40 hjs initial import diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl index da087dc24..1094192eb 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:03:44 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,8 +86,6 @@ interface XCloseable; /** is used for executing a static SQL statement and obtaining the results produced by it. - - <p>Only one ResultSet per Statement can be open at any point in time. Therefore, if the reading of one ResultSet is interleaved with the reading of another, each must have been generated by @@ -101,7 +99,7 @@ service Statement /** optional for implementation, controls the releasing of resources and the notification of registered listeners. */ - interface com::sun::star::lang::XComponent; + [optional] interface com::sun::star::lang::XComponent; // DocMerge from xml: service com::sun::star::sdbc::Statement: interface com::sun::star::sdbc::XCloseable @@ -118,7 +116,7 @@ service Statement if both the DBMS and the driver support aborting an SQL statement. The implementation is optional. */ - interface com::sun::star::util::XCancellable; + [optional] interface com::sun::star::util::XCancellable; // DocMerge from xml: service com::sun::star::sdbc::Statement: interface com::sun::star::sdbc::XStatement @@ -134,7 +132,7 @@ service Statement <member scope= "com::sun::star::sdbc"> XDatabaseMetaData::supportsBatchUpdates()</member> */ - interface XBatchExecution; + [optional] interface XBatchExecution; // DocMerge from xml: service com::sun::star::sdbc::Statement: interface com::sun::star::sdbc::XWarningsSupplier @@ -149,7 +147,7 @@ service Statement /** covers the handling of multiple results after executing an SQL command. The implementation is optional. */ - interface XMultipleResults; + [optional] interface XMultipleResults; // DocMerge from xml: property com::sun::star::sdbc::Statement::QueryTimeOut @@ -248,6 +246,9 @@ service Statement /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/19 16:03:44 mi + documentations syntax errors fixed + Revision 1.3 2000/11/08 12:43:35 mi moved from api diff --git a/offapi/com/sun/star/sdbcx/Column.idl b/offapi/com/sun/star/sdbcx/Column.idl index ea137b6af..acad552bf 100644 --- a/offapi/com/sun/star/sdbcx/Column.idl +++ b/offapi/com/sun/star/sdbcx/Column.idl @@ -2,9 +2,9 @@ * * $RCSfile: Column.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,7 @@ service Column // DocMerge from xml: service com::sun::star::sdbcx::Column: interface com::sun::star::sdbcx::XDataDescriptorFactory /** optional, could be used to copy a database column. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -140,14 +140,6 @@ service Column /** indicates that the column contains some kind of time or date stamp used to track updates. - - - - - - - - @optional */ [optional, readonly, property] boolean IsRowVersion; @@ -156,33 +148,15 @@ service Column // DocMerge from xml: property com::sun::star::sdbcx::Column::Description /** keeps a description of the object. - - - - - - - - @optional - o */ [optional, readonly, property] string Description; // DocMerge from xml: property com::sun::star::sdbcx::Column::DefaultValue /** keeps a default value for a column, is provided as string. - - - - - - - - - + @optional - n conta */ [optional, readonly, property] string DefaultValue; @@ -194,6 +168,9 @@ service Column /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/Container.idl b/offapi/com/sun/star/sdbcx/Container.idl index fc8e47e42..f5d064333 100644 --- a/offapi/com/sun/star/sdbcx/Container.idl +++ b/offapi/com/sun/star/sdbcx/Container.idl @@ -2,9 +2,9 @@ * * $RCSfile: Container.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,24 +108,24 @@ service Container // DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::Container: interface com::sun::star::util::XRefreshable /** is optional for implementation */ - interface com::sun::star::util::XRefreshable; + [optional] interface com::sun::star::util::XRefreshable; // DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::Container: interface com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::XDataDescriptorFactory /** optional for implementation. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::Container: interface com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::XAppend /** optional for implementation, provides the possibility of adding a new element to the container. */ - interface XAppend; + [optional] interface XAppend; // DocMerge from xml: service com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::Container: interface com::sun::star::container::com::sun::star::util::com::sun::star::sdbcx::XDrop /** optional for implementation, provides the possibility of dropping an element from the container. */ - interface XDrop; + [optional] interface XDrop; }; //============================================================================= @@ -134,6 +134,9 @@ service Container /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl b/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl index 682c94c5c..7bc8e0002 100644 --- a/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl +++ b/offapi/com/sun/star/sdbcx/DatabaseDefinition.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseDefinition.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,17 +92,17 @@ service DatabaseDefinition // DocMerge from xml: service com::sun::star::sdbcx::DatabaseDefinition: interface com::sun::star::sdbcx::XViewsSupplier /** The implementation is optional. */ - interface XViewsSupplier; + [optional] interface XViewsSupplier; // DocMerge from xml: service com::sun::star::sdbcx::DatabaseDefinition: interface com::sun::star::sdbcx::XUsersSupplier /** The implementation is optional. */ - interface XUsersSupplier; + [optional] interface XUsersSupplier; // DocMerge from xml: service com::sun::star::sdbcx::DatabaseDefinition: interface com::sun::star::sdbcx::XGroupsSupplier /** The implementation is optional. */ - interface XGroupsSupplier; + [optional] interface XGroupsSupplier; }; //============================================================================= @@ -111,6 +111,9 @@ service DatabaseDefinition /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/Driver.idl b/offapi/com/sun/star/sdbcx/Driver.idl index 880fe3c65..f01bc4590 100644 --- a/offapi/com/sun/star/sdbcx/Driver.idl +++ b/offapi/com/sun/star/sdbcx/Driver.idl @@ -2,9 +2,9 @@ * * $RCSfile: Driver.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,12 +100,12 @@ service Driver // DocMerge from xml: service com::sun::star::sdbcx::Driver: interface com::sun::star::sdbcx::XCreateCatalog /** is optional for implementation. */ - interface XCreateCatalog; + [optional] interface XCreateCatalog; // DocMerge from xml: service com::sun::star::sdbcx::Driver: interface com::sun::star::sdbcx::XDropCatalog /** is optional for implementation. */ - interface XDropCatalog; + [optional] interface XDropCatalog; }; //============================================================================= @@ -114,6 +114,9 @@ service Driver /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/Index.idl b/offapi/com/sun/star/sdbcx/Index.idl index b9a7d756a..cf08c51ce 100644 --- a/offapi/com/sun/star/sdbcx/Index.idl +++ b/offapi/com/sun/star/sdbcx/Index.idl @@ -2,9 +2,9 @@ * * $RCSfile: Index.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,7 @@ service Index // DocMerge from xml: service com::sun::star::sdbcx::Index: interface com::sun::star::sdbcx::XDataDescriptorFactory /** optional, could be used to copy an index. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge from xml: service com::sun::star::sdbcx::Index: interface com::sun::star::sdbcx::XColumnsSupplier @@ -135,6 +135,9 @@ service Index /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/Key.idl b/offapi/com/sun/star/sdbcx/Key.idl index 9422f54fa..c7955151b 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,7 @@ service Key // DocMerge from xml: service com::sun::star::sdbcx::Key: interface com::sun::star::sdbcx::XDataDescriptorFactory /** optional, could be used to copy an key. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge from xml: service com::sun::star::sdbcx::Key: interface com::sun::star::sdbcx::XColumnsSupplier @@ -129,6 +129,9 @@ service Key /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:43 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/ResultSet.idl b/offapi/com/sun/star/sdbcx/ResultSet.idl index 4455d0140..cdc20ded2 100644 --- a/offapi/com/sun/star/sdbcx/ResultSet.idl +++ b/offapi/com/sun/star/sdbcx/ResultSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: ResultSet.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,7 @@ service ResultSet commands. The implementation is optional. */ - interface com::sun::star::util::XCancellable; + [optional] interface com::sun::star::util::XCancellable; // DocMerge from xml: service com::sun::star::sdbcx::ResultSet: interface com::sun::star::sdbcx::XRowLocate @@ -101,7 +101,7 @@ service ResultSet /** is the interface for delete more than one row identified by it's bookmark. The implementation is optional. */ - interface XDeleteRows; + [optional] interface XDeleteRows; // DocMerge from xml: property com::sun::star::sdbcx::ResultSet::IsBookmarkable @@ -115,14 +115,6 @@ service ResultSet This may not work, as the result set may contain automatic generated data which is used as key information. - - - - - - - - @optional */ [optional, readonly, property] boolean CanUpdateInsertedRows; @@ -134,6 +126,9 @@ service ResultSet /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/Table.idl b/offapi/com/sun/star/sdbcx/Table.idl index 3be2462a9..79ce57f7c 100644 --- a/offapi/com/sun/star/sdbcx/Table.idl +++ b/offapi/com/sun/star/sdbcx/Table.idl @@ -2,9 +2,9 @@ * * $RCSfile: Table.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,7 @@ service Table // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XDataDescriptorFactory /** optional, could be used to copy an index. */ - interface XDataDescriptorFactory; + [optional] interface XDataDescriptorFactory; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XColumnsSupplier @@ -110,25 +110,25 @@ service Table // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XIndexesSupplier /** optional, provides the access of the table indexes. */ - interface XIndexesSupplier; + [optional] interface XIndexesSupplier; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XKeysSupplier /** optional, provides the access to the table keys. */ - interface XKeysSupplier; + [optional] interface XKeysSupplier; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XRename /** optional, allows the renaming of tables. */ - interface XRename; + [optional] interface XRename; // DocMerge from xml: service com::sun::star::sdbcx::Table: interface com::sun::star::sdbcx::XAlterTable /** optional, allows the altering of columns. */ - interface XAlterTable; + [optional] interface XAlterTable; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -163,16 +163,7 @@ service Table /** indicates the type of the table like (TABLE,VIEW,SYSTEM TABLE). Could be empty if not supported by the driver. - - - - - - - - @optional - t */ [optional, readonly, property] string Type; }; @@ -183,6 +174,9 @@ service Table /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/TableDescriptor.idl b/offapi/com/sun/star/sdbcx/TableDescriptor.idl index 208ae6cec..f6a07a8d7 100644 --- a/offapi/com/sun/star/sdbcx/TableDescriptor.idl +++ b/offapi/com/sun/star/sdbcx/TableDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: TableDescriptor.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,12 +92,11 @@ service TableDescriptor // DocMerge from xml: service com::sun::star::sdbcx::TableDescriptor: interface com::sun::star::sdbcx::XKeysSupplier /** optional, provides the access to the table keys. */ - interface XKeysSupplier; + [optional] interface XKeysSupplier; // DocMerge: empty anyway service Descriptor; - // DocMerge from xml: property com::sun::star::sdbcx::TableDescriptor::CatalogName /** is the name of the table catalog. */ @@ -123,6 +122,9 @@ service TableDescriptor /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/User.idl b/offapi/com/sun/star/sdbcx/User.idl index 5a9c03a9d..ad9b9be68 100644 --- a/offapi/com/sun/star/sdbcx/User.idl +++ b/offapi/com/sun/star/sdbcx/User.idl @@ -2,9 +2,9 @@ * * $RCSfile: User.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,7 @@ service User /** optional for implementation if the database does not know the concept of user groups. provides the access to the groups a user belongs. */ - interface XGroupsSupplier; + [optional] interface XGroupsSupplier; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -102,6 +102,9 @@ service User /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import diff --git a/offapi/com/sun/star/sdbcx/View.idl b/offapi/com/sun/star/sdbcx/View.idl index f6da412f0..a23aae9d5 100644 --- a/offapi/com/sun/star/sdbcx/View.idl +++ b/offapi/com/sun/star/sdbcx/View.idl @@ -2,9 +2,9 @@ * * $RCSfile: View.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:39 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,7 @@ service View // DocMerge from xml: service com::sun::star::sdbcx::View: interface com::sun::star::sdbcx::XRename /** is optional for implementation. */ - interface XRename; + [optional] interface XRename; // DocMerge: empty anyway interface com::sun::star::beans::XPropertySet; @@ -130,6 +130,9 @@ service View /*=========================================================================== $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:43:39 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:44 hjs initial import diff --git a/offapi/com/sun/star/style/CharacterProperties.idl b/offapi/com/sun/star/style/CharacterProperties.idl index 1887165a1..a70831e46 100644 --- a/offapi/com/sun/star/style/CharacterProperties.idl +++ b/offapi/com/sun/star/style/CharacterProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: CharacterProperties.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:18 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,15 +132,7 @@ service CharacterProperties // DocMerge from xml: property com::sun::star::style::CharacterProperties::CharEscapement /** optional property which contains the relative value of the character height in subscription or superscription. - - - - - - - - - + @optional */ [optional, property] short CharEscapement; @@ -182,7 +174,6 @@ service CharacterProperties <p>Automatic <em>kerning</em> applies a spacing in between certain pairs of characters to make the text look better.</p> - @optional */ [optional, property] boolean CharAutoKerning; @@ -327,12 +318,14 @@ service CharacterProperties }; //============================================================================= - }; }; }; }; /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/21 08:35:18 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.4 2000/12/14 12:53:42 mi <true></true> -> <TRUE/> and same with FALSE diff --git a/offapi/com/sun/star/style/StyleFamilies.idl b/offapi/com/sun/star/style/StyleFamilies.idl index 730fbdf3b..eea10b7c4 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.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:12 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,7 +143,7 @@ service StyleFamilies <p>The elements within this collection are <type>StyleFamily</type> instances accessed by <type>XStyleFamily</type>. */ - interface com::sun::star::container::XIndexAccess; + [optional] interface com::sun::star::container::XIndexAccess; }; @@ -154,6 +154,9 @@ service StyleFamilies /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:44:12 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:54 hjs initial import diff --git a/offapi/com/sun/star/style/StyleFamily.idl b/offapi/com/sun/star/style/StyleFamily.idl index 0f4015201..8bda0c10b 100644 --- a/offapi/com/sun/star/style/StyleFamily.idl +++ b/offapi/com/sun/star/style/StyleFamily.idl @@ -2,9 +2,9 @@ * * $RCSfile: StyleFamily.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:18 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,7 @@ service StyleFamily <p>The elements in this container support the service <type>Style</type> and are accessed via an <type>XStyle</type>. */ - interface com::sun::star::container::XNameContainer; + [optional] interface com::sun::star::container::XNameContainer; // DocMerge from xml: service com::sun::star::style::StyleFamily: interface com::sun::star::container::XIndexAccess /** This optional interface makes it possible to access the style sheets @@ -109,7 +109,7 @@ service StyleFamily <p>The elements in this container support the service <type>Style</type> and are accessed via an <type>XStyle</type>. */ - interface com::sun::star::container::XIndexAccess; + [optional] interface com::sun::star::container::XIndexAccess; }; @@ -120,6 +120,9 @@ service StyleFamily /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:18 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:44:12 mi moved from api diff --git a/offapi/com/sun/star/table/TableColumns.idl b/offapi/com/sun/star/table/TableColumns.idl index 32a1d2624..c63077359 100644 --- a/offapi/com/sun/star/table/TableColumns.idl +++ b/offapi/com/sun/star/table/TableColumns.idl @@ -2,9 +2,9 @@ * * $RCSfile: TableColumns.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:19 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,7 +96,7 @@ service TableColumns /** This optional interface is for accessing the columns via their names. */ - interface com::sun::star::container::XNameAccess; + [optional] interface com::sun::star::container::XNameAccess; }; @@ -107,6 +107,9 @@ service TableColumns /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:44:19 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:55 hjs initial import diff --git a/offapi/com/sun/star/text/TextCursor.idl b/offapi/com/sun/star/text/TextCursor.idl index 5fd0b818c..1c92b7255 100644 --- a/offapi/com/sun/star/text/TextCursor.idl +++ b/offapi/com/sun/star/text/TextCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextCursor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,14 +137,14 @@ service TextCursor /** This optional interface makes it possible to insert a document from an external source at the cursor position. */ - interface com::sun::star::document::XDocumentInsertable; + [optional] interface com::sun::star::document::XDocumentInsertable; // DocMerge from xml: service com::sun::star::text::TextCursor: interface com::sun::star::util::XSortable /** This optional interface makes it possible to sort the contents at the cursor position. */ - interface com::sun::star::util::XSortable; + [optional] interface com::sun::star::util::XSortable; }; @@ -155,6 +155,9 @@ service TextCursor /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:21 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:44:27 mi moved from api diff --git a/offapi/com/sun/star/text/TextFieldMaster.idl b/offapi/com/sun/star/text/TextFieldMaster.idl index b774bab17..5ed03e314 100644 --- a/offapi/com/sun/star/text/TextFieldMaster.idl +++ b/offapi/com/sun/star/text/TextFieldMaster.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextFieldMaster.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,7 @@ service TextFieldMaster this field master, if any. /* [optional] */ - interface com::sun::star::beans::XPropertySet; + [optional] interface com::sun::star::beans::XPropertySet; }; //============================================================================= diff --git a/offapi/com/sun/star/text/TextFrames.idl b/offapi/com/sun/star/text/TextFrames.idl index 8d9ef1c31..3e1e0d3c2 100644 --- a/offapi/com/sun/star/text/TextFrames.idl +++ b/offapi/com/sun/star/text/TextFrames.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextFrames.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2000-11-17 09:30:48 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ service TextFrames which occur upon insertion and removal of <type>TextFrame</type> instances. */ - interface com::sun::star::container::XContainer; + [optional] interface com::sun::star::container::XContainer; }; diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index 3c5eb8df5..71f9fa6c4 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.7 $ + * $Revision: 1.8 $ * - * last change: $Author: sb $ $Date: 2001-01-18 14:27:23 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -620,7 +620,7 @@ service Content This interface is optional. */ - interface com::sun::star::ucb::XCommandInfoChangeNotifier; + [optional] interface com::sun::star::ucb::XCommandInfoChangeNotifier; //------------------------------------------------------------------------- /** creates new contents (i.e. creates a new folder in another folder @@ -630,7 +630,7 @@ service Content This interface is optional. It should be implemented by contents which shall be able to create new objects. */ - interface com::sun::star::ucb::XContentCreator; + [optional] interface com::sun::star::ucb::XContentCreator; //------------------------------------------------------------------------- /** provides access to the parent content of this content. diff --git a/offapi/com/sun/star/ucb/ContentProvider.idl b/offapi/com/sun/star/ucb/ContentProvider.idl index 3268d2a4c..be4936560 100644 --- a/offapi/com/sun/star/ucb/ContentProvider.idl +++ b/offapi/com/sun/star/ucb/ContentProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: ContentProvider.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:26 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,8 +103,7 @@ service ContentProvider provider wants to provide some additional interfaces with it's implementation of the identifier objects. */ - // [optional] - interface com::sun::star::ucb::XContentIdentifierFactory; + [optional] interface com::sun::star::ucb::XContentIdentifierFactory; //------------------------------------------------------------------------- /** creates new root contents (i.e. a new POP3-Account object). A content diff --git a/offapi/com/sun/star/ucb/ContentResultSet.idl b/offapi/com/sun/star/ucb/ContentResultSet.idl index 33525827f..a870e50a0 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kso $ $Date: 2001-01-15 10:05:55 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -257,7 +257,7 @@ service ContentResultSet The implememtation of this service is optional. */ - service com::sun::star::sdbc::ResultSet; + [optional] service com::sun::star::sdbc::ResultSet; }; //============================================================================= diff --git a/offapi/com/sun/star/view/OfficeDocumentView.idl b/offapi/com/sun/star/view/OfficeDocumentView.idl index 8f5f3c99d..bf376650e 100644 --- a/offapi/com/sun/star/view/OfficeDocumentView.idl +++ b/offapi/com/sun/star/view/OfficeDocumentView.idl @@ -2,9 +2,9 @@ * * $RCSfile: OfficeDocumentView.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:45:34 $ + * last change: $Author: mi $ $Date: 2001-01-23 10:08:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,14 +98,14 @@ service OfficeDocumentView /** This optional interface gives access to the view properties within this control for an office document. */ - interface com::sun::star::view::XViewSettingsSupplier; + [optional] interface com::sun::star::view::XViewSettingsSupplier; // DocMerge from xml: service com::sun::star::view::OfficeDocumentView: interface com::sun::star::view::XControlAccess /** Within this office document view, this optional interface gives access to the controls which belong to specified control models. */ - interface com::sun::star::view::XControlAccess; + [optional] interface com::sun::star::view::XControlAccess; }; @@ -116,6 +116,9 @@ service OfficeDocumentView /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:45:34 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:21 hjs initial import |