#101754# make the StrictFormat property optional
This commit is contained in:
parent
d373519cbe
commit
25dc41eaaf
1 changed files with 18 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: UnoControlFormattedFieldModel.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: mt $ $Date: 2001-03-23 14:40:26 $
|
||||
* last change: $Author: fs $ $Date: 2002-07-29 12:31:19 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -204,8 +204,11 @@ service UnoControlFormattedFieldModel
|
|||
//-------------------------------------------------------------------------
|
||||
|
||||
/** specifies that the text is checked during the input.
|
||||
|
||||
<p>This property is optional - not every component implementing this service is required to
|
||||
provide it, as real-time input checking on a formatted field may be pretty expensive.</p>
|
||||
*/
|
||||
[property] boolean StrictFormat;
|
||||
[optional, property] boolean StrictFormat;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
|
@ -246,6 +249,18 @@ service UnoControlFormattedFieldModel
|
|||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
<<<<<<< UnoControlFormattedFieldModel.idl
|
||||
=======
|
||||
Revision 1.2.16.2 2002/07/29 12:30:32 fs
|
||||
#101754# make the StrictFormat property optional
|
||||
|
||||
Revision 1.2.16.1 2002/03/04 11:19:00 fs
|
||||
#97386# moved the DefaultControl property to the basic service (UnoControlModel)
|
||||
|
||||
>>>>>>> 1.2.16.2
|
||||
Revision 1.2 2001/03/23 14:40:26 mt
|
||||
Added HelpURL and HelpText
|
||||
|
||||
Revision 1.1 2001/02/20 14:04:19 fs
|
||||
initial checkin - service description for a formatted field
|
||||
|
||||
|
|
Loading…
Reference in a new issue