diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:04:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 15:04:14 +0000 |
commit | 09a4ee8731697737c784b8b1b45f4acfa78f1f0c (patch) | |
tree | ccad4d847fa12f6b0ca943c3b4197073cfb60b57 /extensions | |
parent | d71aa3bece11d1cef6c6e447beeee0b67a3618a7 (diff) |
INTEGRATION: CWS frmcontrols03 (1.16.10); FILE MERGED
2004/04/28 14:56:47 fs 1.16.10.4: RESYNC: (1.17-1.18); FILE MERGED
2004/03/23 14:58:00 fs 1.16.10.3: RESYNC: (1.16-1.17); FILE MERGED
2004/03/01 16:53:25 fs 1.16.10.2: #i24387# TextType property for text field
2004/02/19 11:23:29 fs 1.16.10.1: added functionality for 'Automatic Line Break' property
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/formmetadata.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx index 7526f217bf4b..2f61cdfbfc3e 100644 --- a/extensions/source/propctrlr/formmetadata.hxx +++ b/extensions/source/propctrlr/formmetadata.hxx @@ -2,9 +2,9 @@ * * $RCSfile: formmetadata.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:23:20 $ + * last change: $Author: rt $ $Date: 2004-05-07 16:04:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,7 +217,7 @@ namespace pcr #define PROPERTY_ID_WORDBREAK 70 #define PROPERTY_ID_MULTILINE 71 #define PROPERTY_ID_MULTISELECTION 72 - // free + #define PROPERTY_ID_AUTOLINEBREAK 73 #define PROPERTY_ID_HSCROLL 74 #define PROPERTY_ID_VSCROLL 75 #define PROPERTY_ID_SPIN 76 @@ -284,6 +284,7 @@ namespace pcr #define PROPERTY_ID_SHOW_NAVIGATION 137 #define PROPERTY_ID_SHOW_RECORDACTIONS 138 #define PROPERTY_ID_SHOW_FILTERSORT 139 + #define PROPERTY_ID_TEXTTYPE 140 //............................................................................ } // namespace pcr |