summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlComboBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl116
1 files changed, 44 insertions, 72 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 914c408e8..036817734 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlComboBoxModel.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:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,34 +76,28 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoControlComboBoxModel
-/** specifies the standard model of an <type scope="com::sun::star::awt">UnoComboBoxControl</type>.
+/** specifies the standard model of an <type>UnoControlComboBox</type>.
*/
service UnoControlComboBoxModel
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Autocomplete
- /** determines if auto complete is enabled.
+ /** specifies whether automatic completion of text is enabled.
*/
[property] boolean Autocomplete;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::BackgroundColor
/** specifies the background color (RGB) of the control.
*/
[property] long BackgroundColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Border
/** specifies the border style of the control.
-
-
+
<pre>
0: No border
1: 3D border
@@ -114,130 +108,108 @@ service UnoControlComboBoxModel
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::DefaultControl
- /** specifies the service name of the default control for this model.
- */
- [property] string DefaultControl;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Dropdown
- /** specifies that the control has a drop down button.
+ /** specifies if the control has a drop down button.
*/
[property] boolean Dropdown;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::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::UnoControlComboBoxModel::FontDescriptor
/** specifies the font attributes of the text in the control.
*/
[property] com::sun::star::awt::FontDescriptor FontDescriptor;
+ //-------------------------------------------------------------------------
+
+ /** specifies the <type scope="com::sun::star::text">FontEmphasis</type>
+ value of the text in the control.
+ */
+ [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::UnoControlComboBoxModel::LineCount
/** specifies the maximum line count displayed in the drop down box.
*/
[property] short LineCount;
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::MaxTextLen
- /** specifies the maximum character count; 0 means no limit.
+ //-------------------------------------------------------------------------
+
+ /** specifies the maximum character count.
+
+ <p>There's no limitation, if set to 0.</p>
*/
[property] short MaxTextLen;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Printable
/** specifies that the control will be printed with the document.
*/
[property] boolean Printable;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::ReadOnly
/** specifies that the content of the control cannot be modified by the user.
*/
[property] boolean ReadOnly;
//-------------------------------------------------------------------------
- // DocMerge from idl: property com::sun::star::awt::UnoControlComboBoxModel::StringItemList
- /** specifies the list of strings used as items.
+ /** specifies the list of items.
*/
[property] sequence<string> StringItemList;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Tabstop
- /** specifies that the control can be reached with the tabulator key.
+ /** specifies that the control can be reached with the TAB key.
*/
[property] boolean Tabstop;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::Text
/** specifies the text displayed in the control.
*/
[property] string Text;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlComboBoxModel::TextColor
/** specifies the text color (RGB) of the control.
*/
[property] long TextColor;
//-------------------------------------------------------------------------
-
- /** specifies the help text of the control.
+
+ /** specifies the text line color (RGB) of the control.
*/
- [property] string HelpText;
-
- //-------------------------------------------------------------------------
-
- /** specifies the help id of the control.
- */
- [property] string HelpURL;
-
+ [property] long TextLineColor;
+
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $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.6 2000/09/11 11:52:06 mi
- documentation merged from XML
-
- Revision 1.4 2000/05/16 12:19:51 mi
- documentation
-
- Revision 1.3 2000/02/21 16:17:47 mi
- string documentation from stardiv...*.idl-files
-
- Revision 1.2 2000/02/07 11:24:14 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:40 jsc
- new
-
-
-=============================================================================*/
#endif