summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/plugin/PluginVariable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/plugin/PluginVariable.idl')
-rw-r--r--offapi/com/sun/star/plugin/PluginVariable.idl53
1 files changed, 10 insertions, 43 deletions
diff --git a/offapi/com/sun/star/plugin/PluginVariable.idl b/offapi/com/sun/star/plugin/PluginVariable.idl
index 64b782337..b96c020f5 100644
--- a/offapi/com/sun/star/plugin/PluginVariable.idl
+++ b/offapi/com/sun/star/plugin/PluginVariable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PluginVariable.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:06:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,57 +68,24 @@
//=============================================================================
-// DocMerge from xml: enum com::sun::star::plugin::PluginVariable
-/** describes the possible parameters to XPluginContext::getValue.
- It describes what kind of object is requested
- */
+/** Describes the possible parameters to XPluginContext::getValue.
+ It describes what kind of object is requested.
+*/
enum PluginVariable
{
- //-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR PluginVariable:: VxDisplay,
-
- // DocMerge from xml: value com::sun::star::plugin::PluginVariable::VxDisplay
- /** XPluginContext::getValue will return the Xwindow Display pointer of
+ /** XPluginContext::getValue will return the XWindow display pointer of
a display connection (UNIX only)
- */
+ */
VxDisplay,
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR PluginVariable:: VxtAppContext
-
- // DocMerge from xml: value com::sun::star::plugin::PluginVariable::VxtAppContext
+
/** XPluginContext::getValue will return the global Xt application context
(UNIX only)
- */
- VxtAppContext
-
+ */
+ VxtAppContext
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:43:27 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:29 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:35 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/17 13:15:29 pl
- #74035# documentation
-
- Revision 1.2 2000/02/07 11:24:42 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:44 jsc
- new
-
-
-=============================================================================*/
#endif