summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:02:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:02:22 +0000
commit7c2f01d2c69308e1f3a4c155d7d9f4d1b2a11422 (patch)
treed29e2d1616908c81d794fa7dddaec1f3bf31c3dc /offapi/com/sun/star/awt
parent8e210627c2a3e9ddf63782fe9a6ba86da81d04b2 (diff)
INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED
2003/06/23 13:27:47 tbe 1.8.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XImageProducer.idl46
-rw-r--r--offapi/com/sun/star/awt/XInfoPrinter.idl9
-rw-r--r--offapi/com/sun/star/awt/XKeyListener.idl11
3 files changed, 26 insertions, 40 deletions
diff --git a/offapi/com/sun/star/awt/XImageProducer.idl b/offapi/com/sun/star/awt/XImageProducer.idl
index 3bdadab5974f..0770b4c2e2b4 100644
--- a/offapi/com/sun/star/awt/XImageProducer.idl
+++ b/offapi/com/sun/star/awt/XImageProducer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImageProducer.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:48 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:02:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,52 +76,42 @@
//=============================================================================
-// DocMerge from idl: interface com::sun::star::awt::XImageProducer
/** specifies a source for an image.
*/
interface XImageProducer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XImageProducer::addConsumer
- /** registers an image consumer with the
- image producer for accessing the image data
- during a later reconstruction of the image.
+ /** registers an image consumer with the image producer for accessing
+ the image data during a later reconstruction of the image.
-
-
- <p>The image producer may, at its
- discretion, start delivering the image data to the consumer
- using the <type>XImageConsumer</type> interface immediately, or when the
- next available image reconstruction is triggered by a call
- to the startProduction method.</p>
+ <p>The image producer may, at its discretion, start delivering the
+ image data to the consumer using the <type>XImageConsumer</type>
+ interface immediately, or when the next available image reconstruction
+ is triggered by a call to the startProduction method.</p>
*/
[oneway] void addConsumer( [in] com::sun::star::awt::XImageConsumer xConsumer );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XImageProducer::removeConsumer
- /** removes the given <type scope="com::sun::star::awt">XImageConsumer</type> callback
- from the list of consumers currently registered to
- receive image data. It is not considered an error
- to remove a consumer that is not currently registered.
- The image producer should stop sending data
- to this consumer as soon as it is feasible.
+ /** removes the given <type scope="com::sun::star::awt">XImageConsumer</type>
+ callback from the list of consumers currently registered to receive
+ image data.
+
+ <p>It is not considered an error to remove a consumer that is not
+ currently registered. The image producer should stop sending data
+ to this consumer as soon as it is feasible.</p>
*/
[oneway] void removeConsumer( [in] com::sun::star::awt::XImageConsumer xConsumer );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XImageProducer::startProduction
/** registers the given image consumer as a consumer
and starts an immediate reconstruction of the image data.
-
-
- <p>The image data will then be delivered to this
- consumer and any other consumer which may have already
- been registered with the producer. This method differs
- from the addConsumer method in that a reproduction of
+ <p>The image data will then be delivered to this consumer and any other
+ consumer which may have already been registered with the producer.
+ This method differs from the addConsumer method in that a reproduction of
the image data should be triggered as soon as possible.</p>
*/
[oneway] void startProduction();
diff --git a/offapi/com/sun/star/awt/XInfoPrinter.idl b/offapi/com/sun/star/awt/XInfoPrinter.idl
index 9ffe0c731f98..b0064904daf1 100644
--- a/offapi/com/sun/star/awt/XInfoPrinter.idl
+++ b/offapi/com/sun/star/awt/XInfoPrinter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XInfoPrinter.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:49 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:02:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,16 +76,15 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XInfoPrinter
/** represents an information printer.
*/
interface XInfoPrinter: com::sun::star::awt::XPrinterPropertySet
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XInfoPrinter::createDevice
/** creates a new object which implements an <type>XDevice</type>.
- The current settings are used as a template.
+
+ <p>The current settings are used as a template.</p>
*/
com::sun::star::awt::XDevice createDevice();
diff --git a/offapi/com/sun/star/awt/XKeyListener.idl b/offapi/com/sun/star/awt/XKeyListener.idl
index a30d864f137a..b6d8e9432838 100644
--- a/offapi/com/sun/star/awt/XKeyListener.idl
+++ b/offapi/com/sun/star/awt/XKeyListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XKeyListener.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:49 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:02:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,22 +76,19 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XKeyListener
/** makes it possible to receive keyboard events.
*/
interface XKeyListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XKeyListener::keyPressed
- /** gets invoked when a key has been pressed.
+ /** is invoked when a key has been pressed.
*/
[oneway] void keyPressed( [in] com::sun::star::awt::KeyEvent e );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XKeyListener::keyReleased
- /** gets invoked when a key has been released.
+ /** is invoked when a key has been released.
*/
[oneway] void keyReleased( [in] com::sun::star::awt::KeyEvent e );