summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XWindow2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XWindow2.idl')
-rw-r--r--offapi/com/sun/star/awt/XWindow2.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/awt/XWindow2.idl b/offapi/com/sun/star/awt/XWindow2.idl
index eeb1888cb856..7285ee561e0a 100644
--- a/offapi/com/sun/star/awt/XWindow2.idl
+++ b/offapi/com/sun/star/awt/XWindow2.idl
@@ -25,11 +25,9 @@
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies some extended operations for a window component.
@@ -40,7 +38,6 @@
*/
published interface XWindow2: com::sun::star::awt::XWindow
{
- //-------------------------------------------------------------------------
/** sets the inner bounds of the window, also known as the client size
@@ -50,40 +47,33 @@ published interface XWindow2: com::sun::star::awt::XWindow
*/
void setOutputSize( [in] com::sun::star::awt::Size aSize );
- //-------------------------------------------------------------------------
/** returns the inner bounds of the window, also known as the client size.
*/
com::sun::star::awt::Size getOutputSize();
- //-------------------------------------------------------------------------
/** returns the visibility state of the window
*/
boolean isVisible();
- //-------------------------------------------------------------------------
/** returns the activation state of the window
*/
boolean isActive();
- //-------------------------------------------------------------------------
/** returns the enabled state of the window
*/
boolean isEnabled();
- //-------------------------------------------------------------------------
/** returns the focus state of the window
*/
boolean hasFocus();
- //-------------------------------------------------------------------------
};
-//=============================================================================
}; }; }; };