summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XTopWindow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XTopWindow.idl')
-rw-r--r--offapi/com/sun/star/awt/XTopWindow.idl38
1 files changed, 4 insertions, 34 deletions
diff --git a/offapi/com/sun/star/awt/XTopWindow.idl b/offapi/com/sun/star/awt/XTopWindow.idl
index 32f9f808fe46..b2a26f0047a0 100644
--- a/offapi/com/sun/star/awt/XTopWindow.idl
+++ b/offapi/com/sun/star/awt/XTopWindow.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTopWindow.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:13 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:01:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,34 +80,26 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XTopWindow
/** manages the functionality specific for a top window.
-
-
-
- <p>A top window must implement the <type scope="com::sun::star::awt">XVclContainer</type> interface.</p>
*/
interface XTopWindow: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTopWindow::addTopWindowListener
- /** adds the specified window listener to receive window events from
+ /** adds the specified top window listener to receive window events from
this window.
*/
[oneway] void addTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTopWindow::removeTopWindowListener
- /** removes the specified window listener so that it no longer
+ /** removes the specified top window listener so that it no longer
receives window events from this window.
*/
[oneway] void removeTopWindowListener( [in] com::sun::star::awt::XTopWindowListener xListener );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTopWindow::toFront
/** places this window at the top of the stacking order and
shows it in front of any other windows.
*/
@@ -115,7 +107,6 @@ interface XTopWindow: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTopWindow::toBack
/** places this window at the bottom of the stacking order and
makes the corresponding adjustment to other visible windows.
*/
@@ -123,7 +114,6 @@ interface XTopWindow: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XTopWindow::setMenuBar
/** sets a menu bar.
*/
[oneway] void setMenuBar( [in] com::sun::star::awt::XMenuBar xMenu );
@@ -134,24 +124,4 @@ interface XTopWindow: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:11 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:55 hjs
- initial import
-
- Revision 1.4 2000/09/11 11:52:10 mi
- documentation merged from XML
-
- Revision 1.2 2000/02/07 11:24:17 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif