Kaydet (Commit) 03295fcf authored tarafından Michael Hönnig's avatar Michael Hönnig

proofreading and corrections from Richard Holt

üst 756baaed
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: PluginDescription.idl,v $ * $RCSfile: PluginDescription.idl,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: mi $ $Date: 2000-11-08 12:43:27 $ * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -71,8 +71,6 @@ ...@@ -71,8 +71,6 @@
// DocMerge from xml: struct com::sun::star::plugin::PluginDescription // DocMerge from xml: struct com::sun::star::plugin::PluginDescription
/** is a handle for one specific plugin shared object. /** is a handle for one specific plugin shared object.
<p>If there are multiple mimetypes and/or extensions, multiple <p>If there are multiple mimetypes and/or extensions, multiple
<type>PluginDescription</type> objects will be created.</p> <type>PluginDescription</type> objects will be created.</p>
*/ */
...@@ -100,7 +98,7 @@ struct PluginDescription ...@@ -100,7 +98,7 @@ struct PluginDescription
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: field com::sun::star::plugin::PluginDescription::Description // DocMerge from xml: field com::sun::star::plugin::PluginDescription::Description
/** contains a free text description of the plugin. /** contains a text description of the plugin.
*/ */
string Description; string Description;
...@@ -113,6 +111,9 @@ struct PluginDescription ...@@ -113,6 +111,9 @@ struct PluginDescription
/*============================================================================= /*=============================================================================
$Log: not supported by cvs2svn $ $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:28 hjs Revision 1.1.1.1 2000/09/18 23:35:28 hjs
initial import initial import
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: PluginVariable.idl,v $ * $RCSfile: PluginVariable.idl,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: mi $ $Date: 2000-11-08 12:43:27 $ * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
//============================================================================= //=============================================================================
// DocMerge from xml: enum com::sun::star::plugin::PluginVariable // DocMerge from xml: enum com::sun::star::plugin::PluginVariable
/** PluginVariable describes the possible parameters to XPluginContext::getValue /** describes the possible parameters to XPluginContext::getValue.
it describes what kind of object is requested It describes what kind of object is requested
*/ */
enum PluginVariable enum PluginVariable
{ {
...@@ -101,6 +101,9 @@ enum PluginVariable ...@@ -101,6 +101,9 @@ enum PluginVariable
/*============================================================================= /*=============================================================================
$Log: not supported by cvs2svn $ $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 Revision 1.1.1.1 2000/09/18 23:35:29 hjs
initial import initial import
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XPlugin.idl,v $ * $RCSfile: XPlugin.idl,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $ * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
//============================================================================= //=============================================================================
// DocMerge from xml: interface com::sun::star::plugin::XPlugin // DocMerge from xml: interface com::sun::star::plugin::XPlugin
/** allowes the container to control the plugin. /** allows the container to control the plugin.
*/ */
interface XPlugin: com::sun::star::uno::XInterface interface XPlugin: com::sun::star::uno::XInterface
{ {
...@@ -107,6 +107,9 @@ interface XPlugin: com::sun::star::uno::XInterface ...@@ -107,6 +107,9 @@ interface XPlugin: com::sun::star::uno::XInterface
/*============================================================================= /*=============================================================================
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.4 2001/03/16 16:41:31 jsc
remove interfaceheader with uik and remove [const] in method definitions
Revision 1.3 2000/11/08 12:43:27 mi Revision 1.3 2000/11/08 12:43:27 mi
moved from api moved from api
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XPluginContext.idl,v $ * $RCSfile: XPluginContext.idl,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $ * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -95,8 +95,6 @@ ...@@ -95,8 +95,6 @@
// DocMerge from xml: interface com::sun::star::plugin::XPluginContext // DocMerge from xml: interface com::sun::star::plugin::XPluginContext
/** implements the calls a plugin library can make on its browser. /** implements the calls a plugin library can make on its browser.
<p>A default context can be created by a <type>XPluginManager</type>. <p>A default context can be created by a <type>XPluginManager</type>.
</p>@see XPluginManager </p>@see XPluginManager
...@@ -163,7 +161,7 @@ interface XPluginContext: com::sun::star::uno::XInterface ...@@ -163,7 +161,7 @@ interface XPluginContext: com::sun::star::uno::XInterface
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::plugin::XPluginContext::newStream // DocMerge from xml: method com::sun::star::plugin::XPluginContext::newStream
/** requests a new stream that is created by the plugin and cosumed /** requests a new stream that is created by the plugin and consumed
by the browser. by the browser.
*/ */
void newStream( [in] com::sun::star::plugin::XPlugin plugin, void newStream( [in] com::sun::star::plugin::XPlugin plugin,
...@@ -185,7 +183,7 @@ interface XPluginContext: com::sun::star::uno::XInterface ...@@ -185,7 +183,7 @@ interface XPluginContext: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR XPluginContext::getUserAgent // DOCUMENTATION CHANGED FOR XPluginContext::getUserAgent
// DocMerge from xml: method com::sun::star::plugin::XPluginContext::getUserAgent // DocMerge from xml: method com::sun::star::plugin::XPluginContext::getUserAgent
/** returns an application dependant identification string. This is /** returns an application dependent identification string. This is
the same string that is transmitted by a browser to an http server. the same string that is transmitted by a browser to an http server.
*/ */
string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin ) string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin )
...@@ -200,6 +198,9 @@ interface XPluginContext: com::sun::star::uno::XInterface ...@@ -200,6 +198,9 @@ interface XPluginContext: com::sun::star::uno::XInterface
/*============================================================================= /*=============================================================================
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.4 2001/03/16 16:41:31 jsc
remove interfaceheader with uik and remove [const] in method definitions
Revision 1.3 2000/11/08 12:43:27 mi Revision 1.3 2000/11/08 12:43:27 mi
moved from api moved from api
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: XPluginManager.idl,v $ * $RCSfile: XPluginManager.idl,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: jsc $ $Date: 2001-03-16 16:41:31 $ * last change: $Author: mi $ $Date: 2001-11-15 16:24:08 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -99,8 +99,6 @@ ...@@ -99,8 +99,6 @@
// DocMerge from xml: interface com::sun::star::plugin::XPluginManager // DocMerge from xml: interface com::sun::star::plugin::XPluginManager
/** manages all plugin instances. /** manages all plugin instances.
<p>Plugins can be created only from an <type>XPluginManager</type>. <p>Plugins can be created only from an <type>XPluginManager</type>.
It also creates <type>XPluginContext</type> objects, It also creates <type>XPluginContext</type> objects,
which can be overloaded by aggregation.</p> which can be overloaded by aggregation.</p>
...@@ -112,8 +110,6 @@ interface XPluginManager: com::sun::star::uno::XInterface ...@@ -112,8 +110,6 @@ interface XPluginManager: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::plugin::XPluginManager::createPluginContext // DocMerge from xml: method com::sun::star::plugin::XPluginManager::createPluginContext
/** creates a default context. /** creates a default context.
<p>This context depends on the service <p>This context depends on the service
<type scope="com::sun::star::frame">Desktop</type>.</p> <type scope="com::sun::star::frame">Desktop</type>.</p>
*/ */
...@@ -163,6 +159,9 @@ interface XPluginManager: com::sun::star::uno::XInterface ...@@ -163,6 +159,9 @@ interface XPluginManager: com::sun::star::uno::XInterface
/*============================================================================= /*=============================================================================
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.4 2001/03/16 16:41:31 jsc
remove interfaceheader with uik and remove [const] in method definitions
Revision 1.3 2000/11/08 12:43:27 mi Revision 1.3 2000/11/08 12:43:27 mi
moved from api moved from api
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment