summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlProgressBarModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlProgressBarModel.idl29
1 files changed, 6 insertions, 23 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
index 5c5b94d79992..4c3d1af5ab79 100644
--- a/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlProgressBarModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlProgressBarModel.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2001-05-04 13:41:25 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,27 +72,22 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoControlProgressBarModel
-/** specifies the standard model of an <type>UnoProgressBarControl</type>.
+/** specifies the standard model of an <type>UnoControlProgressBar</type>.
*/
service UnoControlProgressBarModel
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::BackgroundColor
/** specifies the background color (RGB) of the control.
*/
[property] long BackgroundColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::Border
/** specifies the border style of the control.
-
<pre>
0: No border
1: 3D border
@@ -103,21 +98,12 @@ service UnoControlProgressBarModel
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::DefaultControl
- /** specifies the service name of the default control for this model.
- */
- [property] string DefaultControl;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::Enabled
- /** determines whether a control is enabled or disabled.
+ /** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::FillColor
/** specifies the fill color (RGB) of the control.
*/
[property] long FillColor;
@@ -130,37 +116,34 @@ service UnoControlProgressBarModel
//-------------------------------------------------------------------------
- /** specifies the help id of the control.
+ /** specifies the help URL of the control.
*/
[property] string HelpURL;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::Printable
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::ProgressValue
/** specifies the progress value of the control.
*/
[property] long ProgressValue;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::ProgressValueMax
/** specifies the maximum progress value of the control.
*/
[property] long ProgressValueMax;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlProgressBarModel::ProgressValueMin
/** specifies the minimum progress value of the control.
*/
[property] long ProgressValueMin;
+
};
//=============================================================================