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 @@
*
* $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
* either of the following licenses
......@@ -71,8 +71,6 @@
// DocMerge from xml: struct com::sun::star::plugin::PluginDescription
/** is a handle for one specific plugin shared object.
<p>If there are multiple mimetypes and/or extensions, multiple
<type>PluginDescription</type> objects will be created.</p>
*/
......@@ -100,7 +98,7 @@ struct PluginDescription
//-------------------------------------------------------------------------
// 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;
......@@ -113,6 +111,9 @@ struct PluginDescription
/*=============================================================================
$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
initial import
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -69,8 +69,8 @@
//=============================================================================
// DocMerge from xml: enum com::sun::star::plugin::PluginVariable
/** 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
{
......@@ -101,6 +101,9 @@ enum PluginVariable
/*=============================================================================
$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
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -81,7 +81,7 @@
//=============================================================================
// 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
{
......@@ -107,6 +107,9 @@ interface XPlugin: com::sun::star::uno::XInterface
/*=============================================================================
$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
moved from api
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -95,8 +95,6 @@
// DocMerge from xml: interface com::sun::star::plugin::XPluginContext
/** implements the calls a plugin library can make on its browser.
<p>A default context can be created by a <type>XPluginManager</type>.
</p>@see XPluginManager
......@@ -163,7 +161,7 @@ interface XPluginContext: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
// 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.
*/
void newStream( [in] com::sun::star::plugin::XPlugin plugin,
......@@ -185,7 +183,7 @@ interface XPluginContext: com::sun::star::uno::XInterface
// DOCUMENTATION CHANGED FOR 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.
*/
string getUserAgent( [in] com::sun::star::plugin::XPlugin plugin )
......@@ -200,6 +198,9 @@ interface XPluginContext: com::sun::star::uno::XInterface
/*=============================================================================
$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
moved from api
......
......@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
......@@ -99,8 +99,6 @@
// DocMerge from xml: interface com::sun::star::plugin::XPluginManager
/** manages all plugin instances.
<p>Plugins can be created only from an <type>XPluginManager</type>.
It also creates <type>XPluginContext</type> objects,
which can be overloaded by aggregation.</p>
......@@ -112,8 +110,6 @@ interface XPluginManager: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::plugin::XPluginManager::createPluginContext
/** creates a default context.
<p>This context depends on the service
<type scope="com::sun::star::frame">Desktop</type>.</p>
*/
......@@ -163,6 +159,9 @@ interface XPluginManager: com::sun::star::uno::XInterface
/*=============================================================================
$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
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