diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 14:10:43 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-16 14:10:43 +0000 |
commit | 19f4f74213a4621f51c3edf402cc4b249e8163cc (patch) | |
tree | d43b942f936f61109d75607d50394a5cf4259976 | |
parent | b709912205c316624cfd09d814e6a201ff84c6ea (diff) |
remove interfaceheader with uik and remove [const] in method definitions
154 files changed, 733 insertions, 520 deletions
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl index 806b6beba..936daad34 100644 --- a/udkapi/com/sun/star/beans/XExactName.idl +++ b/udkapi/com/sun/star/beans/XExactName.idl @@ -2,9 +2,9 @@ * * $RCSfile: XExactName.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,6 @@ @see com::sun::star::beans::XIntrospectionAccess @see com::sun::star::container::XNameAccess */ -[ uik(E227A3D5-33D6-11D1-AABE00A0-249D5590), ident( "XExactName", 1.0 ) ] interface XExactName: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -110,6 +109,9 @@ interface XExactName: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl index 0f83db2f6..500e9bcad 100644 --- a/udkapi/com/sun/star/beans/XFastPropertySet.idl +++ b/udkapi/com/sun/star/beans/XFastPropertySet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFastPropertySet.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,6 @@ module com { module sun { module star { module beans { interface. The get and set methods use handles to access the property values instead of character strings.</p> */ -[ uik(E227A3AA-33D6-11D1-AABE00A0-249D5590), ident( "XFastPropertySet", 1.0 ) ] interface XFastPropertySet: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -151,7 +150,7 @@ interface XFastPropertySet: com::sun::star::uno::XInterface In this case the original exception is wrapped into that <type scope="com::sun::star::lang">WrappedTargetException</type>. */ - [const] any getFastPropertyValue( [in] long nHandle ) + any getFastPropertyValue( [in] long nHandle ) raises( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ); @@ -164,6 +163,9 @@ interface XFastPropertySet: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl index 37825cd0c..9c2377311 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHierarchicalPropertySet.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,6 @@ (separated by dots '.' or '::') is used. </p> */ -[ uik(7916BF21-A373-11D4-9F6A0050-DA6BA2A6), ident( "XHierarchicalPropertySet", 1.0 ) ] interface XHierarchicalPropertySet: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -130,7 +129,7 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface not provide information about the properties; otherwise the interface <type>XHierarchicalPropertySetInfo</type> is returned. */ - [const] com::sun::star::beans::XHierarchicalPropertySetInfo + com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo(); //------------------------------------------------------------------------- @@ -194,7 +193,7 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface @see XPropertySet::getPropertyValue */ - [const] any getHierarchicalPropertyValue( [in] string aHierarchicalPropertyName ) + any getHierarchicalPropertyValue( [in] string aHierarchicalPropertyName ) raises( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ); @@ -210,6 +209,9 @@ interface XHierarchicalPropertySet: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl index 587d87653..71b80c2d0 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHierarchicalPropertySetInfo.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ <p>The specification only describes the properties, it does not contain any values.</p> */ -[ uik(7916BF23-A373-11D4-9F6A0050-DA6BA2A6), ident( "XHierarchicalPropertySetInfo", 1.0 ) ] interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -110,7 +109,7 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface condition. */ - [const] com::sun::star::beans::Property getPropertyByHierarchicalName( [in] string aHierarchicalName ) + com::sun::star::beans::Property getPropertyByHierarchicalName( [in] string aHierarchicalName ) raises( com::sun::star::beans::UnknownPropertyException ); //------------------------------------------------------------------------- @@ -128,7 +127,7 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface An implementation is not required to detect this condition. */ - [const] boolean hasPropertyByHierarchicalName( [in] string aHierarchicalName ); + boolean hasPropertyByHierarchicalName( [in] string aHierarchicalName ); }; @@ -139,6 +138,9 @@ interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XIntroTest.idl b/udkapi/com/sun/star/beans/XIntroTest.idl index 86fa92810..10fdb9d75 100644 --- a/udkapi/com/sun/star/beans/XIntroTest.idl +++ b/udkapi/com/sun/star/beans/XIntroTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIntroTest.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,6 @@ interface XPropertiesChangeListener; @deprecated */ -[ uik(E227A4AB-33D6-11D1-AABE00A0-249D5590), ident( "XIntroTest", 1.0 ) ] interface XIntroTest: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl index d548d534e..7b2cbe1aa 100644 --- a/udkapi/com/sun/star/beans/XIntrospection.idl +++ b/udkapi/com/sun/star/beans/XIntrospection.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIntrospection.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:21:31 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ @see XIntrospectionAccess */ -[ uik(E227A4AA-33D6-11D1-AABE00A0-249D5590), ident( "XIntrospection", 1.0 ) ] interface XIntrospection: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -152,6 +151,9 @@ interface XIntrospection: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/12 10:21:31 jbu + reconstructed some method references, that have gone lost during merges + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl index 821e89a7c..11b046f81 100644 --- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl +++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIntrospectionAccess.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -134,7 +134,6 @@ @see XPropertySet @see com::sun::star::beans::XExactName */ -[ uik(E227A4A9-33D6-11D1-AABE00A0-249D5590), ident( "XIntrospectionAccess", 1.0 ) ] interface XIntrospectionAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -143,7 +142,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface /** @returns zero or more constants of the <type>MethodConcept</type> constants group. */ - [const] long getSuppliedMethodConcepts(); + long getSuppliedMethodConcepts(); //------------------------------------------------------------------------- @@ -151,7 +150,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface /** @returns zero or more constants of the <type>PropertyConcept</type> constants group. */ - [const] long getSuppliedPropertyConcepts(); + long getSuppliedPropertyConcepts(); //------------------------------------------------------------------------- @@ -169,7 +168,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface @throws NoSuchElementException when an element under Name does not exist. */ - [const] com::sun::star::beans::Property getProperty( [in] string aName, + com::sun::star::beans::Property getProperty( [in] string aName, [in] long nPropertyConcepts ) raises( com::sun::star::container::NoSuchElementException ); @@ -186,7 +185,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface @param nPropertyConcepts zero or more constants of the <type>PropertyConcept</type> constants group. */ - [const] boolean hasProperty( [in] string aName, + boolean hasProperty( [in] string aName, [in] long nPropertyConcepts ); //------------------------------------------------------------------------- @@ -196,7 +195,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface all properties of the introspected object which accord to the given <type>PropertyConcept</type>s. */ - [const] sequence<com::sun::star::beans::Property> getProperties( + sequence<com::sun::star::beans::Property> getProperties( [in] long nPropertyConcepts ); //------------------------------------------------------------------------- @@ -215,7 +214,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface @throws NoSuchElementException if no element with the name <var>Name</var> exists. */ - [const] com::sun::star::reflection::XIdlMethod getMethod( [in] string aName, + com::sun::star::reflection::XIdlMethod getMethod( [in] string aName, [in] long nMethodConcepts ) raises( com::sun::star::lang::NoSuchMethodException ); @@ -232,7 +231,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface @param nMethodConcepts zero or more constants of the <type>MethodConcept</type> constants group. */ - [const] boolean hasMethod( [in] string aName, + boolean hasMethod( [in] string aName, [in] long nMethodConcepts ); //------------------------------------------------------------------------- @@ -242,7 +241,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface all methods of the introspected object which accord to the given <type>MethodConcept</type>s. */ - [const] sequence<com::sun::star::reflection::XIdlMethod> getMethods( + sequence<com::sun::star::reflection::XIdlMethod> getMethods( [in] long nMethodConcepts ); //------------------------------------------------------------------------- @@ -252,7 +251,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface a sequence of the types of listener interfaces which are supported by the introspected object. */ - [const] sequence<type> getSupportedListeners(); + sequence<type> getSupportedListeners(); //------------------------------------------------------------------------- @@ -291,7 +290,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface @see com::sun::star::beans::XExactName */ - [const] com::sun::star::uno::XInterface queryAdapter( [in] type aInterfaceType ) + com::sun::star::uno::XInterface queryAdapter( [in] type aInterfaceType ) raises( com::sun::star::beans::IllegalTypeException ); }; @@ -303,6 +302,9 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2001/01/31 09:45:40 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.6 2000/12/12 10:21:31 jbu reconstructed some method references, that have gone lost during merges diff --git a/udkapi/com/sun/star/beans/XMaterialHolder.idl b/udkapi/com/sun/star/beans/XMaterialHolder.idl index d0f097e02..eff3c28a4 100644 --- a/udkapi/com/sun/star/beans/XMaterialHolder.idl +++ b/udkapi/com/sun/star/beans/XMaterialHolder.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMaterialHolder.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ @see XIntrospectionAccess::inspect */ -[ uik(E227A3DC-33D6-11D1-AABE00A0-249D5590), ident( "XMaterialHolder", 1.0 ) ] interface XMaterialHolder: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -97,6 +96,9 @@ interface XMaterialHolder: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 16:15:24 mi + documentation syntax fixed + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl index 671dd5c47..e0f7a06d8 100644 --- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMultiHierarchicalPropertySet.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,6 @@ @see XHierarchicalPropertySet */ -[ uik(7916BF22-A373-11D4-9F6A0050-DA6BA2A6), ident( "XMultiHierarchicalPropertySet", 1.0 ) ] interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -110,7 +109,7 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface @see XHierarchicalPropertySet::getHierarchicalPropertySetInfo */ - [const] com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo(); + com::sun::star::beans::XHierarchicalPropertySetInfo getHierarchicalPropertySetInfo(); //------------------------------------------------------------------------- @@ -181,7 +180,7 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface @see XHierarchicalPropertySet::getHierarchicalPropertyValue @see XMultiPropertySet::setPropertyValues */ - [const] sequence<any> getHierarchicalPropertyValues( [in] sequence<string> aPropertyNames ) + sequence<any> getHierarchicalPropertyValues( [in] sequence<string> aPropertyNames ) raises( com::sun::star::lang::IllegalArgumentException , com::sun::star::lang::WrappedTargetException ); @@ -196,6 +195,9 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 16:15:24 mi + documentation syntax fixed + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index b93fa1c1d..b09022423 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMultiPropertySet.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,6 @@ module com { module sun { module star { module beans { // DocMerge from xml: interface com::sun::star::beans::XMultiPropertySet /** provides access to multiple properties with a single call. */ -[ uik(E227A45C-33D6-11D1-AABE00A0-249D5590), ident( "XMultiPropertySet", 1.0 ) ] interface XMultiPropertySet: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -109,7 +108,7 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface @see XPropertySet::getPropertySetInfo */ - [const] com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); + com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); //------------------------------------------------------------------------- @@ -156,7 +155,7 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface specifies the names of the properties. This sequence must be alphabetically sorted. */ - [const] sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames ); + sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames ); //------------------------------------------------------------------------- @@ -216,6 +215,9 @@ interface XMultiPropertySet: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2000/12/19 16:15:24 mi + documentation syntax fixed + Revision 1.6 2000/12/15 16:22:48 mi lost documentation from src536 inserted diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl index 51d795596..6677715bf 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMultiPropertyStates.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,6 @@ module com { module sun { module star { module beans { is to be used and if the value cannot be determined, due to ambiguity (multi selection with multipe values). </p> */ -[ uik(0CF62671-69DF-11d4-9FE50010-5AEF84A7), ident( "XMultiPropertyStates", 1.0 ) ] interface XMultiPropertyStates: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -157,7 +156,7 @@ interface XMultiPropertyStates: com::sun::star::uno::XInterface In this case the original exception is wrapped into that <type scope="com::sun::star::lang">WrappedTargetException</type>. */ - [const] sequence<any> getPropertyDefaults( + sequence<any> getPropertyDefaults( [in] sequence<string> aPropertyNames ) raises( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ); diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index d8b6f4849..5f3e5e2cd 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertiesChangeListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module beans { // DocMerge from xml: interface com::sun::star::beans::XPropertiesChangeListener /** receives events which get fired whenever a bound property is changed. */ -[ uik(E227A45B-33D6-11D1-AABE00A0-249D5590), ident( "XPropertiesChangeListener", 1.0 ) ] interface XPropertiesChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -103,6 +102,9 @@ interface XPropertiesChangeListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl index 178d28579..d914abea5 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertiesChangeNotifier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,6 @@ // DocMerge from xml: interface com::sun::star::beans::XPropertiesChangeNotifier /** specifies a notifier for changed property values@see XPropertiesChangeListener */ -[ uik(F4CAAD41-00A5-11d4-9F980050-04526AC8), ident( "XPropertiesChangeNotifier", 1.0 ) ] interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -109,6 +108,9 @@ interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:20 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:34:56 hjs initial import diff --git a/udkapi/com/sun/star/beans/XProperty.idl b/udkapi/com/sun/star/beans/XProperty.idl index 52ce8b180..fcc698012 100644 --- a/udkapi/com/sun/star/beans/XProperty.idl +++ b/udkapi/com/sun/star/beans/XProperty.idl @@ -2,9 +2,9 @@ * * $RCSfile: XProperty.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,14 +85,13 @@ </p> */ -[ uik(7916BF20-A373-11D4-9F6A0050-DA6BA2A6), ident( "XProperty", 1.0 ) ] interface XProperty: com::sun::star::uno::XInterface { /** @returns the specification of this object as <type>Property</type>. */ - [const] com::sun::star::beans::Property getAsProperty(); + com::sun::star::beans::Property getAsProperty(); //------------------------------------------------------------------------- }; @@ -104,6 +103,9 @@ interface XProperty: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:20 mi + moved from api + Revision 1.1 2000/10/19 08:33:45 jb Added Interfaces for property objects diff --git a/udkapi/com/sun/star/beans/XPropertyAccess.idl b/udkapi/com/sun/star/beans/XPropertyAccess.idl index 885eca09b..d242236bb 100644 --- a/udkapi/com/sun/star/beans/XPropertyAccess.idl +++ b/udkapi/com/sun/star/beans/XPropertyAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,7 +104,6 @@ module com { module sun { module star { module beans { <p>Another advantage of this method is that conflicts are avoided if property value restrictions depend on the value of other properties.</p> */ -[ uik(E227A394-33D6-11D1-AABE00A0-249D5590), ident( "XPropertyAccess", 1.0 ) ] interface XPropertyAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -113,7 +112,7 @@ interface XPropertyAccess: com::sun::star::uno::XInterface /** @returns a sequence of all property values within the object in a single call. */ - [const] sequence<com::sun::star::beans::PropertyValue> getPropertyValues(); + sequence<com::sun::star::beans::PropertyValue> getPropertyValues(); //------------------------------------------------------------------------- @@ -138,6 +137,9 @@ interface XPropertyAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl index 088e22412..1ab0ac322 100644 --- a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyChangeListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ /** is used to receive <type>PropertyChangeEvent</type>s whenever a bound property is changed. */ -[ uik(E227A3A6-33D6-11D1-AABE00A0-249D5590), ident( "XPropertyChangeListener", 1.0 ) ] interface XPropertyChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -99,6 +98,9 @@ interface XPropertyChangeListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:20 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:34:56 hjs initial import diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl index 9b17ec459..b106b8729 100644 --- a/udkapi/com/sun/star/beans/XPropertyContainer.idl +++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyContainer.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,6 @@ module com { module sun { module star { module beans { // DocMerge from xml: interface com::sun::star::beans::XPropertyContainer /** makes it possible to add and remove properties to or from an object. */ -[ uik(E227A3BD-33D6-11D1-AABE00A0-249D5590), ident( "XPropertyContainer", 1.0 ) ] interface XPropertyContainer: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -150,6 +149,9 @@ interface XPropertyContainer: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl index 27f6a2a05..d157c73b0 100644 --- a/udkapi/com/sun/star/beans/XPropertySet.idl +++ b/udkapi/com/sun/star/beans/XPropertySet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertySet.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,6 @@ @see com::sun::star::beans::XExactName */ -[ uik(E227A3A8-33D6-11D1-AABE00A0-249D5590), ident( "XPropertySet", 1.0 ) ] interface XPropertySet: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -137,7 +136,7 @@ interface XPropertySet: com::sun::star::uno::XInterface not provide information about the properties; otherwise the interface <type>XPropertySetInfo</type> is returned. */ - [const] com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); + com::sun::star::beans::XPropertySetInfo getPropertySetInfo(); //------------------------------------------------------------------------- @@ -173,7 +172,7 @@ interface XPropertySet: com::sun::star::uno::XInterface In this case the original exception is wrapped into that <type scope="com::sun::star::lang">WrappedTargetException</type>. */ - [const] any getPropertyValue( [in] string PropertyName ) + any getPropertyValue( [in] string PropertyName ) raises( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ); @@ -249,6 +248,9 @@ interface XPropertySet: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl index 79bd8a55e..46a87f1a2 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertySetInfo.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,6 @@ module com { module sun { module star { module beans { <p>The specification only describes the properties, it does not contain any values.</p> */ -[ uik(E227A3A9-33D6-11D1-AABE00A0-249D5590), ident( "XPropertySetInfo", 1.0 ) ] interface XPropertySetInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -103,7 +102,7 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface a sequence with all property descriptors which are specified within this <type>XPropertySetInfo</type>. */ - [const] sequence<com::sun::star::beans::Property> getProperties(); + sequence<com::sun::star::beans::Property> getProperties(); //------------------------------------------------------------------------- @@ -117,7 +116,7 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface @throws UnknownPropertyException if the property does not exist. */ - [const] com::sun::star::beans::Property getPropertyByName( [in] string aName ) + com::sun::star::beans::Property getPropertyByName( [in] string aName ) raises( com::sun::star::beans::UnknownPropertyException ); //------------------------------------------------------------------------- @@ -130,7 +129,7 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface @param aName specifies the name of the property. */ - [const] boolean hasPropertyByName( [in] string Name ); + boolean hasPropertyByName( [in] string Name ); }; @@ -141,6 +140,9 @@ interface XPropertySetInfo: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl index 3908bf8e1..19fc4d718 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertySetInfoChangeListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ @see PropertySetInfoChangeEvent @see XPropertySetInfoChangeNotifier */ -[ uik(54D27621-DA3A-11d3-9F590050-04526AC8), ident( "XPropertySetInfoChangeListener", 1.0 ) ] interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -100,6 +99,9 @@ interface XPropertySetInfoChangeListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 16:15:24 mi + documentation syntax fixed + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl index ecfab0920..108ec4e16 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertySetInfoChangeNotifier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ @see PropertySetInfoChangeEvent @see XPropertySetInfoChangeListener */ -[ uik(54D27628-DA3A-11d3-9F590050-04526AC8), ident( "XPropertySetInfoChangeNotifier", 1.0 ) ] interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -107,6 +106,9 @@ interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 16:15:24 mi + documentation syntax fixed + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl index 4a48dfe35..87d7fd609 100644 --- a/udkapi/com/sun/star/beans/XPropertyState.idl +++ b/udkapi/com/sun/star/beans/XPropertyState.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyState.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,6 @@ module com { module sun { module star { module beans { (multi selection with multipe values).</li> </ul> */ -[ uik(E227A393-33D6-11D1-AABE00A0-249D5590), ident( "XPropertyState", 1.0 ) ] interface XPropertyState: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -178,7 +177,7 @@ interface XPropertyState: com::sun::star::uno::XInterface In this case the original exception is wrapped into that <type scope="com::sun::star::lang">WrappedTargetException</type>. */ - [const] any getPropertyDefault( [in] string aPropertyName ) + any getPropertyDefault( [in] string aPropertyName ) raises( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ); }; @@ -190,6 +189,9 @@ interface XPropertyState: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.5 2000/12/11 16:09:35 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl index db6d3a2d0..1f4b9e5d1 100644 --- a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyStateChangeListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module beans { /** receives events which get fired whenever the state of a bound property is changed. */ -[ uik(E227A392-33D6-11D1-AABE00A0-249D5590), ident( "XPropertyStateChangeListener", 1.0 ) ] interface XPropertyStateChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -102,6 +101,9 @@ interface XPropertyStateChangeListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/15 16:22:48 mi + lost documentation from src536 inserted + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl index 8748d3e45..4a247ab9c 100644 --- a/udkapi/com/sun/star/beans/XPropertyWithState.idl +++ b/udkapi/com/sun/star/beans/XPropertyWithState.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPropertyWithState.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,6 @@ also implement <type>XProperty</type>. </p> */ -[ uik(7916BF26-A373-11D4-9F6A0050-DA6BA2A6), ident( "XPropertyWithState", 1.0 ) ] interface XPropertyWithState: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -107,7 +106,7 @@ interface XPropertyWithState: com::sun::star::uno::XInterface /** @returns the state of this as a property. */ - [const] com::sun::star::beans::PropertyState getStateAsProperty( ); + com::sun::star::beans::PropertyState getStateAsProperty( ); //------------------------------------------------------------------------- @@ -141,7 +140,7 @@ interface XPropertyWithState: com::sun::star::uno::XInterface In this case the original exception is wrapped into that <type scope="com::sun::star::lang">WrappedTargetException</type>. */ - [const] com::sun::star::uno::XInterface getDefaultAsProperty( ) + com::sun::star::uno::XInterface getDefaultAsProperty( ) raises( com::sun::star::lang::WrappedTargetException ); }; @@ -152,6 +151,9 @@ interface XPropertyWithState: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl index fc50d88e7..0fb20e451 100644 --- a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl +++ b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XVetoableChangeListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,6 @@ <p>You can register an <type>XVetoableChangeListener</type> with a source object so as to be notified of any constrained property updates.</p> */ -[ uik(E227A3A7-33D6-11D1-AABE00A0-249D5590), ident( "XVetoableChangeListener", 1.0 ) ] interface XVetoableChangeListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -107,6 +106,9 @@ interface XVetoableChangeListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:35 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:20 mi moved from api diff --git a/udkapi/com/sun/star/bridge/XBridge.idl b/udkapi/com/sun/star/bridge/XBridge.idl index 7ceea8e59..1dfe2184c 100644 --- a/udkapi/com/sun/star/bridge/XBridge.idl +++ b/udkapi/com/sun/star/bridge/XBridge.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBridge.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,6 @@ module com { module sun { module star { module bridge { /** @missing */ -[ uik(8E6CB4B0-D3F0-11d3-9EE80050-04D7755D), ident( "XBridge", 1.0 ) ] interface XBridge: com::sun::star::uno::XInterface { // DocMerge from xml: method com::sun::star::bridge::XBridge::getInstance diff --git a/udkapi/com/sun/star/bridge/XBridgeFactory.idl b/udkapi/com/sun/star/bridge/XBridgeFactory.idl index cec9a8f29..85d1e4b80 100644 --- a/udkapi/com/sun/star/bridge/XBridgeFactory.idl +++ b/udkapi/com/sun/star/bridge/XBridgeFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBridgeFactory.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:18:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,6 @@ /** @missing */ -[ uik(4D463C50-D3E8-11d3-9EE80050-04D7755D), ident( "XBridgeFactory", 1.0 ) ] interface XBridgeFactory: com::sun::star::uno::XInterface { // DocMerge from idl: method com::sun::star::bridge::XBridgeFactory::createBridge diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl index a0349730a..4041d2063 100644 --- a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl +++ b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBridgeSupplier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,6 @@ @see com::sun::star::bridge::OleBridgeSupplier */ -[ uik(E227A548-33D6-11D1-AABE00A0-249D5590), ident( "XBridgeSupplier", 1.0 ) ] interface XBridgeSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -142,6 +141,9 @@ interface XBridgeSupplier: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:40 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:26 mi moved from api diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl index 18712cdef..af4767f1e 100644 --- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl +++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBridgeSupplier2.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:18:48 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -120,7 +120,6 @@ @see com::sun::star::bridge::OleBridgeSupplier2 */ -[ uik(5F97D2F0-50F8-11d4-83240050-04526AB4), ident( "XBridgeSupplier2", 1.0 ) ] interface XBridgeSupplier2: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -143,6 +142,9 @@ interface XBridgeSupplier2: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/12 10:18:48 jbu + reconstructed some method references, that have gone lost during merges + Revision 1.5 2000/12/11 16:09:40 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/bridge/XInstanceProvider.idl b/udkapi/com/sun/star/bridge/XInstanceProvider.idl index 669b876de..6e6706000 100644 --- a/udkapi/com/sun/star/bridge/XInstanceProvider.idl +++ b/udkapi/com/sun/star/bridge/XInstanceProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInstanceProvider.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,6 @@ /** @missing */ -[ uik(F84614A0-D3F0-11d3-9EE80050-04D7755D), ident("XInstanceProvider", 0.1) ] interface XInstanceProvider: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/bridge/XProtocolProperties.idl b/udkapi/com/sun/star/bridge/XProtocolProperties.idl index 04105baea..4f04645bd 100644 --- a/udkapi/com/sun/star/bridge/XProtocolProperties.idl +++ b/udkapi/com/sun/star/bridge/XProtocolProperties.idl @@ -2,9 +2,9 @@ * * $RCSfile: XProtocolProperties.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ module com { module sun { module star { module bridge { <p>INTERNAL INTERFACE, DO NOT USE IT ELSEWHERE!</p> */ -[ uik(A7EF98B1-8D82-11d4-9F1B0050-04D7755D), ident( "XProtocolProperties", 1.0 ) ] interface XProtocolProperties : com::sun::star::uno::XInterface { /** called to get a list of bridge internal properties. Which properties can be retrieved, diff --git a/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl b/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl index 4d651d335..86dfa5f62 100644 --- a/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl +++ b/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUnoUrlResolver.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ /** service <type scope="com::sun::star::bridge">UnoUrlResolver</type> implements this interface. */ -[ uik(E2463748-33D6-11D1-AABE00A0-249D5590), ident( "XUnoUrlResolver", 1.0 ) ] interface XUnoUrlResolver: com::sun::star::uno::XInterface { @@ -96,6 +95,9 @@ interface XUnoUrlResolver: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:40 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:26 mi moved from api diff --git a/udkapi/com/sun/star/connection/XAcceptor.idl b/udkapi/com/sun/star/connection/XAcceptor.idl index 94b3a76ab..09933deb2 100644 --- a/udkapi/com/sun/star/connection/XAcceptor.idl +++ b/udkapi/com/sun/star/connection/XAcceptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAcceptor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:13:12 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,7 +71,6 @@ module com { module sun { module star { module connection { /** @missing */ -[ uik(B1877190-D328-11d3-9EE70050-04D7755D), ident( "XAcceptor", 1.0 ) ] interface XAcceptor: com::sun::star::uno::XInterface { // DocMerge from xml: method com::sun::star::connection::XAcceptor::accept diff --git a/udkapi/com/sun/star/connection/XConnection.idl b/udkapi/com/sun/star/connection/XConnection.idl index 3adfdce63..93b91efa5 100644 --- a/udkapi/com/sun/star/connection/XConnection.idl +++ b/udkapi/com/sun/star/connection/XConnection.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnection.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:13:12 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,6 @@ module com { module sun { module star { module connection { /** @missing */ -[ uik(61F60EB1-D327-11d3-9EE70050-04D7755D), ident( "XConnection", 1.0 ) ] interface XConnection: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/connection/XConnection2.idl b/udkapi/com/sun/star/connection/XConnection2.idl index db61f6afe..8e8b62ccb 100644 --- a/udkapi/com/sun/star/connection/XConnection2.idl +++ b/udkapi/com/sun/star/connection/XConnection2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnection2.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: kr $ $Date: 2001-01-23 11:57:03 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ module com { module sun { module star { module connection { XConnection2 extends the <code>XConnection</code> interface with <code>available</code> and <code>readSomeBytes</code> */ -[ uik(96BFCB68-8832-4697-A546310D-655604A6), ident( "XConnection2", 1.0 ) ] interface XConnection2: com::sun::star::connection::XConnection { diff --git a/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl b/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl index 934401ad0..1320fb07a 100644 --- a/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl +++ b/udkapi/com/sun/star/connection/XConnectionBroadcaster.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnectionBroadcaster.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:44 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,6 @@ // DocMerge from idl: interface com::sun::star::connection::XConnectionBroadcaster /** @missing */ -[ uik(B4B4B406-6329-4c7a-B8F43822-E9ACC142), ident( "XConnectionBroadcaster", 1.0 ) ] interface XConnectionBroadcaster: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/connection/XConnector.idl b/udkapi/com/sun/star/connection/XConnector.idl index 32424de2b..cb158dd8c 100644 --- a/udkapi/com/sun/star/connection/XConnector.idl +++ b/udkapi/com/sun/star/connection/XConnector.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnector.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2000-12-12 10:13:12 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,6 @@ module com { module sun { module star { module connection { // DocMerge: empty anyway -[ uik(4F73C140-D329-11d3-9EE70050-04D7755D), ident( "XConnector", 1.0 ) ] interface XConnector: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/container/XChild.idl b/udkapi/com/sun/star/container/XChild.idl index d32808cbe..84c2907a1 100644 --- a/udkapi/com/sun/star/container/XChild.idl +++ b/udkapi/com/sun/star/container/XChild.idl @@ -2,9 +2,9 @@ * * $RCSfile: XChild.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ <p>This interface normally is only supported if the objects all have exactly one dedicated parent container.</p> */ -[ uik(E227A52C-33D6-11D1-AABE00A0-249D5590), ident( "XChild", 1.0 ) ] interface XChild: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -90,7 +89,7 @@ interface XChild: com::sun::star::uno::XInterface // DocMerge from xml: method com::sun::star::container::XChild::getParent /** grants access to the object containing this content. */ - [const] com::sun::star::uno::XInterface getParent(); + com::sun::star::uno::XInterface getParent(); //------------------------------------------------------------------------- @@ -112,6 +111,9 @@ interface XChild: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XComponentEnumeration.idl b/udkapi/com/sun/star/container/XComponentEnumeration.idl index fe34e6a98..739fbcc77 100644 --- a/udkapi/com/sun/star/container/XComponentEnumeration.idl +++ b/udkapi/com/sun/star/container/XComponentEnumeration.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponentEnumeration.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ // DocMerge from xml: interface com::sun::star::container::XComponentEnumeration /** provides a typified enumeration through components. */ -[ uik(73DE5BB4-D7BF-11d3-9FC00010-5AEF84A7), ident( "XComponentEnumeration", 1.0 ) ] interface XComponentEnumeration: com::sun::star::container::XEnumeration { //------------------------------------------------------------------------- @@ -107,6 +106,9 @@ interface XComponentEnumeration: com::sun::star::container::XEnumeration /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl b/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl index 0c1207b9e..cea275e73 100644 --- a/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl +++ b/udkapi/com/sun/star/container/XComponentEnumerationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponentEnumerationAccess.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:31 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ /** provides a factory for a typified enumeration through a collection of components. */ -[ uik(78C7F660-D7F4-11d3-9FC00010-5AEF84A7), ident( "XComponentEnumerationAccess", 1.0 ) ] interface XComponentEnumerationAccess: com::sun::star::container::XEnumerationAccess { //------------------------------------------------------------------------- @@ -99,6 +98,9 @@ interface XComponentEnumerationAccess: com::sun::star::container::XEnumerationAc /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:04 hjs initial import diff --git a/udkapi/com/sun/star/container/XContainer.idl b/udkapi/com/sun/star/container/XContainer.idl index dc0ad4fd1..1a0333102 100644 --- a/udkapi/com/sun/star/container/XContainer.idl +++ b/udkapi/com/sun/star/container/XContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XContainer.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,6 @@ @see XNameAcces @see XEnumerationAccess */ -[ uik(E227A527-33D6-11D1-AABE00A0-249D5590), ident( "XContainer", 1.0 ) ] interface XContainer: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -125,6 +124,9 @@ interface XContainer: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XContainerListener.idl b/udkapi/com/sun/star/container/XContainerListener.idl index 8dbb7c199..051892d62 100644 --- a/udkapi/com/sun/star/container/XContainerListener.idl +++ b/udkapi/com/sun/star/container/XContainerListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XContainerListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:31 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ // DocMerge from xml: interface com::sun::star::container::XContainerListener /** receives events when the content of the related container changes. */ -[ uik(E227A528-33D6-11D1-AABE00A0-249D5590), ident( "XContainerListener", 1.0 ) ] interface XContainerListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -112,6 +111,9 @@ interface XContainerListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:04 hjs initial import diff --git a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl index 5b82e3dd4..83fd5e51e 100644 --- a/udkapi/com/sun/star/container/XContentEnumerationAccess.idl +++ b/udkapi/com/sun/star/container/XContentEnumerationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XContentEnumerationAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:32:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ wend </listing> */ -[ uik(E227A3F5-33D6-11D1-AABE00A0-249D5590), ident( "XContentEnumerationAccess", 1.0 ) ] interface XContentEnumerationAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -122,6 +121,9 @@ interface XContentEnumerationAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 15:32:24 mi + documentation syntax fixed + Revision 1.5 2000/12/11 16:09:45 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/container/XElementAccess.idl b/udkapi/com/sun/star/container/XElementAccess.idl index d035c15f4..57cad9065 100644 --- a/udkapi/com/sun/star/container/XElementAccess.idl +++ b/udkapi/com/sun/star/container/XElementAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XElementAccess.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module container { // DocMerge from xml: interface com::sun::star::container::XElementAccess /** This is the base interface of all collection interfaces. */ -[ uik(E227A395-33D6-11D1-AABE00A0-249D5590), ident( "XElementAccess", 1.0 ) ] interface XElementAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -90,7 +89,7 @@ interface XElementAccess: com::sun::star::uno::XInterface multi-type container and you cannot determine the exact types with this interface. */ - [const] type getElementType(); + type getElementType(); //------------------------------------------------------------------------- @@ -99,7 +98,7 @@ interface XElementAccess: com::sun::star::uno::XInterface <TRUE/> if the object contain elements, otherwise <FALSE/>. */ - [const] boolean hasElements(); + boolean hasElements(); }; @@ -110,6 +109,9 @@ interface XElementAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2001/01/31 09:45:40 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.6 2000/12/19 13:49:34 mi syntax errors in documentation fixed diff --git a/udkapi/com/sun/star/container/XEnumeration.idl b/udkapi/com/sun/star/container/XEnumeration.idl index c4c91fb65..c8316dc06 100644 --- a/udkapi/com/sun/star/container/XEnumeration.idl +++ b/udkapi/com/sun/star/container/XEnumeration.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEnumeration.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,6 @@ module com { module sun { module star { module container { <p> If the object changed, the behavior of the enumeration is not specified. This is not a remote interface. </p> */ -[ uik(E227A397-33D6-11D1-AABE00A0-249D5590), ident( "XEnumeration", 1.0 ) ] interface XEnumeration: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -140,6 +139,9 @@ interface XEnumeration: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XEnumerationAccess.idl b/udkapi/com/sun/star/container/XEnumerationAccess.idl index dcc2c695b..0426b4e0c 100644 --- a/udkapi/com/sun/star/container/XEnumerationAccess.idl +++ b/udkapi/com/sun/star/container/XEnumerationAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEnumerationAccess.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module container { // DocMerge from xml: interface com::sun::star::container::XEnumerationAccess /** used to enumerate objects in a container which contains objects. */ -[ uik(E227A416-33D6-11D1-AABE00A0-249D5590), ident( "XEnumerationAccess", 1.0 ) ] interface XEnumerationAccess: com::sun::star::container::XElementAccess { //------------------------------------------------------------------------- @@ -100,6 +99,9 @@ interface XEnumerationAccess: com::sun::star::container::XElementAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XHierarchicalName.idl b/udkapi/com/sun/star/container/XHierarchicalName.idl index 54bd94992..3e839e2a6 100644 --- a/udkapi/com/sun/star/container/XHierarchicalName.idl +++ b/udkapi/com/sun/star/container/XHierarchicalName.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHierarchicalName.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ @see com::sun::star::container::XHierarchicalNameAccess @see com::sun::star::container::XNamed */ -[ uik(C98C6340-4209-11d4-9F5D0050-DA6BA2A6), ident( "XHierarchicalName", 1.0 ) ] interface XHierarchicalName: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -97,7 +96,7 @@ interface XHierarchicalName: com::sun::star::uno::XInterface /** @returns the fully qualified hierarchical name of the object. */ - [const] string getHierarchicalName(); + string getHierarchicalName(); //------------------------------------------------------------------------- @@ -109,7 +108,7 @@ interface XHierarchicalName: com::sun::star::uno::XInterface @see XHierarchicalNameAccess::hasByHierarchicalName */ - [const] string composeHierarchicalName( [in] string aRelativeName ) + string composeHierarchicalName( [in] string aRelativeName ) raises( com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::NoSupportException ); }; @@ -121,6 +120,9 @@ interface XHierarchicalName: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl index 2f895d49f..d81338a4c 100644 --- a/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl +++ b/udkapi/com/sun/star/container/XHierarchicalNameAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHierarchicalNameAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:32:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,6 @@ @see com::sun::star::beans::XExactName */ -[ uik(94263A00-7FDE-11D3-87BD00A0-24494732), ident( "XHierarchicalNameAccess", 1.0 ) ] interface XHierarchicalNameAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -102,7 +101,7 @@ interface XHierarchicalNameAccess: com::sun::star::uno::XInterface @throws NoSuchElementException if an element under Name does not exist. */ - [const] any getByHierarchicalName( [in] string aName ) + any getByHierarchicalName( [in] string aName ) raises( com::sun::star::container::NoSuchElementException ); //------------------------------------------------------------------------- @@ -118,7 +117,7 @@ interface XHierarchicalNameAccess: com::sun::star::uno::XInterface @param aName the name of the object. */ - [const] boolean hasByHierarchicalName( [in] string aName ); + boolean hasByHierarchicalName( [in] string aName ); }; @@ -129,6 +128,9 @@ interface XHierarchicalNameAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 15:32:24 mi + documentation syntax fixed + Revision 1.5 2000/12/11 16:09:45 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/container/XIndexAccess.idl b/udkapi/com/sun/star/container/XIndexAccess.idl index 0f1c834d4..79404b2d5 100644 --- a/udkapi/com/sun/star/container/XIndexAccess.idl +++ b/udkapi/com/sun/star/container/XIndexAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIndexAccess.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,6 @@ module com { module sun { module star { module container { <p>This interface should only be used if the data structure, itself, is indexed.</p> */ -[ uik(E227A418-33D6-11D1-AABE00A0-249D5590), ident( "XIndexAccess", 1.0 ) ] interface XIndexAccess: com::sun::star::container::XElementAccess { //------------------------------------------------------------------------- @@ -96,7 +95,7 @@ interface XIndexAccess: com::sun::star::container::XElementAccess /** @returns the number of elements. */ - [const] long getCount(); + long getCount(); //------------------------------------------------------------------------- @@ -115,7 +114,7 @@ interface XIndexAccess: com::sun::star::container::XElementAccess then wrap these in a <type>WrappedTargetException</type> exception. */ - [const] any getByIndex( [in] long Index ) + any getByIndex( [in] long Index ) raises( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ); @@ -128,6 +127,9 @@ interface XIndexAccess: com::sun::star::container::XElementAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XIndexContainer.idl b/udkapi/com/sun/star/container/XIndexContainer.idl index 457e195ee..8bb88a74b 100644 --- a/udkapi/com/sun/star/container/XIndexContainer.idl +++ b/udkapi/com/sun/star/container/XIndexContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIndexContainer.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ /** This is the generic interface for supporting the insertion and removal of indexed elements.@see XContainer */ -[ uik(E227A52B-33D6-11D1-AABE00A0-249D5590), ident( "XIndexContainer", 1.0 ) ] interface XIndexContainer: com::sun::star::container::XIndexReplace { //------------------------------------------------------------------------- @@ -122,6 +121,9 @@ interface XIndexContainer: com::sun::star::container::XIndexReplace /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XIndexReplace.idl b/udkapi/com/sun/star/container/XIndexReplace.idl index 2ce1d122b..860c9463f 100644 --- a/udkapi/com/sun/star/container/XIndexReplace.idl +++ b/udkapi/com/sun/star/container/XIndexReplace.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIndexReplace.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ @see XContainer */ -[ uik(E227A422-33D6-11D1-AABE00A0-249D5590), ident( "XIndexReplace", 1.0 ) ] interface XIndexReplace: com::sun::star::container::XIndexAccess { //------------------------------------------------------------------------- @@ -113,6 +112,9 @@ interface XIndexReplace: com::sun::star::container::XIndexAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XNameAccess.idl b/udkapi/com/sun/star/container/XNameAccess.idl index 7dca49d80..9d5549f20 100644 --- a/udkapi/com/sun/star/container/XNameAccess.idl +++ b/udkapi/com/sun/star/container/XNameAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNameAccess.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:32:24 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ @see com::sun::star::beans::XExactName */ -[ uik(E227A417-33D6-11D1-AABE00A0-249D5590), ident( "XNameAccess", 1.0 ) ] interface XNameAccess: com::sun::star::container::XElementAccess { //------------------------------------------------------------------------- @@ -109,7 +108,7 @@ interface XNameAccess: com::sun::star::container::XElementAccess then wrap these in a <type>WrappedTargetException</type> exception. */ - [const] any getByName( [in] string aName ) + any getByName( [in] string aName ) raises( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ); @@ -121,7 +120,7 @@ interface XNameAccess: com::sun::star::container::XElementAccess <p>The order of the names is not specified. </p> */ - [const] sequence<string> getElementNames(); + sequence<string> getElementNames(); //------------------------------------------------------------------------- @@ -136,7 +135,7 @@ interface XNameAccess: com::sun::star::container::XElementAccess @param iaName the name of the object. */ - [const] boolean hasByName( [in] string aName ); + boolean hasByName( [in] string aName ); }; @@ -147,6 +146,9 @@ interface XNameAccess: com::sun::star::container::XElementAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 15:32:24 mi + documentation syntax fixed + Revision 1.5 2000/12/11 16:09:45 mi documentation syntax fixed and some minor semantic documentation fixes diff --git a/udkapi/com/sun/star/container/XNameContainer.idl b/udkapi/com/sun/star/container/XNameContainer.idl index 1ea76524a..9bd5e0b89 100644 --- a/udkapi/com/sun/star/container/XNameContainer.idl +++ b/udkapi/com/sun/star/container/XNameContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNameContainer.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,6 @@ @see XContainer */ -[ uik(E227A52A-33D6-11D1-AABE00A0-249D5590), ident( "XNameContainer", 1.0 ) ] interface XNameContainer: com::sun::star::container::XNameReplace { //------------------------------------------------------------------------- @@ -126,6 +125,9 @@ interface XNameContainer: com::sun::star::container::XNameReplace /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XNameReplace.idl b/udkapi/com/sun/star/container/XNameReplace.idl index c65742809..2bf18a109 100644 --- a/udkapi/com/sun/star/container/XNameReplace.idl +++ b/udkapi/com/sun/star/container/XNameReplace.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNameReplace.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ @see XContainer */ -[ uik(E227A421-33D6-11D1-AABE00A0-249D5590), ident( "XNameReplace", 1.0 ) ] interface XNameReplace: com::sun::star::container::XNameAccess { //------------------------------------------------------------------------- @@ -113,6 +112,9 @@ interface XNameReplace: com::sun::star::container::XNameAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XNamed.idl b/udkapi/com/sun/star/container/XNamed.idl index dc3f69f3b..3469ec85c 100644 --- a/udkapi/com/sun/star/container/XNamed.idl +++ b/udkapi/com/sun/star/container/XNamed.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamed.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ <p>The name is generally unique in the container of the object.</p> */ -[ uik(E227A52D-33D6-11D1-AABE00A0-249D5590), ident( "XNamed", 1.0 ) ] interface XNamed: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -86,7 +85,7 @@ interface XNamed: com::sun::star::uno::XInterface /** @returns the programmatic name of the object. */ - [const] string getName(); + string getName(); //------------------------------------------------------------------------- @@ -104,6 +103,9 @@ interface XNamed: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/container/XSet.idl b/udkapi/com/sun/star/container/XSet.idl index 443ff9b7e..b788ecc84 100644 --- a/udkapi/com/sun/star/container/XSet.idl +++ b/udkapi/com/sun/star/container/XSet.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSet.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:31 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ /** This is the generic interface for supporting the insertion and removal of elements.@see XContainer */ -[ uik(E227A529-33D6-11D1-AABE00A0-249D5590), ident( "XSet", 1.0 ) ] interface XSet: com::sun::star::container::XEnumerationAccess { //------------------------------------------------------------------------- @@ -97,7 +96,7 @@ interface XSet: com::sun::star::container::XEnumerationAccess /** @returns <TRUE/> if the element exists, otherwise <FALSE/>. */ - [const] boolean has( [in] any Element ); + boolean has( [in] any Element ); //------------------------------------------------------------------------- @@ -127,6 +126,9 @@ interface XSet: com::sun::star::container::XEnumerationAccess /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:31 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:04 hjs initial import diff --git a/udkapi/com/sun/star/container/XUniqueIDAccess.idl b/udkapi/com/sun/star/container/XUniqueIDAccess.idl index daea3391a..cd41b66ac 100644 --- a/udkapi/com/sun/star/container/XUniqueIDAccess.idl +++ b/udkapi/com/sun/star/container/XUniqueIDAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUniqueIDAccess.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ module com { module sun { module star { module container { // DocMerge from xml: interface com::sun::star::container::XUniqueIDAccess /** makes it possible to access contents via a unique ID. */ -[ uik(965BA025-A0F6-11d3-869B0050-04D8BC00), ident("UniqueIDAccess", 1.0) ] interface XUniqueIDAccess: com::sun::star::uno::XInterface { /** @missing @@ -100,6 +99,9 @@ interface XUniqueIDAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:45 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:31 mi moved from api diff --git a/udkapi/com/sun/star/io/XActiveDataControl.idl b/udkapi/com/sun/star/io/XActiveDataControl.idl index 58b0f04d5..ce49c530d 100644 --- a/udkapi/com/sun/star/io/XActiveDataControl.idl +++ b/udkapi/com/sun/star/io/XActiveDataControl.idl @@ -2,9 +2,9 @@ * * $RCSfile: XActiveDataControl.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ module com { module sun { module star { module io { <p>This interface should be supported by objects which implement <type>XActiveDataSource</type> or <type>XActiveDataSink</type>.</p> */ -[ uik(67AD5C28-23FD-11D3-9ECD0010-5A677293), ident( "XActiveDataControl", 1.0 ) ] interface XActiveDataControl: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -134,6 +133,9 @@ interface XActiveDataControl: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XActiveDataSink.idl b/udkapi/com/sun/star/io/XActiveDataSink.idl index 9b86653a6..b8fc618bf 100644 --- a/udkapi/com/sun/star/io/XActiveDataSink.idl +++ b/udkapi/com/sun/star/io/XActiveDataSink.idl @@ -2,9 +2,9 @@ * * $RCSfile: XActiveDataSink.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ module com { module sun { module star { module io { <p>If you want to allow control from outside, also implement the <type>XActiveDataControl</type> interface. </p> */ -[ uik(67AD5C21-23FD-11D3-9ECD0010-5A677293), ident( "XActiveDataSink", 1.0 ) ] interface XActiveDataSink: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -113,6 +112,9 @@ interface XActiveDataSink: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XActiveDataSource.idl b/udkapi/com/sun/star/io/XActiveDataSource.idl index 0359e50dd..2d76a453e 100644 --- a/udkapi/com/sun/star/io/XActiveDataSource.idl +++ b/udkapi/com/sun/star/io/XActiveDataSource.idl @@ -2,9 +2,9 @@ * * $RCSfile: XActiveDataSource.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ module com { module sun { module star { module io { @see XActiveDataControl. */ -[ uik(27022EC0-23FD-11D3-9ECD0010-5A677293), ident( "XActiveDataSource", 1.0 ) ] interface XActiveDataSource: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -114,6 +113,9 @@ interface XActiveDataSource: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XActiveDataStreamer.idl b/udkapi/com/sun/star/io/XActiveDataStreamer.idl index dbf6f067e..dec1bef36 100644 --- a/udkapi/com/sun/star/io/XActiveDataStreamer.idl +++ b/udkapi/com/sun/star/io/XActiveDataStreamer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XActiveDataStreamer.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ module com { module sun { module star { module io { <p>If you want to allow control from outside, also implement the <type>XActiveDataControl</type> interface. </p> */ -[ uik(43845611-50AF-11d4-93E50050-DA3F314C), ident( "XActiveDataStreamer", 1.0 ) ] interface XActiveDataStreamer: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -114,6 +113,9 @@ interface XActiveDataStreamer: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XConnectable.idl b/udkapi/com/sun/star/io/XConnectable.idl index bd623b730..6fa8e080d 100644 --- a/udkapi/com/sun/star/io/XConnectable.idl +++ b/udkapi/com/sun/star/io/XConnectable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnectable.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,6 @@ <p>This interface allows generic services to navigate between arbitrary elements of a connection.</p> */ -[ uik(B4D8EF41-2FA7-11D3-9ED20010-5A677293), ident( "XConnectable", 1.0 ) ] interface XConnectable: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -127,6 +126,9 @@ interface XConnectable: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XDataExporter.idl b/udkapi/com/sun/star/io/XDataExporter.idl index 79a765f6e..47835a48f 100644 --- a/udkapi/com/sun/star/io/XDataExporter.idl +++ b/udkapi/com/sun/star/io/XDataExporter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataExporter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ module com { module sun { module star { module io { <p>Exporter objects are registered for specific components and data types. </p> */ -[ uik(E2280127-33D6-11D1-AABE00A0-249D5590), ident( "XDataExporter", 1.0 ) ] interface XDataExporter: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -118,6 +117,9 @@ interface XDataExporter: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XDataImporter.idl b/udkapi/com/sun/star/io/XDataImporter.idl index 1bff9a98a..e1760301d 100644 --- a/udkapi/com/sun/star/io/XDataImporter.idl +++ b/udkapi/com/sun/star/io/XDataImporter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataImporter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ module com { module sun { module star { module io { <p>Importer objects are registered for specific components and data types.</p> */ -[ uik(E2280126-33D6-11D1-AABE00A0-249D5590), ident( "XDataImporter", 1.0 ) ] interface XDataImporter: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -117,6 +116,9 @@ interface XDataImporter: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XDataInputStream.idl b/udkapi/com/sun/star/io/XDataInputStream.idl index cffbdd491..2fa4da8e0 100644 --- a/udkapi/com/sun/star/io/XDataInputStream.idl +++ b/udkapi/com/sun/star/io/XDataInputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataInputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module io { /** makes it possible to read machine-independent simple data types from a stream. */ -[ uik(0888F610-23FA-11D3-9ECD0010-5A677293), ident( "XDataInputStream", 1.0 ) ] interface XDataInputStream: com::sun::star::io::XInputStream { //------------------------------------------------------------------------- @@ -165,6 +164,9 @@ interface XDataInputStream: com::sun::star::io::XInputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XDataOutputStream.idl b/udkapi/com/sun/star/io/XDataOutputStream.idl index 6ea927277..856d07648 100644 --- a/udkapi/com/sun/star/io/XDataOutputStream.idl +++ b/udkapi/com/sun/star/io/XDataOutputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataOutputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module io { /** makes it possible to write machine-independent simple data types to a stream. */ -[ uik(E227A3CB-33D6-11D1-AABE00A0-249D5590), ident( "XDataOutputStream", 1.0 ) ] interface XDataOutputStream: com::sun::star::io::XOutputStream { //------------------------------------------------------------------------- @@ -165,6 +164,9 @@ interface XDataOutputStream: com::sun::star::io::XOutputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XDataTransferEventListener.idl b/udkapi/com/sun/star/io/XDataTransferEventListener.idl index 781f3bc97..e91db09f2 100644 --- a/udkapi/com/sun/star/io/XDataTransferEventListener.idl +++ b/udkapi/com/sun/star/io/XDataTransferEventListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDataTransferEventListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XDataTransferEventListener /** is used to receive callbacks from an importer or exporter. */ -[ uik(E2280125-33D6-11D1-AABE00A0-249D5590), ident( "XDataTransferEventListener", 1.0 ) ] interface XDataTransferEventListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -105,6 +104,9 @@ interface XDataTransferEventListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XInputStream.idl b/udkapi/com/sun/star/io/XInputStream.idl index 2e533dc88..1c3186385 100644 --- a/udkapi/com/sun/star/io/XInputStream.idl +++ b/udkapi/com/sun/star/io/XInputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XInputStream /** This is the basic interface to read data from a stream. */ -[ uik(31D8FDC1-221E-11D3-9ECD0010-5A677293), ident( "XInputStream", 1.0 ) ] interface XInputStream: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -168,6 +167,9 @@ interface XInputStream: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XInputStreamProvider.idl b/udkapi/com/sun/star/io/XInputStreamProvider.idl index d6e59f6ed..842700d3e 100644 --- a/udkapi/com/sun/star/io/XInputStreamProvider.idl +++ b/udkapi/com/sun/star/io/XInputStreamProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInputStreamProvider.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2001-03-14 16:43:47 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ module com { module sun { module star { module io { When calling createInputStream() you get a fresh input stream to read from, anytime providing the same data. */ -[ uik(91D12584-92A9-4c97-B8BED54C-3123F9F6), ident( "XInputStreamProvider", 1.0 ) ] interface XInputStreamProvider : com::sun::star::uno::XInterface { /** Creates a new input stream providing the same data. @@ -92,6 +91,9 @@ interface XInputStreamProvider : com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.1 2001/03/14 16:43:47 dbo + new + =============================================================================*/ #endif diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl index dc6cd999c..9a21f3dd5 100644 --- a/udkapi/com/sun/star/io/XMarkableStream.idl +++ b/udkapi/com/sun/star/io/XMarkableStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMarkableStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XMarkableStream /** makes it possible to set and remove seekable marks to a stream. */ -[ uik(799AC0E0-2DFC-11D3-9ED10010-5A677293), ident( "XMarkableStream", 1.0 ) ] interface XMarkableStream: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -143,7 +142,7 @@ interface XMarkableStream: com::sun::star::uno::XInterface @throws IOException if an I/O error has occurred. */ - [const] long offsetToMark( [in] long nMark ) + long offsetToMark( [in] long nMark ) raises( com::sun::star::io::IOException, com::sun::star::lang::IllegalArgumentException ); @@ -156,6 +155,9 @@ interface XMarkableStream: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XObjectInputStream.idl b/udkapi/com/sun/star/io/XObjectInputStream.idl index 94807ee6b..098450084 100644 --- a/udkapi/com/sun/star/io/XObjectInputStream.idl +++ b/udkapi/com/sun/star/io/XObjectInputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XObjectInputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ module com { module sun { module star { module io { // DocMerge from idl: interface com::sun::star::io::XObjectInputStream /** makes it possible to load the data and structure of runtime objects. */ -[ uik(DF881FF2-2401-11D3-9ECD0010-5A677293), ident( "XObjectInputStream", 1.0 ) ] interface XObjectInputStream: com::sun::star::io::XDataInputStream { //------------------------------------------------------------------------- @@ -103,6 +102,9 @@ interface XObjectInputStream: com::sun::star::io::XDataInputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XObjectOutputStream.idl b/udkapi/com/sun/star/io/XObjectOutputStream.idl index 255578c58..b79c7bb44 100644 --- a/udkapi/com/sun/star/io/XObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/XObjectOutputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XObjectOutputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,6 @@ interface XPersistObject; <li>storing: A,B,C,D; loading: A,B,C is wrong</li> </ul> */ -[ uik(DF881FF1-2401-11D3-9ECD0010-5A677293), ident( "XObjectOutputStream", 1.0 ) ] interface XObjectOutputStream: XDataOutputStream { //------------------------------------------------------------------------- @@ -118,6 +117,9 @@ interface XObjectOutputStream: XDataOutputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl index 0a5e8c5f1..e8b6588f8 100644 --- a/udkapi/com/sun/star/io/XOutputStream.idl +++ b/udkapi/com/sun/star/io/XOutputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XOutputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XOutputStream /** This is the basic interface to write data to a stream. */ -[ uik(31D8FDC2-221E-11D3-9ECD0010-5A677293), ident( "XOutputStream", 1.0 ) ] interface XOutputStream: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -129,6 +128,9 @@ interface XOutputStream: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XPersist.idl b/udkapi/com/sun/star/io/XPersist.idl index 58095fef2..c8e4829d2 100644 --- a/udkapi/com/sun/star/io/XPersist.idl +++ b/udkapi/com/sun/star/io/XPersist.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPersist.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XPersist /** makes it possible to write this object to an URL or read it from an URL. */ -[ uik(057A2B40-D335-11d3-83C80050-04526B21), ident( "XPersist", 1.0 ) ] interface XPersist: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/io/XPersistObject.idl b/udkapi/com/sun/star/io/XPersistObject.idl index a2aa73504..9e9f42814 100644 --- a/udkapi/com/sun/star/io/XPersistObject.idl +++ b/udkapi/com/sun/star/io/XPersistObject.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPersistObject.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ interface XObjectOutputStream; // DocMerge from xml: interface com::sun::star::io::XPersistObject /** makes it possible to write the corresponding object to a stream. */ -[ uik(20C8EC32-2401-11D3-9ECD0010-5A677293), ident( "XPersistObject", 1.0 ) ] interface XPersistObject: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -96,7 +95,7 @@ interface XPersistObject: com::sun::star::uno::XInterface @see XServiceName::getServiceName */ - [const] string getServiceName(); + string getServiceName(); //------------------------------------------------------------------------- @@ -123,6 +122,9 @@ interface XPersistObject: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XSeekable.idl b/udkapi/com/sun/star/io/XSeekable.idl index 098db493b..eb578ddb6 100644 --- a/udkapi/com/sun/star/io/XSeekable.idl +++ b/udkapi/com/sun/star/io/XSeekable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSeekable.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,6 @@ module com { module sun { module star { module io { be fast enough. You should not support this interface, for example, if you have a continuous stream like a video stream. */ -[ uik(A70C54B0-A297-11d3-ABD600A0-249D5590), ident( "XSeekable", 1.0 ) ] interface XSeekable: com::sun::star::uno::XInterface { @@ -126,6 +125,9 @@ interface XSeekable: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XStream.idl b/udkapi/com/sun/star/io/XStream.idl index 03b0aaf83..ce723c7ff 100644 --- a/udkapi/com/sun/star/io/XStream.idl +++ b/udkapi/com/sun/star/io/XStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XStream /** offers read and write access to the same stream. */ -[ uik(43845612-50AF-11d4-93E50050-DA3F314C), ident( "XStream", 1.0 ) ] interface XStream: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -112,6 +111,9 @@ interface XStream: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XStreamListener.idl b/udkapi/com/sun/star/io/XStreamListener.idl index 879e678a0..a7524e4c7 100644 --- a/udkapi/com/sun/star/io/XStreamListener.idl +++ b/udkapi/com/sun/star/io/XStreamListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStreamListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,6 @@ module com { module sun { module star { module io { // DocMerge from xml: interface com::sun::star::io::XStreamListener /** makes it possible to receive events from an active data control. */ -[ uik(67AD5C27-23FD-11D3-9ECD0010-5A677293), ident( "XStreamListener", 1.0 ) ] interface XStreamListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -122,6 +121,9 @@ interface XStreamListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XTextInputStream.idl b/udkapi/com/sun/star/io/XTextInputStream.idl index b4c7f7695..c74a64e26 100644 --- a/udkapi/com/sun/star/io/XTextInputStream.idl +++ b/udkapi/com/sun/star/io/XTextInputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextInputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module io { /** makes it possible to read machine-independent simple data types from a stream. */ -[ uik(257E62E0-5C98-11d4-9F9A0050-04D8BBC7), ident( "XTextInputStream", 1.0 ) ] interface XTextInputStream: com::sun::star::io::XInputStream { //------------------------------------------------------------------------- @@ -139,6 +138,9 @@ interface XTextInputStream: com::sun::star::io::XInputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XTextOutputStream.idl b/udkapi/com/sun/star/io/XTextOutputStream.idl index 1b9e53c8b..379af980b 100644 --- a/udkapi/com/sun/star/io/XTextOutputStream.idl +++ b/udkapi/com/sun/star/io/XTextOutputStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextOutputStream.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module io { /** makes it possible to write machine-independent simple data types to a stream. */ -[ uik(4EC78070-5CBA-11d4-9F9B0050-04D8BBC7), ident( "XTextOutputStream", 1.0 ) ] interface XTextOutputStream: com::sun::star::io::XOutputStream { //------------------------------------------------------------------------- @@ -118,6 +117,9 @@ interface XTextOutputStream: com::sun::star::io::XOutputStream /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/11 16:09:49 mi + documentation syntax fixed and some minor semantic documentation fixes + Revision 1.4 2000/11/08 12:28:36 mi moved from api diff --git a/udkapi/com/sun/star/io/XTruncate.idl b/udkapi/com/sun/star/io/XTruncate.idl index a1419d4f8..f5517f864 100644 --- a/udkapi/com/sun/star/io/XTruncate.idl +++ b/udkapi/com/sun/star/io/XTruncate.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTruncate.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mi $ $Date: 2001-02-02 16:20:03 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module io { /** makes it possible to set the size of the underlying data of a stream to zero. */ -[ uik(2BD1A7D0-F926-11D4-A0080010-5AEF84A7), ident( "XTruncate", 1.0 ) ] interface XTruncate: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -99,6 +98,9 @@ interface XTruncate: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.1 2001/02/02 16:20:03 mi + new interface XTruncate + =============================================================================*/ #endif diff --git a/udkapi/com/sun/star/io/XXMLExtractor.idl b/udkapi/com/sun/star/io/XXMLExtractor.idl index 36d6ef3a1..cd2f383c4 100644 --- a/udkapi/com/sun/star/io/XXMLExtractor.idl +++ b/udkapi/com/sun/star/io/XXMLExtractor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XXMLExtractor.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-11 16:09:49 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module io { storage. */ -[ uik(9A4E4394-875A-4251-906FCA05-D3BEEB32), ident( "XXMLExtractor", 1.0 ) ] interface XXMLExtractor : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl b/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl index f80d93601..2f045574e 100644 --- a/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl +++ b/udkapi/com/sun/star/java/XJavaThreadRegister_11.idl @@ -2,9 +2,9 @@ * * $RCSfile: XJavaThreadRegister_11.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:46:58 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ module com { module sun { module star { module java { @incomplete */ -[ uik(F7662402-B540-11D2-89480060-0857BB21), ident( "XJavaThreadRegister_11", 1.0 ) ] interface XJavaThreadRegister_11: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -114,6 +113,9 @@ interface XJavaThreadRegister_11: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:46:58 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:40 mi moved from api diff --git a/udkapi/com/sun/star/java/XJavaVM.idl b/udkapi/com/sun/star/java/XJavaVM.idl index 080bc0a88..88bde4363 100644 --- a/udkapi/com/sun/star/java/XJavaVM.idl +++ b/udkapi/com/sun/star/java/XJavaVM.idl @@ -2,9 +2,9 @@ * * $RCSfile: XJavaVM.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:46:58 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ module com { module sun { module star { module java { @incomplete */ -[ uik(F7662401-B540-11D2-89480060-0857BB21), ident( "XJavaVM", 1.0 ) ] interface XJavaVM: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -117,6 +116,9 @@ interface XJavaVM: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:46:58 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:40 mi moved from api diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl index 9cdfcb63d..52e4a9139 100644 --- a/udkapi/com/sun/star/lang/XComponent.idl +++ b/udkapi/com/sun/star/lang/XComponent.idl @@ -2,9 +2,9 @@ * * $RCSfile: XComponent.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:26 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ interface XEventListener; EventListener at that object and cleared the reference when "disposing" is called.</p> */ -[ uik(E227A39F-33D6-11D1-AABE00A0-249D5590), ident( "XComponent", 1.0 ) ] interface XComponent: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -179,6 +178,9 @@ interface XComponent: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2000/12/19 16:15:26 mi + documentation syntax fixed + Revision 1.5 2000/12/13 15:47:01 mi symtactical documentation and minor semantic documentation flaws fixed diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl index f4b350465..ca7ef288e 100644 --- a/udkapi/com/sun/star/lang/XConnectionPoint.idl +++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnectionPoint.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,7 +145,6 @@ module com { module sun { module star { module lang { @see XConnectionPointContainer */ -[ uik(E227A3D3-33D6-11D1-AABE00A0-249D5590), ident( "XConnectionPoint", 1.0 ) ] interface XConnectionPoint: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -165,7 +164,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface @see IConnectionPointContainer::FindConnectionPoint */ - [const] type getConnectionType(); + type getConnectionType(); //------------------------------------------------------------------------- @@ -176,7 +175,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface @see IConnectionPointContainer */ - [const] com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer(); + com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer(); //------------------------------------------------------------------------- @@ -232,7 +231,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface /** @returns a sequence of all currently advised connections. */ - [const] sequence<com::sun::star::uno::XInterface> getConnections(); + sequence<com::sun::star::uno::XInterface> getConnections(); }; @@ -243,6 +242,9 @@ interface XConnectionPoint: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.7 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.6 2000/12/19 15:32:25 mi documentation syntax fixed diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl index ad8075e24..83a7609c8 100644 --- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl +++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl @@ -2,9 +2,9 @@ * * $RCSfile: XConnectionPointContainer.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ interface XConnectionPoint; @see XConnectionPoint @see com::sun::star::uno::XWeak */ -[ uik(E227A3D4-33D6-11D1-AABE00A0-249D5590), ident( "XConnectionPointContainer", 1.0 ) ] interface XConnectionPointContainer: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -98,7 +97,7 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface a sequence of all outgoing type spefifies which are supported by this connectable object. */ - [const] sequence<type> getConnectionPointTypes(); + sequence<type> getConnectionPointTypes(); //------------------------------------------------------------------------- @@ -154,6 +153,9 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.5 2000/12/13 15:47:01 mi symtactical documentation and minor semantic documentation flaws fixed diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl index 85a47da4e..2fc6944d5 100644 --- a/udkapi/com/sun/star/lang/XEventListener.idl +++ b/udkapi/com/sun/star/lang/XEventListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEventListener.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module lang { // DocMerge from xml: interface com::sun::star::lang::XEventListener /** This is a tagging interface that all event listener interfaces must extend. */ -[ uik(E227A39C-33D6-11D1-AABE00A0-249D5590), ident( "XEventListener", 1.0 ) ] interface XEventListener: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -101,6 +100,9 @@ interface XEventListener: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl index 685201da2..46fa23683 100644 --- a/udkapi/com/sun/star/lang/XInitialization.idl +++ b/udkapi/com/sun/star/lang/XInitialization.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInitialization.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,6 @@ module com { module sun { module star { module lang { @see XProducer */ -[ uik(E227A3DF-33D6-11D1-AABE00A0-249D5590), ident( "XInitialization", 1.0 ) ] interface XInitialization: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -112,6 +111,9 @@ interface XInitialization: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl index c94c796d9..a15b109fc 100644 --- a/udkapi/com/sun/star/lang/XLocalizable.idl +++ b/udkapi/com/sun/star/lang/XLocalizable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLocalizable.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,6 @@ module com { module sun { module star { module lang { // DocMerge from xml: interface com::sun::star::lang::XLocalizable /** makes it possible to set a <type>Locale</type> to be used by the object. */ -[ uik(27E1B230-B16B-11D3-9FAD0010-5AEF84A7), ident( "XLocalizable", 1.0 ) ] interface XLocalizable: com::sun::star::uno::XInterface { @@ -92,7 +91,7 @@ interface XLocalizable: com::sun::star::uno::XInterface /** @returns the locale, which ich used by this object. */ - [const] Locale getLocale(); + Locale getLocale(); }; //============================================================================= @@ -102,6 +101,9 @@ interface XLocalizable: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XMain.idl b/udkapi/com/sun/star/lang/XMain.idl index 477a02c1a..2f997fc7f 100644 --- a/udkapi/com/sun/star/lang/XMain.idl +++ b/udkapi/com/sun/star/lang/XMain.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMain.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module lang { // DocMerge from xml: interface com::sun::star::lang::XMain /** Executable components implement this interface. */ -[ uik(E33bbaaE-33D6-11D1-AABE00A0-249D5590), ident( "XMain", 1.0 ) ] interface XMain: com::sun::star::uno::XInterface { @@ -96,6 +95,9 @@ interface XMain: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl index 20299aa1f..bc46ffa94 100644 --- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl +++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMultiServiceFactory.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,7 +108,6 @@ module com { module sun { module star { module lang { @see XInitialization @see XSingleServiceFactory */ -[ uik(E227A3DE-33D6-11D1-AABE00A0-249D5590), ident( "XMultiServiceFactory", 1.0 ) ] interface XMultiServiceFactory: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -149,6 +148,9 @@ interface XMultiServiceFactory: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/udkapi/com/sun/star/lang/XServiceDisplayName.idl index a2239c4e1..cd988a2aa 100644 --- a/udkapi/com/sun/star/lang/XServiceDisplayName.idl +++ b/udkapi/com/sun/star/lang/XServiceDisplayName.idl @@ -2,9 +2,9 @@ * * $RCSfile: XServiceDisplayName.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ module com { module sun { module star { module lang { implementation name. It should not be used to identify / select a specific service / implementation.</p> */ -[ uik(53C10382-AC08-11d4-9F1A0050-04D8BBC5), ident( "XServiceDisplayName", 1.0 ) ] interface XServiceDisplayName : ::com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl index 2f1ad9ecf..e626826b9 100644 --- a/udkapi/com/sun/star/lang/XServiceInfo.idl +++ b/udkapi/com/sun/star/lang/XServiceInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XServiceInfo.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ module com { module sun { module star { module lang { /** provides information regarding which services are implemented.@see XSingleServiceFactory @see XToolSupplier */ -[ uik(E227A3E0-33D6-11D1-AABE00A0-249D5590), ident( "XServiceInfo", 1.0 ) ] interface XServiceInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -117,6 +116,9 @@ interface XServiceInfo: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl index 78b3ba146..9a6332112 100644 --- a/udkapi/com/sun/star/lang/XServiceName.idl +++ b/udkapi/com/sun/star/lang/XServiceName.idl @@ -2,9 +2,9 @@ * * $RCSfile: XServiceName.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ /** identifies the object with a service name which can be used to create such an object by a factory. */ -[ uik(1DCDF9E0-4686-11D3-9F440010-5AEF84A7), ident( "XServiceName", 1.0 ) ] interface XServiceName: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -88,7 +87,7 @@ interface XServiceName: com::sun::star::uno::XInterface @see XPersistObject::getServiceName */ - [const] string getServiceName(); + string getServiceName(); }; @@ -99,6 +98,9 @@ interface XServiceName: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl index 61540d4eb..df5181d66 100644 --- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl +++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSingleServiceFactory.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,6 @@ module com { module sun { module star { module lang { @see XInitialization @see XMultiServiceFactory */ -[ uik(E227A3DD-33D6-11D1-AABE00A0-249D5590), ident( "XSingleServiceFactory", 1.0 ) ] interface XSingleServiceFactory: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -119,6 +118,9 @@ interface XSingleServiceFactory: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/lang/XTypeProvider.idl b/udkapi/com/sun/star/lang/XTypeProvider.idl index b6d168f55..423428131 100644 --- a/udkapi/com/sun/star/lang/XTypeProvider.idl +++ b/udkapi/com/sun/star/lang/XTypeProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTypeProvider.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ module com { module sun { module star { module lang { /** interface to get information about the types (usually interface types) supported by an object. */ -[ uik(B163A7B0-C432-11d3-9F070050-04D8BBC7), ident( "XTypeProvider", 1.0 ) ] interface XTypeProvider: com::sun::star::uno::XInterface { @@ -112,6 +111,9 @@ interface XTypeProvider: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.6 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.5 2000/12/13 15:47:01 mi symtactical documentation and minor semantic documentation flaws fixed diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl index 4827fbf75..9c47a64dc 100644 --- a/udkapi/com/sun/star/lang/XUnoTunnel.idl +++ b/udkapi/com/sun/star/lang/XUnoTunnel.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUnoTunnel.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ module com { module sun { module star { module lang { /** the interface to tunnel UNO. This means providing access to data or something else, which is not specified in the UNO-IDL.<br> */ -[ uik(22260a3c-e868-11d3-86c60050-04d8bbbe), ident( "XUnoTunnel", 1.0 ) ] interface XUnoTunnel: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -100,6 +99,9 @@ interface XUnoTunnel: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/13 15:47:01 mi + symtactical documentation and minor semantic documentation flaws fixed + Revision 1.4 2000/11/08 12:28:41 mi moved from api diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 20ccf315c..e9d5af87c 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -2,9 +2,9 @@ * * $RCSfile: XImplementationLoader.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:45 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -86,7 +86,6 @@ // DocMerge from xml: interface com::sun::star::loader::XImplementationLoader /** defines the interface for classes that manage all the work needed to instantiate an implementation.@see XImplementationRegistration */ -[ uik(E227A3F4-33D6-11D1-AABE00A0-249D5590), ident( "XImplementationLoader", 1.0 ) ] interface XImplementationLoader: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -121,6 +120,9 @@ interface XImplementationLoader: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:45 mi + moved from api + Revision 1.2 2000/10/09 14:24:57 mi #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl index 6fce2eec6..d091f621a 100644 --- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCompoundTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,6 @@ // DocMerge from xml: interface com::sun::star::reflection::XCompoundTypeDescription /** the type description of a struct or exception. */ -[ uik(24AB9858-3064-11D3-9F1D0010-5AD848AF), ident( "XCompoundTypeDescription", 1.0 ) ] interface XCompoundTypeDescription: com::sun::star::reflection::XTypeDescription { //------------------------------------------------------------------------- @@ -107,6 +106,9 @@ interface XCompoundTypeDescription: com::sun::star::reflection::XTypeDescription /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:31 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl b/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl index 58c56b43c..b2b3a645e 100644 --- a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEnumTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,6 @@ // DocMerge from xml: interface com::sun::star::reflection::XEnumTypeDescription /** the type description of an enum. */ -[ uik(24AB9855-3064-11D3-9F1D0010-5AD848AF), ident( "XEnumTypeDescription", 1.0 ) ] interface XEnumTypeDescription: com::sun::star::reflection::XTypeDescription { //------------------------------------------------------------------------- @@ -108,6 +107,9 @@ interface XEnumTypeDescription: com::sun::star::reflection::XTypeDescription /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:31 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIdlArray.idl b/udkapi/com/sun/star/reflection/XIdlArray.idl index 914f3a275..01b9dc849 100644 --- a/udkapi/com/sun/star/reflection/XIdlArray.idl +++ b/udkapi/com/sun/star/reflection/XIdlArray.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlArray.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,6 @@ </p>@see IdlClass * */ -[ uik(E227A3A4-33D6-11D1-AABE00A0-249D5590), ident( "XIdlArray", 1.0 ) ] interface XIdlArray: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -157,6 +156,9 @@ interface XIdlArray: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl index 3dc77a3ef..305a6db3e 100644 --- a/udkapi/com/sun/star/reflection/XIdlClass.idl +++ b/udkapi/com/sun/star/reflection/XIdlClass.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlClass.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 13:49:36 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,7 +95,6 @@ interface XIdlArray; short, long, hypher, unsigned octet, unsigned short, unsigned long" and "unsigned hypher". */ -[ uik(E227A3A0-33D6-11D1-AABE00A0-249D5590), ident( "XIdlClass", 1.0 ) ] interface XIdlClass: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -157,7 +156,7 @@ interface XIdlClass: com::sun::star::uno::XInterface the UIK from this type. If the type has no UIK, then the returned UIK is zero. */ - [const] com::sun::star::uno::Uik getUik(); + com::sun::star::uno::Uik getUik(); //------------------------------------------------------------------------- // DOCUMENTATION CHANGED FOR XIdlClass::getSuperclasses @@ -298,6 +297,9 @@ interface XIdlClass: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 13:49:36 mi + syntax errors in documentation fixed + Revision 1.4 2000/11/08 12:28:46 mi moved from api diff --git a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl index b939bec19..e23a59256 100644 --- a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl +++ b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlClassProvider.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ /** makes it possible to access the <type>XIdlClass</type> interfaces of the implementation. */ -[ uik(E227A47B-33D6-11D1-AABE00A0-249D5590), ident( "XIdlClassProvider", 1.0 ) ] interface XIdlClassProvider: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -104,6 +103,9 @@ interface XIdlClassProvider: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIdlField.idl b/udkapi/com/sun/star/reflection/XIdlField.idl index 7ca30d40d..88a2cf0db 100644 --- a/udkapi/com/sun/star/reflection/XIdlField.idl +++ b/udkapi/com/sun/star/reflection/XIdlField.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlField.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ //============================================================================= // DocMerge: empty anyway -[ uik(E227A3A2-33D6-11D1-AABE00A0-249D5590), ident( "XIdlField", 1.0 ) ] interface XIdlField: com::sun::star::reflection::XIdlMember { //------------------------------------------------------------------------- @@ -192,6 +191,9 @@ interface XIdlField: com::sun::star::reflection::XIdlMember /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIdlMember.idl b/udkapi/com/sun/star/reflection/XIdlMember.idl index 802d28ab1..9eb65ab51 100644 --- a/udkapi/com/sun/star/reflection/XIdlMember.idl +++ b/udkapi/com/sun/star/reflection/XIdlMember.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlMember.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ interface XIdlClass; // DocMerge from xml: interface com::sun::star::reflection::XIdlMember /** makes it possible to access members of classes dynamically. */ -[ uik(E227A3A1-33D6-11D1-AABE00A0-249D5590), ident( "XIdlMember", 1.0 ) ] interface XIdlMember: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -109,6 +108,9 @@ interface XIdlMember: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl index e1f1c8e95..2458173da 100644 --- a/udkapi/com/sun/star/reflection/XIdlMethod.idl +++ b/udkapi/com/sun/star/reflection/XIdlMethod.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlMethod.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 13:49:36 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -93,7 +93,6 @@ interface XIdlClass; // DocMerge from xml: interface com::sun::star::reflection::XIdlMethod /** makes it possible to access the specification of a method dynamically. */ -[ uik(E227A3A3-33D6-11D1-AABE00A0-249D5590), ident( "XIdlMethod", 1.0 ) ] interface XIdlMethod: com::sun::star::reflection::XIdlMember { //------------------------------------------------------------------------- @@ -219,6 +218,9 @@ interface XIdlMethod: com::sun::star::reflection::XIdlMember /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 13:49:36 mi + syntax errors in documentation fixed + Revision 1.4 2000/11/08 12:28:46 mi moved from api diff --git a/udkapi/com/sun/star/reflection/XIdlReflection.idl b/udkapi/com/sun/star/reflection/XIdlReflection.idl index 7c2a83ab1..2da54f9bd 100644 --- a/udkapi/com/sun/star/reflection/XIdlReflection.idl +++ b/udkapi/com/sun/star/reflection/XIdlReflection.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIdlReflection.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ </p> */ -[ uik(E227A3BF-33D6-11D1-AABE00A0-249D5590), ident( "XIdlReflection", 1.0 ) ] interface XIdlReflection: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -125,6 +124,9 @@ interface XIdlReflection: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:31 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl index e3e99593c..0886d461b 100644 --- a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XIndirectTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ The type class of this description is TypeClass_TYPEDEF or TypeClass_SEQUENCE or TypeClass_ARRAY. */ -[ uik(24AB9856-3064-11D3-9F1D0010-5AD848AF), ident( "XIndirectTypeDescription", 1.0 ) ] interface XIndirectTypeDescription: com::sun::star::reflection::XTypeDescription { //------------------------------------------------------------------------- @@ -97,6 +96,9 @@ interface XIndirectTypeDescription: com::sun::star::reflection::XTypeDescription /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl index 18a126320..24aecfa34 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterfaceAttributeTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ /** The interface attribute type description. The type class of this description is TypeClass_INTERFACE_ATTRIBUTE. */ -[ uik(24AB9852-3064-11D3-9F1D0010-5AD848AF), ident( "XInterfaceAttributeTypeDescription", 1.0 ) ] interface XInterfaceAttributeTypeDescription: com::sun::star::reflection::XInterfaceMemberTypeDescription { //------------------------------------------------------------------------- @@ -106,6 +105,9 @@ interface XInterfaceAttributeTypeDescription: com::sun::star::reflection::XInter /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl index 4a1c355c7..4fbfe291d 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterfaceMemberTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ The type class of this description is TypeClass_INTERFACE_METHOD or TypeClass_INTERFACE_ATTRIBUTE. */ -[ uik(24AB9854-3064-11D3-9F1D0010-5AD848AF), ident( "XInterfaceMemberTypeDescription", 1.0 ) ] interface XInterfaceMemberTypeDescription: com::sun::star::reflection::XTypeDescription { //------------------------------------------------------------------------- @@ -104,6 +103,9 @@ interface XInterfaceMemberTypeDescription: com::sun::star::reflection::XTypeDesc /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl index 246ea2d3b..f87d2389d 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterfaceMethodTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,6 @@ /** The interface method type description. The type class of this description is TypeClass_INTERFACE_METHOD. */ -[ uik(24AB9853-3064-11D3-9F1D0010-5AD848AF), ident( "XInterfaceMethodTypeDescription", 1.0 ) ] interface XInterfaceMethodTypeDescription: com::sun::star::reflection::XInterfaceMemberTypeDescription { //------------------------------------------------------------------------- @@ -124,6 +123,9 @@ interface XInterfaceMethodTypeDescription: com::sun::star::reflection::XInterfac /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl index 868600822..1c56dc9a2 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterfaceTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,6 @@ /** The type description of an interface. The type class of this description is TypeClass_INTERFACE_INTERFACE. */ -[ uik(24AB9851-3064-11D3-9F1D0010-5AD848AF), ident( "XInterfaceTypeDescription", 1.0 ) ] interface XInterfaceTypeDescription: com::sun::star::reflection::XTypeDescription { //------------------------------------------------------------------------- @@ -118,6 +117,9 @@ interface XInterfaceTypeDescription: com::sun::star::reflection::XTypeDescriptio /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl index 07d770395..e5fdce9ce 100644 --- a/udkapi/com/sun/star/reflection/XMethodParameter.idl +++ b/udkapi/com/sun/star/reflection/XMethodParameter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMethodParameter.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ /** The description of an interface method parameter.<br> One of the methods isIn() or isOut() must return true. */ -[ uik(24AB9857-3064-11D3-9F1D0010-5AD848AF), ident( "XMethodParameter", 1.0 ) ] interface XMethodParameter: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -129,6 +128,9 @@ interface XMethodParameter: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl index d7f82491b..703f654a3 100644 --- a/udkapi/com/sun/star/reflection/XProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/XProxyFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XProxyFactory.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2000-11-13 16:16:05 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ // DocMerge from xml: interface com::sun::star::reflection::XProxyFactory /** You can create proxy interfaces via this interface. */ -[ uik(7646498A-8D55-4378-8BA33CEA-0D00EB19), ident( "XProxyFactory", 1.0 ) ] interface XProxyFactory: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -102,6 +101,9 @@ interface XProxyFactory: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.1 2000/11/13 16:16:05 jsc + moved from com.sun.star.util + Revision 1.3 2000/11/08 12:45:17 mi moved from api diff --git a/udkapi/com/sun/star/reflection/XTypeDescription.idl b/udkapi/com/sun/star/reflection/XTypeDescription.idl index 26abfb82e..f30bfa2e0 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ // DocMerge from xml: interface com::sun::star::reflection::XTypeDescription /** The generic idl type description. */ -[ uik(24AB9850-3064-11D3-9F1D0010-5AD848AF), ident( "XTypeDescription", 1.0 ) ] interface XTypeDescription: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -105,6 +104,9 @@ interface XTypeDescription: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl index e448177c7..272f73b45 100644 --- a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl @@ -2,9 +2,9 @@ * * $RCSfile: XUnionTypeDescription.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:46 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,6 @@ // DocMerge from xml: interface com::sun::star::reflection::XUnionTypeDescription /** The type description of a union. */ -[ uik(D67A22C0-9D0E-11d3-9ED20050-04D7677E), ident( "XUnionTypeDescription", 1.0 ) ] interface XUnionTypeDescription: com::sun::star::reflection::XTypeDescription { @@ -122,6 +121,9 @@ interface XUnionTypeDescription: com::sun::star::reflection::XTypeDescription /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:46 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl index 549195749..2482adcad 100644 --- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl +++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl @@ -2,9 +2,9 @@ * * $RCSfile: XImplementationRegistration.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,6 @@ /** offers a registry for implementation objects and provides information about the registered implementations. */ -[ uik(00000000-33D6-11D1-AABE00A0-249D5590), ident( "XImplementationRegistration", 1.0 ) ] interface XImplementationRegistration: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -153,6 +152,9 @@ interface XImplementationRegistration: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:50 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:32 hjs initial import diff --git a/udkapi/com/sun/star/registry/XRegistryKey.idl b/udkapi/com/sun/star/registry/XRegistryKey.idl index bc88de587..aee67b45a 100644 --- a/udkapi/com/sun/star/registry/XRegistryKey.idl +++ b/udkapi/com/sun/star/registry/XRegistryKey.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRegistryKey.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 13:49:37 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,6 @@ module com { module sun { module star { module registry { @see XSimpleRegistry */ -[ uik(E227A530-33D6-11D1-AABE00A0-249D5590), ident( "XRegistryKey", 1.0 ) ] interface XRegistryKey: com::sun::star::uno::XInterface { //--------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/registry/XSimpleRegistry.idl b/udkapi/com/sun/star/registry/XSimpleRegistry.idl index 5be504a7b..9446e3ce5 100644 --- a/udkapi/com/sun/star/registry/XSimpleRegistry.idl +++ b/udkapi/com/sun/star/registry/XSimpleRegistry.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSimpleRegistry.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:50 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,7 +85,6 @@ module com { module sun { module star { module registry { //============================================================================= /** */ -[ uik(E227A531-33D6-11D1-AABE00A0-249D5590), ident( "XSimpleRegistry", 1.0 ) ] interface XSimpleRegistry: com::sun::star::uno::XInterface { //--------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/script/XAllListener.idl b/udkapi/com/sun/star/script/XAllListener.idl index 72b368839..bd41c458c 100644 --- a/udkapi/com/sun/star/script/XAllListener.idl +++ b/udkapi/com/sun/star/script/XAllListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAllListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,6 @@ <p>Without any output parameters, it is possible to adapt any interface if the <type>XAllListenerAdapterService</type> can generate an adapter.</p> */ -[ uik(E227A479-33D6-11D1-AABE00A0-249D5590), ident( "XAllListener", 1.0 ) ] interface XAllListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -123,6 +122,9 @@ interface XAllListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import diff --git a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl index 95e25dee1..91149678e 100644 --- a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl +++ b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAllListenerAdapterService.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,7 +84,6 @@ /** allows the generation of adapters from specific interfaces to the <type>XAllListener</type>. */ -[ uik(E227A47A-33D6-11D1-AABE00A0-249D5590), ident( "XAllListenerAdapterService", 1.0 ) ] interface XAllListenerAdapterService: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -110,6 +109,9 @@ interface XAllListenerAdapterService: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XDebugging.idl b/udkapi/com/sun/star/script/XDebugging.idl index 5ddca46a3..3bae5e16c 100644 --- a/udkapi/com/sun/star/script/XDebugging.idl +++ b/udkapi/com/sun/star/script/XDebugging.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDebugging.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,7 +79,6 @@ // DocMerge from xml: interface com::sun::star::script::XDebugging /** makes it possible to set breakpoints in an interpreter. */ -[ uik(E227A3C3-33D6-11D1-AABE00A0-249D5590), ident( "XDebugging", 1.0 ) ] interface XDebugging: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -228,6 +227,9 @@ interface XDebugging: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import diff --git a/udkapi/com/sun/star/script/XEngine.idl b/udkapi/com/sun/star/script/XEngine.idl index f9dc48df6..c5e30da12 100644 --- a/udkapi/com/sun/star/script/XEngine.idl +++ b/udkapi/com/sun/star/script/XEngine.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEngine.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ // DocMerge from xml: interface com::sun::star::script::XEngine /** makes it possible to control a scripting engine. */ -[ uik(E227A3C1-33D6-11D1-AABE00A0-249D5590), ident( "XEngine", 1.0 ) ] interface XEngine: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -194,6 +193,9 @@ interface XEngine: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import diff --git a/udkapi/com/sun/star/script/XEngineListener.idl b/udkapi/com/sun/star/script/XEngineListener.idl index fe6b05386..fe822ce47 100644 --- a/udkapi/com/sun/star/script/XEngineListener.idl +++ b/udkapi/com/sun/star/script/XEngineListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEngineListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,6 @@ // DocMerge from xml: interface com::sun::star::script::XEngineListener /** makes it possible to receive events from a scripting engine. */ -[ uik(E227A39E-33D6-11D1-AABE00A0-249D5590), ident( "XEngineListener", 1.0 ) ] interface XEngineListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -133,6 +132,9 @@ interface XEngineListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import diff --git a/udkapi/com/sun/star/script/XEventAttacher.idl b/udkapi/com/sun/star/script/XEventAttacher.idl index cbd9b7feb..11055d118 100644 --- a/udkapi/com/sun/star/script/XEventAttacher.idl +++ b/udkapi/com/sun/star/script/XEventAttacher.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEventAttacher.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,6 @@ /** makes it possible to attach script events given by a sequence of <type>ScriptEventDescriptor</type> structures to a given interface. */ -[ uik(E227A522-33D6-11D1-AABE00A0-249D5590), ident( "XEventAttacher", 1.0 ) ] interface XEventAttacher: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -180,6 +179,9 @@ interface XEventAttacher: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:35 hjs initial import diff --git a/udkapi/com/sun/star/script/XEventAttacherManager.idl b/udkapi/com/sun/star/script/XEventAttacherManager.idl index 004dd44ef..7625fab08 100644 --- a/udkapi/com/sun/star/script/XEventAttacherManager.idl +++ b/udkapi/com/sun/star/script/XEventAttacherManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XEventAttacherManager.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:35:58 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,6 @@ // DocMerge from xml: interface com::sun::star::script::XEventAttacherManager /** registers listeners for specified events. */ -[ uik(E227A521-33D6-11D1-AABE00A0-249D5590), ident( "XEventAttacherManager", 1.0 ) ] interface XEventAttacherManager: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -307,6 +306,9 @@ interface XEventAttacherManager: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 15:35:58 mi + documentation syntax fixed + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XInvocation.idl b/udkapi/com/sun/star/script/XInvocation.idl index be07dfacb..49916d27e 100644 --- a/udkapi/com/sun/star/script/XInvocation.idl +++ b/udkapi/com/sun/star/script/XInvocation.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocation.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:32:25 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,7 +101,6 @@ <type scope="com::sun::star::container">XEnumerationAccess</type>. </p> */ -[ uik(E227A3C2-33D6-11D1-AABE00A0-249D5590), ident( "XInvocation", 1.0 ) ] interface XInvocation: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -111,7 +110,7 @@ interface XInvocation: com::sun::star::uno::XInterface the introspection from this object or <NULL/> if the object does not provide this information. */ - [const] com::sun::star::beans::XIntrospectionAccess getIntrospection(); + com::sun::star::beans::XIntrospectionAccess getIntrospection(); //------------------------------------------------------------------------- @@ -172,7 +171,7 @@ interface XInvocation: com::sun::star::uno::XInterface @param aName specifies the name of the method. */ - [const] boolean hasMethod( [in] string aName ); + boolean hasMethod( [in] string aName ); //------------------------------------------------------------------------- @@ -190,7 +189,7 @@ interface XInvocation: com::sun::star::uno::XInterface @param aName specifies the name of the property. */ - [const] boolean hasProperty( [in] string aName ); + boolean hasProperty( [in] string aName ); }; @@ -201,6 +200,9 @@ interface XInvocation: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 15:32:25 mi + documentation syntax fixed + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XInvocation2.idl b/udkapi/com/sun/star/script/XInvocation2.idl index 519faa8ef..d98ab7b0b 100644 --- a/udkapi/com/sun/star/script/XInvocation2.idl +++ b/udkapi/com/sun/star/script/XInvocation2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocation2.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:35:58 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ XInvocation. </p> */ -[ uik(03D582E0-8890-11d4-9FC90050-04D8BBC7), ident( "XInvocation2", 1.0 ) ] interface XInvocation2: com::sun::star::script::XInvocation { @@ -123,6 +122,9 @@ interface XInvocation2: com::sun::star::script::XInvocation /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 15:35:58 mi + documentation syntax fixed + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl index 4c279845f..b171e5ef2 100644 --- a/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl +++ b/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocationAdapterFactory.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ interface by using this adapter factory interface. <br> */ -[ uik(CD126BD0-910C-11d3-87C400A0-24494732), ident("InvocationAdapterFactory", 1.0) ] interface XInvocationAdapterFactory: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -111,6 +110,9 @@ interface XInvocationAdapterFactory: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl index 1a5b9960b..fa97b9a31 100644 --- a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl +++ b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInvocationAdapterFactory2.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ @author Daniel Boelzle @version 1.0 08/22/00 */ -[ uik(7DBF48AE-4467-44ce-B5ED15D1-C02E8B47), ident("InvocationAdapterFactory2", 1.0) ] interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -107,6 +106,9 @@ interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XLibraryAccess.idl b/udkapi/com/sun/star/script/XLibraryAccess.idl index 4b38901cf..2aadbd184 100644 --- a/udkapi/com/sun/star/script/XLibraryAccess.idl +++ b/udkapi/com/sun/star/script/XLibraryAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLibraryAccess.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 13:49:38 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,6 @@ the functions. It is possible to get just the code from a function, but you can also get the whole code of a module with all functions in it.</p> */ -[ uik(E227A3C4-33D6-11D1-AABE00A0-249D5590), ident( "XLibraryAccess", 1.0 ) ] interface XLibraryAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -167,6 +166,9 @@ interface XLibraryAccess: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2000/12/19 13:49:38 mi + syntax errors in documentation fixed + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl index b2e3ba5ec..3e30b412c 100644 --- a/udkapi/com/sun/star/script/XScriptEventsAttacher.idl +++ b/udkapi/com/sun/star/script/XScriptEventsAttacher.idl @@ -2,9 +2,9 @@ * * $RCSfile: XScriptEventsAttacher.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2001-02-21 16:34:33 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,6 @@ objects that give access to the definition of events that should be attached to them, e.g. by supporting XEventsSupplier */ -[ uik(27EF84B0-0281-11d5-A01A0050-04D8BBC7), ident( "XScriptEventsAttacher", 1.0 ) ] interface XScriptEventsAttacher: com::sun::star::uno::XInterface { /** diff --git a/udkapi/com/sun/star/script/XScriptEventsSupplier.idl b/udkapi/com/sun/star/script/XScriptEventsSupplier.idl index 290a7271e..c244fa87e 100644 --- a/udkapi/com/sun/star/script/XScriptEventsSupplier.idl +++ b/udkapi/com/sun/star/script/XScriptEventsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XScriptEventsSupplier.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2001-02-21 16:33:26 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,7 +80,6 @@ Gives access to an event container represented by an XNameContainer. containing ScriptEventDescriptor instances */ -[ uik(E2EFC6A0-FC25-11d4-A0170050-04D8BBC7), ident( "XScriptEventsSupplier", 1.0 ) ] interface XScriptEventsSupplier: com::sun::star::uno::XInterface { diff --git a/udkapi/com/sun/star/script/XScriptListener.idl b/udkapi/com/sun/star/script/XScriptListener.idl index 6bbcda06b..f4329e9ee 100644 --- a/udkapi/com/sun/star/script/XScriptListener.idl +++ b/udkapi/com/sun/star/script/XScriptListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XScriptListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ // DocMerge from xml: interface com::sun::star::script::XScriptListener /** makes it possible to receive <type>ScriptEvent</type>s. */ -[ uik(E227A520-33D6-11D1-AABE00A0-249D5590), ident( "XScriptListener", 1.0 ) ] interface XScriptListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- @@ -112,6 +111,9 @@ interface XScriptListener: com::sun::star::lang::XEventListener /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:28:52 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:36 hjs initial import diff --git a/udkapi/com/sun/star/script/XStarBasicAccess.idl b/udkapi/com/sun/star/script/XStarBasicAccess.idl index 6f52b7f6b..7c3b4bbe5 100644 --- a/udkapi/com/sun/star/script/XStarBasicAccess.idl +++ b/udkapi/com/sun/star/script/XStarBasicAccess.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStarBasicAccess.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2000-11-13 12:07:27 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ /** Interface representing a library and provides access to its modules */ -[ uik(1B5D36B0-B944-11d4-9FF80050-04D8BBC7), ident( "XStarBasicAccess", 1.0 ) ] interface XStarBasicAccess: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl b/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl index f9c62eebe..efdbacae7 100644 --- a/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl +++ b/udkapi/com/sun/star/script/XStarBasicDialogInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStarBasicDialogInfo.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2000-11-13 12:07:27 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,7 +75,6 @@ /** Interface describing old style basic dialog (SI controls) in binary data */ -[ uik(F0787340-B727-11d4-9FF70050-04D8BBC7), ident( "XStarBasicDialogInfo", 1.0 ) ] interface XStarBasicDialogInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl index d3cebc052..5a5e31374 100644 --- a/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl +++ b/udkapi/com/sun/star/script/XStarBasicLibraryInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStarBasicLibraryInfo.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2000-11-13 12:07:27 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ /** Interface representing a library and provides access to its modules */ -[ uik(72454270-B646-11d4-9FF30050-04D8BBC7), ident( "XStarBasicLibraryInfo", 1.0 ) ] interface XStarBasicLibraryInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl b/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl index a4bc7ae5c..ebb601b45 100644 --- a/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl +++ b/udkapi/com/sun/star/script/XStarBasicModuleInfo.idl @@ -2,9 +2,9 @@ * * $RCSfile: XStarBasicModuleInfo.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: ab $ $Date: 2000-11-13 12:07:27 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,6 @@ /** Script Module containing some scripting code in a certain scripting language */ -[ uik(25AE6C50-B65A-11d4-9FF30050-04D8BBC7), ident( "XStarBasicModuleInfo", 1.0 ) ] interface XStarBasicModuleInfo: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/script/XTypeConverter.idl b/udkapi/com/sun/star/script/XTypeConverter.idl index 6ac5c2759..55ad56bd1 100644 --- a/udkapi/com/sun/star/script/XTypeConverter.idl +++ b/udkapi/com/sun/star/script/XTypeConverter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTypeConverter.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,6 @@ // DocMerge from xml: interface com::sun::star::script::XTypeConverter /** provides standard type conversions. */ -[ uik(E227A39D-33D6-11D1-AABE00A0-249D5590), ident( "XTypeConverter", 1.0 ) ] interface XTypeConverter: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -123,6 +122,9 @@ interface XTypeConverter: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.5 2001/01/31 09:45:41 mi + TYPE_XIDLCLASS is now 'type' + Revision 1.4 2000/11/08 12:28:52 mi moved from api diff --git a/udkapi/com/sun/star/security/XAccessControlContext.idl b/udkapi/com/sun/star/security/XAccessControlContext.idl index ae8322e3b..406e28648 100644 --- a/udkapi/com/sun/star/security/XAccessControlContext.idl +++ b/udkapi/com/sun/star/security/XAccessControlContext.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessControlContext.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-02-15 13:44:54 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ module com { module sun { module star { module security { that of the current execution thread. </p> */ -[ uik(7908B562-9C21-4330-8DF6840D-A46399F2), ident( "XAccessControlContext", 1.0 ) ] interface XAccessControlContext : com::sun::star::uno::XInterface { /** Determines whether the access request indicated by the specified diff --git a/udkapi/com/sun/star/security/XAccessController.idl b/udkapi/com/sun/star/security/XAccessController.idl index 8b2ccc604..40f0b8053 100644 --- a/udkapi/com/sun/star/security/XAccessController.idl +++ b/udkapi/com/sun/star/security/XAccessController.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAccessController.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-02-15 13:44:54 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,7 +96,6 @@ module com { module sun { module star { module security { access. </p> */ -[ uik(2E78F3CB-3172-44b3-BE60EDCB-91384BC9), ident( "XAccessController", 1.0 ) ] interface XAccessController : com::sun::star::uno::XInterface { /** Determines whether the access request indicated by the specified diff --git a/udkapi/com/sun/star/test/XSimpleTest.idl b/udkapi/com/sun/star/test/XSimpleTest.idl index ddcfeb228..c444f39da 100644 --- a/udkapi/com/sun/star/test/XSimpleTest.idl +++ b/udkapi/com/sun/star/test/XSimpleTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSimpleTest.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:36:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,6 @@ module com { module sun { module star { module test { /** A simple interface to test a service or interface implementation. */ -[ uik(E227A3FB-33D6-11D1-AABE00A0-249D5590), ident( "XSimpleTest", 1.0 ) ] interface XSimpleTest: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/test/XTest.idl b/udkapi/com/sun/star/test/XTest.idl index 0c7279ab1..cd2c41ba1 100644 --- a/udkapi/com/sun/star/test/XTest.idl +++ b/udkapi/com/sun/star/test/XTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTest.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 15:36:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,6 @@ module com { module sun { module star { module test { /** A simple interface to test a service or interface implementation. */ -[ uik(DEB08308-3235-11d4-9F730050-04D8BBC7), ident( "XTest", 1.0 ) ] interface XTest: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/test/XTestListener.idl b/udkapi/com/sun/star/test/XTestListener.idl index 81e4ef3f2..fa24e8cb7 100644 --- a/udkapi/com/sun/star/test/XTestListener.idl +++ b/udkapi/com/sun/star/test/XTestListener.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTestListener.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:57 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,6 @@ module com { module sun { module star { module test { //============================================================================= /** is used to handle errors/exceptions and warnings during tests. */ -[ uik(DEB08300-3235-11d4-9F730050-04D8BBC7), ident( "XTestListener", 1.0 ) ] interface XTestListener: com::sun::star::lang::XEventListener { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/test/bridge/XBridgeTest.idl b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl index c62694bf3..cf8603eb8 100644 --- a/udkapi/com/sun/star/test/bridge/XBridgeTest.idl +++ b/udkapi/com/sun/star/test/bridge/XBridgeTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XBridgeTest.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:29 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -131,7 +131,6 @@ struct TestDataElements : TestElement */ typedef TestDataElements TestData; -[ uik(A61C77C0-5D65-11d4-9F090050-04D7755D), ident("XRecursiveCall", 1.0) ] interface XRecursiveCall : com::sun::star::uno::XInterface { /*** @@ -147,7 +146,6 @@ interface XRecursiveCall : com::sun::star::uno::XInterface * An implementation of this object has to store given values and return whenever there * is an out param or return value. */ -[ uik(46833373-3462-11d3-87A400A0-24494732), ident("XBridgeTestBase", 1.0) ] interface XBridgeTestBase : com::sun::star::uno::XInterface { /** @@ -239,7 +237,6 @@ interface XBridgeTestBase : com::sun::star::uno::XInterface /** * Inherting from monster; adds raiseException(), attribute raising RuntimeException. */ -[ uik(44C34C20-3478-11d3-87A400A0-24494732), ident("XBridgeTest", 1.0) ] interface XBridgeTest : XBridgeTestBase { /** diff --git a/udkapi/com/sun/star/test/performance/XPerformanceTest.idl b/udkapi/com/sun/star/test/performance/XPerformanceTest.idl index 0e95b36c5..c6845bf34 100644 --- a/udkapi/com/sun/star/test/performance/XPerformanceTest.idl +++ b/udkapi/com/sun/star/test/performance/XPerformanceTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPerformanceTest.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:28:59 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -118,7 +118,6 @@ struct ComplexTypes : SimpleTypes * <li>raising RuntimeException</li> *<BR> */ -[ uik(F3EA02B8-F114-42b0-A4E5214C-E96F7852), ident("XPerformanceTest", 1.0) ] interface XPerformanceTest : com::sun::star::uno::XInterface { [oneway] void async(); diff --git a/udkapi/com/sun/star/uno/XAdapter.idl b/udkapi/com/sun/star/uno/XAdapter.idl index fe666a2ae..8ded7d44a 100644 --- a/udkapi/com/sun/star/uno/XAdapter.idl +++ b/udkapi/com/sun/star/uno/XAdapter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAdapter.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,7 +88,6 @@ </p>@see XWeak for decription af concepts. */ -[ uik(E227A545-33D6-11D1-AABE00A0-249D5590), ident( "XAdapter", 1.0 ) ] interface XAdapter: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -127,6 +126,9 @@ interface XAdapter: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import diff --git a/udkapi/com/sun/star/uno/XAggregation.idl b/udkapi/com/sun/star/uno/XAggregation.idl index c974b7501..3f78519b6 100644 --- a/udkapi/com/sun/star/uno/XAggregation.idl +++ b/udkapi/com/sun/star/uno/XAggregation.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAggregation.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2000-12-19 16:15:30 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,7 +111,6 @@ module com { module sun { module star { module uno { its aggregated objects. </ol> */ -[ uik(E227A3CE-33D6-11D1-AABE00A0-249D5590), ident( "XAggregation", 1.0 ) ] interface XAggregation: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/udkapi/com/sun/star/uno/XCurrentContext.idl b/udkapi/com/sun/star/uno/XCurrentContext.idl index 42b112e5a..bd7913a20 100644 --- a/udkapi/com/sun/star/uno/XCurrentContext.idl +++ b/udkapi/com/sun/star/uno/XCurrentContext.idl @@ -2,9 +2,9 @@ * * $RCSfile: XCurrentContext.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dbo $ $Date: 2001-02-15 13:44:56 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,7 +91,6 @@ module com { module sun { module star { module uno { Arbitrary values can be set and retrieved at the context. </p> */ -[ uik(0F18C234-B3F2-4018-BE369BF4-3912C863), ident("XCurrentContext", 1.0) ] interface XCurrentContext : com::sun::star::beans::XPropertySet { /** value of name: diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index a205e0956..7fda82438 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterface.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ <em>Logical</em> "Object" in this case means that the interfaces actually can be supported by internal, as in, aggregated physical objects.</p> */ -[ uik(E227A391-33D6-11D1-AABE00A0-249D5590), ident( "XInterface", 1.0 ) ] interface XInterface { // DocMerge from xml: method com::sun::star::uno::XInterface::queryInterface @@ -121,6 +120,9 @@ interface XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import diff --git a/udkapi/com/sun/star/uno/XNamingService.idl b/udkapi/com/sun/star/uno/XNamingService.idl index f0c6c4894..e271390ea 100644 --- a/udkapi/com/sun/star/uno/XNamingService.idl +++ b/udkapi/com/sun/star/uno/XNamingService.idl @@ -2,9 +2,9 @@ * * $RCSfile: XNamingService.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ // DocMerge from idl: interface com::sun::star::uno::XNamingService /** This is <B>the<B> interface which should be provided by a naming service. */ -[ uik(D0B88FF0-92AD-11d2-aad200a0-249d5590), ident("XNamingService", 1.0) ] interface XNamingService: com::sun::star::uno::XInterface { @@ -119,6 +118,9 @@ interface XNamingService: com::sun::star::uno::XInterface Source Code Control System - Update $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl index 4b7089a9b..7c6ae7261 100644 --- a/udkapi/com/sun/star/uno/XReference.idl +++ b/udkapi/com/sun/star/uno/XReference.idl @@ -2,9 +2,9 @@ * * $RCSfile: XReference.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,6 @@ /** must be implemented by anyone who holds the adapter on the client side.@see XWeak for decription af concepts. */ -[ uik(E227A547-33D6-11D1-AABE00A0-249D5590), ident( "XReference", 1.0 ) ] interface XReference: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -103,6 +102,9 @@ interface XReference: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import diff --git a/udkapi/com/sun/star/uno/XWeak.idl b/udkapi/com/sun/star/uno/XWeak.idl index 5527e018c..ba9f48fc5 100644 --- a/udkapi/com/sun/star/uno/XWeak.idl +++ b/udkapi/com/sun/star/uno/XWeak.idl @@ -2,9 +2,9 @@ * * $RCSfile: XWeak.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:29:00 $ + * last change: $Author: jsc $ $Date: 2001-03-16 15:10:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -128,7 +128,6 @@ </dl> </p> */ -[ uik(E227A546-33D6-11D1-AABE00A0-249D5590), ident( "XWeak", 1.0 ) ] interface XWeak: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -155,6 +154,9 @@ interface XWeak: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/11/08 12:29:00 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:36:18 hjs initial import |