summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlListBoxModel.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl114
1 files changed, 46 insertions, 68 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index d66d85b3a..cb0e3a015 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlListBoxModel.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:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,27 +76,22 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::UnoControlListBoxModel
-/** specifies the standard model of an <type>UnoListBoxControl</type>.
+/** specifies the standard model of an <type>UnoControlListBox</type>.
*/
service UnoControlListBoxModel
{
- // DocMerge: empty anyway
service com::sun::star::awt::UnoControlModel;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::BackgroundColor
/** specifies the background color (RGB) of the control.
*/
[property] long BackgroundColor;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::Border
/** specifies the border style of the control.
-
-
+
<pre>
0: No border
1: 3D border
@@ -107,123 +102,106 @@ service UnoControlListBoxModel
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::DefaultControl
- /** specifies the service name of the default control for this model.
- */
- [property] string DefaultControl;
-
- //-------------------------------------------------------------------------
-
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::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::UnoControlListBoxModel::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::UnoControlListBoxModel::FontDescriptor
/** specifies the font attributes of the text in the control.
*/
- [property] com::sun::star::awt::FontDescriptor FontDescriptor;
+ [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::UnoControlListBoxModel::LineCount
/** specifies the maximum line count displayed in the drop down box.
*/
[property] short LineCount;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::MultiSelection
/** specifies if more than one entry can be selected.
*/
[property] boolean MultiSelection;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::Printable
/** specifies that the control will be printed with the document.
*/
- [property] boolean Printable;
-
+ [property] boolean Printable;
+
+ //-------------------------------------------------------------------------
+
+ /** specifies that the content of the control cannot be modified by the user.
+ */
+ [property] boolean ReadOnly;
+
//-------------------------------------------------------------------------
- // DocMerge from idl: property com::sun::star::awt::UnoControlListBoxModel::SelectedItems
/** specifies the sequence of selected items, identfied by the position.
*/
[property] sequence<short> SelectedItems;
//-------------------------------------------------------------------------
- // DocMerge from idl: property com::sun::star::awt::UnoControlListBoxModel::StringItemList
/** specifies the list of items.
*/
[property] sequence<string> StringItemList;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::awt::UnoControlListBoxModel::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::UnoControlListBoxModel::TextColor
/** specifies the text color (RGB) of the control.
*/
[property] long TextColor;
//-------------------------------------------------------------------------
-
- /** specifies the help text of the control.
- */
- [property] string HelpText;
-
- //-------------------------------------------------------------------------
-
- /** specifies the help id of the control.
+
+ /** specifies the text line color (RGB) of the control.
*/
- [property] string HelpURL;
-
+ [property] long TextLineColor;
+
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:42:11 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:48 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