summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:06:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:06:31 +0000
commitf1e520a5bc6c306109e7d5f9bd52372f30670c3c (patch)
treeaab5a4d4af62173fe4d1ef3409a9336a164d89af /offapi/com/sun/star/awt
parentafb09ca3cce1190101ba85c9974fd22b80d1966e (diff)
INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED
2003/06/23 13:27:55 tbe 1.8.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XTextListener.idl10
-rw-r--r--offapi/com/sun/star/awt/XVclContainer.idl25
2 files changed, 9 insertions, 26 deletions
diff --git a/offapi/com/sun/star/awt/XTextListener.idl b/offapi/com/sun/star/awt/XTextListener.idl
index 61d526d85130..754176b277f8 100644
--- a/offapi/com/sun/star/awt/XTextListener.idl
+++ b/offapi/com/sun/star/awt/XTextListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextListener.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:53 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:06:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,15 +76,13 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XTextListener
-/** makes it possible to receive text change events from a component.
+/** makes it possible to receive text change events.
*/
interface XTextListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTextListener::textChanged
- /** is called when the text changes.
+ /** is invoked when the text has changed.
*/
[oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
diff --git a/offapi/com/sun/star/awt/XVclContainer.idl b/offapi/com/sun/star/awt/XVclContainer.idl
index 0bdc9f1ae64f..43d2e922c45c 100644
--- a/offapi/com/sun/star/awt/XVclContainer.idl
+++ b/offapi/com/sun/star/awt/XVclContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XVclContainer.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:53 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:06:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,20 +80,7 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XVclContainer
-/** represents a container VCL window.
-
-
-
-
-
-
-
-
-
-
-
-
+/** represents a VCL container window.
@deprecated
*/
@@ -101,7 +88,6 @@ interface XVclContainer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XVclContainer::addVclContainerListener
/** adds the specified container listener to receive
container events from this container.
*/
@@ -109,16 +95,15 @@ interface XVclContainer: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XVclContainer::removeVclContainerListener
/** removes the specified container listener so that it
no longer receives container events from this container.
*/
[oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
//-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR XVclContainer::getWindows
- // DocMerge: empty anyway
+ /** returns all windows.
+ */
sequence<com::sun::star::awt::XWindow> getWindows();
};