summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XProgressBar.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XProgressBar.idl')
-rw-r--r--offapi/com/sun/star/awt/XProgressBar.idl82
1 files changed, 41 insertions, 41 deletions
diff --git a/offapi/com/sun/star/awt/XProgressBar.idl b/offapi/com/sun/star/awt/XProgressBar.idl
index 6107c1211105..340e26903625 100644
--- a/offapi/com/sun/star/awt/XProgressBar.idl
+++ b/offapi/com/sun/star/awt/XProgressBar.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,66 +24,66 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_awt_XProgressBar_idl__
-#define __com_sun_star_awt_XProgressBar_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
+#ifndef __com_sun_star_awt_XProgressBar_idl__
+#define __com_sun_star_awt_XProgressBar_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
#ifndef __com_sun_star_util_Color_idl__
#include <com/sun/star/util/Color.idl>
#endif
-
-//=============================================================================
-
- module com { module sun { module star { module awt {
-
-//=============================================================================
-
+
+//=============================================================================
+
+ module com { module sun { module star { module awt {
+
+//=============================================================================
+
/** gives access to the value and settings of a progress bar.
- */
+ */
published interface XProgressBar: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** sets the foreground color (RGB) of the control.
*/
- [oneway] void setForegroundColor( [in] com::sun::star::util::Color Color );
-
+ [oneway] void setForegroundColor( [in] com::sun::star::util::Color Color );
+
//-------------------------------------------------------------------------
/** sets the background color (RGB) of the control.
*/
- [oneway] void setBackgroundColor( [in] com::sun::star::util::Color Color );
-
- //-------------------------------------------------------------------------
-
+ [oneway] void setBackgroundColor( [in] com::sun::star::util::Color Color );
+
+ //-------------------------------------------------------------------------
+
/** sets the minimum and the maximum progress value of the progress bar.
-
+
<p>If the minimum value is greater than the maximum value, the method
exchanges the values automatically.</p>
*/
- [oneway] void setRange( [in] long Min,
- [in] long Max );
-
- //-------------------------------------------------------------------------
+ [oneway] void setRange( [in] long Min,
+ [in] long Max );
+
+ //-------------------------------------------------------------------------
/** sets the progress value of the progress bar.
*/
- [oneway] void setValue( [in] long Value );
-
- //-------------------------------------------------------------------------
+ [oneway] void setValue( [in] long Value );
+
+ //-------------------------------------------------------------------------
/** returns the current progress value of the progress bar.
*/
- long getValue();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ long getValue();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif