diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:05:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 17:05:07 +0000 |
commit | 5c44484b924a3aa8a7b39a0f31413a307d57906b (patch) | |
tree | b500553af781549a310da857036097f1c152ec17 /forms/source/misc/property.cxx | |
parent | 29a4847890f529dad10e2d9f0334eeb6c919f0c7 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'forms/source/misc/property.cxx')
-rw-r--r-- | forms/source/misc/property.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx index a0732702360f..fa1d2c5303d8 100644 --- a/forms/source/misc/property.cxx +++ b/forms/source/misc/property.cxx @@ -2,9 +2,9 @@ * * $RCSfile: property.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: oj $ $Date: 2002-12-02 12:58:13 $ + * last change: $Author: hr $ $Date: 2003-03-25 18:01:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,6 +124,8 @@ void PropertyInfoService::initialize() if (!s_AllKnownProperties.empty()) return; + s_AllKnownProperties.reserve(220); + ADD_PROP_ASSIGNMENT(NAME); ADD_PROP_ASSIGNMENT(TAG); ADD_PROP_ASSIGNMENT(TABINDEX); @@ -283,6 +285,7 @@ void PropertyInfoService::initialize() ADD_PROP_ASSIGNMENT(ACTIVE_CONNECTION); ADD_PROP_ASSIGNMENT(SCALE); ADD_PROP_ASSIGNMENT(SORT); + ADD_PROP_ASSIGNMENT(PERSISTENCE_MAXTEXTLENGTH); // now sort the array by name @@ -473,6 +476,8 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_USER, "User"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PASSWORD, "Password"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DISPATCHURLINTERNAL, "DispatchURLInternal"); +IMPLEMENT_CONSTASCII_USTRING(PROPERTY_PERSISTENCE_MAXTEXTLENGTH, "PersistenceMaxTextLength"); + //......................................................................... } //... namespace frm ....................................................... |