summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlScrollBarModel.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/UnoControlScrollBarModel.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlScrollBarModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlScrollBarModel.idl32
1 files changed, 7 insertions, 25 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
index 988ee4836b49..ff22647ecd2c 100644
--- a/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlScrollBarModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlScrollBarModel.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2001-05-04 13:42:00 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:54 $
*
* 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::UnoControlScrollBarModel
-/** specifies the standard model of an <type>UnoScrollBarControl</type>.
+/** specifies the standard model of an <type>UnoControlScrollBar</type>.
*/
service UnoControlScrollBarModel
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::BlockIncrement
/** specifies the increment for a block move.
*/
[property] long BlockIncrement;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::Border
/** specifies the border style of the control.
-
<pre>
0: No border
1: 3D border
@@ -103,15 +98,7 @@ service UnoControlScrollBarModel
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::DefaultControl
- /** specifies the service name of the default control for this model.
- */
- [property] string DefaultControl;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::Enabled
- /** determines whether a control is enabled or disabled.
+ /** determines whether the control is enabled or disabled.
*/
[property] boolean Enabled;
@@ -123,51 +110,46 @@ service UnoControlScrollBarModel
//-------------------------------------------------------------------------
- /** 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::UnoControlScrollBarModel::LineIncrement
/** specifies the increment for a single line move.
*/
[property] long LineIncrement;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::Orientation
/** specifies the <type>ScrollBarOrientation</type> of the control.
*/
[property] long Orientation;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::Printable
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::ScrollValue
/** specifies the scroll value of the control.
*/
[property] long ScrollValue;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::ScrollValueMax
/** specifies the maximum scroll value of the control.
*/
[property] long ScrollValueMax;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlScrollBarModel::VisibleSize
- /** specifies the visible size of the scrollbar.
+ /** specifies the visible size of the scroll bar.
*/
[property] long VisibleSize;
+
};
//=============================================================================