summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclWindowPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclWindowPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclWindowPeer.idl124
1 files changed, 62 insertions, 62 deletions
diff --git a/offapi/com/sun/star/awt/XVclWindowPeer.idl b/offapi/com/sun/star/awt/XVclWindowPeer.idl
index 1e5e03b58b1f..d0d14c5e8f53 100644
--- a/offapi/com/sun/star/awt/XVclWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XVclWindowPeer.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,98 +24,98 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XVclWindowPeer_idl__
-#define __com_sun_star_awt_XVclWindowPeer_idl__
-
-#ifndef __com_sun_star_awt_XWindowPeer_idl__
-#include <com/sun/star/awt/XWindowPeer.idl>
-#endif
-
+#ifndef __com_sun_star_awt_XVclWindowPeer_idl__
+#define __com_sun_star_awt_XVclWindowPeer_idl__
+
+#ifndef __com_sun_star_awt_XWindowPeer_idl__
+#include <com/sun/star/awt/XWindowPeer.idl>
+#endif
+
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
-#ifndef __com_sun_star_awt_FontDescriptor_idl__
-#include <com/sun/star/awt/FontDescriptor.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+#ifndef __com_sun_star_awt_FontDescriptor_idl__
+#include <com/sun/star/awt/FontDescriptor.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** gives access to the VCL window implementation.
@deprecated
*/
published interface XVclWindowPeer: com::sun::star::awt::XWindowPeer
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** returns <true/> if the window peer is a child, <false/> otherwise.
- */
- boolean isChild( [in] com::sun::star::awt::XWindowPeer Peer );
-
- //-------------------------------------------------------------------------
-
+ */
+ boolean isChild( [in] com::sun::star::awt::XWindowPeer Peer );
+
+ //-------------------------------------------------------------------------
+
/** sets the design mode for use in a design editor.
*/
- [oneway] void setDesignMode( [in] boolean bOn );
-
- //-------------------------------------------------------------------------
+ [oneway] void setDesignMode( [in] boolean bOn );
+
+ //-------------------------------------------------------------------------
/** returns <true/> if the window peer is in design mode,
<false/> otherwise.
- */
- boolean isDesignMode();
-
- //-------------------------------------------------------------------------
+ */
+ boolean isDesignMode();
+
+ //-------------------------------------------------------------------------
/** enables clipping of sibling windows.
*/
- [oneway] void enableClipSiblings( [in] boolean bClip );
-
- //-------------------------------------------------------------------------
+ [oneway] void enableClipSiblings( [in] boolean bClip );
+
+ //-------------------------------------------------------------------------
/** sets the foreground color.
*/
- [oneway] void setForeground( [in] com::sun::star::util::Color Color );
-
- //-------------------------------------------------------------------------
+ [oneway] void setForeground( [in] com::sun::star::util::Color Color );
+
+ //-------------------------------------------------------------------------
/** sets the control font.
*/
- [oneway] void setControlFont( [in] com::sun::star::awt::FontDescriptor aFont );
-
- //-------------------------------------------------------------------------
+ [oneway] void setControlFont( [in] com::sun::star::awt::FontDescriptor aFont );
+
+ //-------------------------------------------------------------------------
/** returns the font, foreground and background color for the specified
type.
*/
- void getStyles( [in] short nType,
- [out] com::sun::star::awt::FontDescriptor Font,
- [out] com::sun::star::util::Color ForegroundColor,
- [out] com::sun::star::util::Color BackgroundColor );
-
- //-------------------------------------------------------------------------
-
+ void getStyles( [in] short nType,
+ [out] com::sun::star::awt::FontDescriptor Font,
+ [out] com::sun::star::util::Color ForegroundColor,
+ [out] com::sun::star::util::Color BackgroundColor );
+
+ //-------------------------------------------------------------------------
+
/** sets the value of the property with the specified name.
*/
- void setProperty( [in] string PropertyName,
- [in] any Value );
-
- //-------------------------------------------------------------------------
+ void setProperty( [in] string PropertyName,
+ [in] any Value );
+
+ //-------------------------------------------------------------------------
/** returns the value of the property with the specified name.
*/
- any getProperty( [in] string PropertyName );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ any getProperty( [in] string PropertyName );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif