summaryrefslogtreecommitdiff
path: root/udkapi/com
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-01-31 08:45:41 +0000
committerMichael Hönnig <mi@openoffice.org>2001-01-31 08:45:41 +0000
commit41d7d8166c314610b5be1b1e6247329654c17292 (patch)
tree35ed32830ab644507b3f8207e06d65d25ef159c3 /udkapi/com
parentf617d30a59226edc91d7f985c33d799e356032fc (diff)
TYPE_XIDLCLASS is now 'type'
Diffstat (limited to 'udkapi/com')
-rw-r--r--udkapi/com/sun/star/beans/Property.idl9
-rw-r--r--udkapi/com/sun/star/beans/XIntrospectionAccess.idl11
-rw-r--r--udkapi/com/sun/star/container/XElementAccess.idl9
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl9
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl15
-rw-r--r--udkapi/com/sun/star/lang/XTypeProvider.idl9
-rw-r--r--udkapi/com/sun/star/script/AllEventObject.idl9
-rw-r--r--udkapi/com/sun/star/script/XAllListenerAdapterService.idl9
-rw-r--r--udkapi/com/sun/star/script/XInvocationAdapterFactory.idl9
-rw-r--r--udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl9
-rw-r--r--udkapi/com/sun/star/script/XTypeConverter.idl9
11 files changed, 70 insertions, 37 deletions
diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl
index e59a98259ac5..94436624458d 100644
--- a/udkapi/com/sun/star/beans/Property.idl
+++ b/udkapi/com/sun/star/beans/Property.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Property.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,7 @@ struct Property
known, <strong>but not <atom>any</atom></strong>, then
<const>void</const> must be returned.</p>
*/
- TYPE_XIDLCLASS Type;
+ type Type;
//-------------------------------------------------------------------------
@@ -130,6 +130,9 @@ struct Property
/*=============================================================================
$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/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl
index 6bc471b2e086..6dff6b077ff7 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jbu $ $Date: 2000-12-12 10:21:31 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,7 +252,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_XIDLCLASS> getSupportedListeners();
+ [const] sequence<type> getSupportedListeners();
//-------------------------------------------------------------------------
@@ -291,7 +291,7 @@ interface XIntrospectionAccess: com::sun::star::uno::XInterface
@see com::sun::star::beans::XExactName
*/
- [const] com::sun::star::uno::XInterface queryAdapter( [in] TYPE_XIDLCLASS aInterfaceType )
+ [const] com::sun::star::uno::XInterface queryAdapter( [in] type aInterfaceType )
raises( com::sun::star::beans::IllegalTypeException );
};
@@ -303,6 +303,9 @@ interface XIntrospectionAccess: 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/container/XElementAccess.idl b/udkapi/com/sun/star/container/XElementAccess.idl
index 3290f844c50e..def614f57f09 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 13:49:34 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ interface XElementAccess: com::sun::star::uno::XInterface
multi-type container and you cannot determine the exact types
with this interface.
*/
- [const] TYPE_XIDLCLASS getElementType();
+ [const] type getElementType();
//-------------------------------------------------------------------------
@@ -110,6 +110,9 @@ interface XElementAccess: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/19 13:49:34 mi
+ syntax errors in documentation 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/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index b01c3de82870..4d987934ed1f 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-19 15:32:25 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -165,7 +165,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
@see IConnectionPointContainer::FindConnectionPoint
*/
- [const] TYPE_XIDLCLASS getConnectionType();
+ [const] type getConnectionType();
//-------------------------------------------------------------------------
@@ -243,6 +243,9 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2000/12/19 15:32:25 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/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 768f04b23055..b86f76672b69 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,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_XIDLCLASS> getConnectionPointTypes();
+ [const] sequence<type> getConnectionPointTypes();
//-------------------------------------------------------------------------
@@ -112,7 +112,7 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
@param aType
specifies the connection point's type.
*/
- XConnectionPoint queryConnectionPoint( [in] TYPE_XIDLCLASS aType );
+ XConnectionPoint queryConnectionPoint( [in] type aType );
//-------------------------------------------------------------------------
@@ -131,7 +131,7 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
@see XConnectionPoint::advise
*/
- [oneway] void advise( [in] TYPE_XIDLCLASS aType,
+ [oneway] void advise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
//-------------------------------------------------------------------------
@@ -142,7 +142,7 @@ interface XConnectionPointContainer: com::sun::star::uno::XInterface
@see XConnectionPoint::unadvise
*/
- [oneway] void unadvise( [in] TYPE_XIDLCLASS aType,
+ [oneway] void unadvise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
};
@@ -154,6 +154,9 @@ interface XConnectionPointContainer: 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 71ea359b7977..9ee4184b8083 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,7 @@ interface XTypeProvider: com::sun::star::uno::XInterface
Important: If the object aggregates other objects the sequence also has
to contain all types supportet by the aggregated objects.
*/
- sequence<TYPE_XIDLCLASS> getTypes();
+ sequence<type> getTypes();
// DocMerge from idl: method com::sun::star::lang::XTypeProvider::getImplementationId
@@ -112,6 +112,9 @@ interface XTypeProvider: 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/script/AllEventObject.idl b/udkapi/com/sun/star/script/AllEventObject.idl
index e297163d22ac..fc741ce9b510 100644
--- a/udkapi/com/sun/star/script/AllEventObject.idl
+++ b/udkapi/com/sun/star/script/AllEventObject.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AllEventObject.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -108,7 +108,7 @@ struct AllEventObject: com::sun::star::lang::EventObject
// DocMerge from xml: field com::sun::star::script::AllEventObject::ListenerType
/** contains the type of the original listener.
*/
- TYPE_XIDLCLASS ListenerType;
+ type ListenerType;
//-------------------------------------------------------------------------
// DOCUMENTATION CHANGED FOR AllEventObject::MethodName
@@ -135,6 +135,9 @@ struct AllEventObject: com::sun::star::lang::EventObject
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:52 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:35 hjs
initial import
diff --git a/udkapi/com/sun/star/script/XAllListenerAdapterService.idl b/udkapi/com/sun/star/script/XAllListenerAdapterService.idl
index a9c2e5c721af..1eaffa451a48 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ interface XAllListenerAdapterService: com::sun::star::uno::XInterface
You must call <code>return-&amp;gt;queryInterface( ListenerType.getUik() )</code>
to get the correct listener interface.
*/
- com::sun::star::uno::XInterface createAllListerAdapter( [in] TYPE_XIDLCLASS xListenerType,
+ com::sun::star::uno::XInterface createAllListerAdapter( [in] type xListenerType,
[in] com::sun::star::script::XAllListener xListener,
[in] any aHelper );
@@ -110,6 +110,9 @@ interface XAllListenerAdapterService: 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/XInvocationAdapterFactory.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory.idl
index f4d712ce4fd1..39c55f1c457a 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ interface XInvocationAdapterFactory: com::sun::star::uno::XInterface
XInterface and given type
*/
com::sun::star::uno::XInterface createAdapter( [in]XInvocation Invocation,
- [in]TYPE_XIDLCLASS aType );
+ [in]type aType );
};
//=============================================================================
@@ -111,6 +111,9 @@ interface XInvocationAdapterFactory: 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:36 hjs
initial import
diff --git a/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl b/udkapi/com/sun/star/script/XInvocationAdapterFactory2.idl
index e1070cb653b2..019af61e2d62 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,7 +97,7 @@ interface XInvocationAdapterFactory2 : com::sun::star::uno::XInterface
* given types
*/
com::sun::star::uno::XInterface createAdapter(
- [in] XInvocation Invocation, [in] sequence< TYPE_XIDLCLASS > aTypes );
+ [in] XInvocation Invocation, [in] sequence< type > aTypes );
};
//=============================================================================
@@ -107,6 +107,9 @@ interface XInvocationAdapterFactory2 : 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:36 hjs
initial import
diff --git a/udkapi/com/sun/star/script/XTypeConverter.idl b/udkapi/com/sun/star/script/XTypeConverter.idl
index 321de3cb2719..930587a8537e 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:52 $
+ * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,7 +100,7 @@ interface XTypeConverter: com::sun::star::uno::XInterface
/** converts the value in <var>aFrom</var> to the specified type.
*/
any convertTo( [in] any aFrom,
- [in] TYPE_XIDLCLASS xDestinationType )
+ [in] type xDestinationType )
raises( com::sun::star::lang::IllegalArgumentException,
com::sun::star::script::CannotConvertException );
@@ -123,6 +123,9 @@ interface XTypeConverter: 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:36 hjs
initial import