summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl89
1 files changed, 34 insertions, 55 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
index a479954152b0..15c88b8433c5 100644
--- a/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlCheckBoxModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlCheckBoxModel.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:00:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,55 +76,66 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoControlCheckBoxModel
-/** specifies the standard model of an <type scope="com::sun::star::awt">UnoCheckBoxControl</type>.
+/** specifies the standard model of an <type>UnoControlCheckBox</type>.
*/
service UnoControlCheckBoxModel
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::DefaultControl
- /** specifies the service name of the default control for this model.
+ /** determines whether the control is enabled or disabled.
*/
- [property] string DefaultControl;
+ [property] boolean Enabled;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::Enabled
- /** determines whether a control is enabled or disabled.
+ /** specifies the font attributes of the text in the control.
*/
- [property] boolean Enabled;
+ [property] com::sun::star::awt::FontDescriptor FontDescriptor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::FontDescriptor
- /** specifies the font attributes of the text in the control.
+ /** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
+ value of the text in the control.
*/
- [property] com::sun::star::awt::FontDescriptor FontDescriptor;
+ [property] short FontEmphasisMark;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the <type scope="com::sun::star::text">FontRelief</type>
+ value of the text in the control.
+ */
+ [property] short FontRelief;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the help text of the control.
+ */
+ [property] string HelpText;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies the help URL of the control.
+ */
+ [property] string HelpURL;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::Label
/** specifies the label of the control.
*/
[property] string Label;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::Printable
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::State
/** specifies the state of the control.
-
<pre>
0: not checked
1: checked
@@ -135,36 +146,27 @@ service UnoControlCheckBoxModel
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::Tabstop
- /** specifies that the control can be reached with the Tab key.
+ /** specifies that the control can be reached with the TAB key.
*/
[property] boolean Tabstop;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::TextColor
/** specifies the text color (RGB) of the control.
*/
[property] long TextColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlCheckBoxModel::TriState
- /** specifies that the control may have the state "don't know".
- */
- [property] boolean TriState;
-
- //-------------------------------------------------------------------------
-
- /** specifies the help text of the control.
+ /** specifies the text line color (RGB) of the control.
*/
- [property] string HelpText;
+ [property] long TextLineColor;
//-------------------------------------------------------------------------
- /** specifies the help id of the control.
+ /** specifies that the control may have the state "don't know".
*/
- [property] string HelpURL;
+ [property] boolean TriState;
};
@@ -172,27 +174,4 @@ service UnoControlCheckBoxModel
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:10 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:34:50 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:06 mi
- documentation merged from XML
-
- Revision 1.3 2000/02/21 16:17:46 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:24:13 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif