Kaydet (Commit) 54be3310 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS frmcontrols04 (1.5.398); FILE MERGED

2004/06/16 06:24:22 fs 1.5.398.2: RESYNC: (1.5-1.7); FILE MERGED
2004/05/04 15:22:20 fs 1.5.398.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
üst c9aa77ac
......@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlDateFieldModel.idl,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: obo $ $Date: 2004-06-03 17:20:50 $
* last change: $Author: obo $ $Date: 2004-07-05 16:00:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -106,6 +106,17 @@ published service UnoControlDateFieldModel
//-------------------------------------------------------------------------
/** specifies the color of the border, if present
<p>Not every border style (see <member>Border</member>) may support coloring.
For instance, usually a border with 3D effect will ignore the BorderColor setting.</p>
@since #i24694#
*/
[optional, property] long BorderColor;
//-------------------------------------------------------------------------
/** specifies the date displayed in the control.
<p>The date must be specified in the format YYYYMMDD.</p>
......@@ -237,6 +248,12 @@ published service UnoControlDateFieldModel
*/
[property] com::sun::star::util::Color TextLineColor;
//-------------------------------------------------------------------------
/** specifies whether the selection in the control should be hidden when the control is not
active (focused).
*/
[optional, property] boolean HideInactiveSelection;
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment