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

INTEGRATION: CWS frmcontrols04 (1.9.242); FILE MERGED

2004/06/16 06:23:54 fs 1.9.242.2: RESYNC: (1.9-1.11); FILE MERGED
2004/05/04 15:22:19 fs 1.9.242.1: new optional properties for #i24683# #i25684# #i24685# #i24686# #i24688# #i24694# #i28672#
üst c1362f16
......@@ -2,9 +2,9 @@
*
* $RCSfile: UnoControlPatternFieldModel.idl,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: obo $ $Date: 2004-06-03 17:26:41 $
* last change: $Author: obo $ $Date: 2004-07-05 16:02:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -106,6 +106,17 @@ published service UnoControlPatternFieldModel
//-------------------------------------------------------------------------
/** 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 edit mask.
*/
[property] string EditMask;
......@@ -203,6 +214,12 @@ published service UnoControlPatternFieldModel
*/
[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