Kaydet (Commit) e8451d0f authored tarafından Ocke Janssen's avatar Ocke Janssen

#95146# new string +AUTOINCREMENTCREATION

üst ec422c06
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: stringconstants.hrc,v $ * $RCSfile: stringconstants.hrc,v $
* *
* $Revision: 1.29 $ * $Revision: 1.30 $
* *
* last change: $Author: oj $ $Date: 2001-10-19 12:52:27 $ * last change: $Author: oj $ $Date: 2002-07-25 06:29:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -170,6 +170,7 @@ ...@@ -170,6 +170,7 @@
#define PROPERTY_ID_TEXTRELIEF 96 #define PROPERTY_ID_TEXTRELIEF 96
#define PROPERTY_ID_HELPTEXT 97 #define PROPERTY_ID_HELPTEXT 97
#define PROPERTY_ID_CONTROLDEFAULT 98 #define PROPERTY_ID_CONTROLDEFAULT 98
#define PROPERTY_ID_AUTOINCREMENTCREATION 99
//============================================================ //============================================================
//= property names //= property names
...@@ -291,6 +292,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_HELPTEXT); ...@@ -291,6 +292,7 @@ DECLARE_CONSTASCII_USTRING(PROPERTY_HELPTEXT);
DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLDEFAULT); DECLARE_CONSTASCII_USTRING(PROPERTY_CONTROLDEFAULT);
DECLARE_CONSTASCII_USTRING(PROPERTY_DEFAULTTEXT); DECLARE_CONSTASCII_USTRING(PROPERTY_DEFAULTTEXT);
DECLARE_CONSTASCII_USTRING(PROPERTY_EFFECTIVEDEFAULT); DECLARE_CONSTASCII_USTRING(PROPERTY_EFFECTIVEDEFAULT);
DECLARE_CONSTASCII_USTRING(PROPERTY_AUTOINCREMENTCREATION);
//============================================================ //============================================================
//= service names //= service names
//============================================================ //============================================================
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: stringconstants.cxx,v $ * $RCSfile: stringconstants.cxx,v $
* *
* $Revision: 1.26 $ * $Revision: 1.27 $
* *
* last change: $Author: oj $ $Date: 2001-10-19 12:52:27 $ * last change: $Author: oj $ $Date: 2002-07-25 06:29:50 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -177,6 +177,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TEXTEMPHASIS, "FontEmphasisMark"); ...@@ -177,6 +177,7 @@ IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TEXTEMPHASIS, "FontEmphasisMark");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TEXTRELIEF, "FontRelief"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_TEXTRELIEF, "FontRelief");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DEFAULTTEXT, "DefaultText"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_DEFAULTTEXT, "DefaultText");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_EFFECTIVEDEFAULT, "EffectiveDefault"); IMPLEMENT_CONSTASCII_USTRING(PROPERTY_EFFECTIVEDEFAULT, "EffectiveDefault");
IMPLEMENT_CONSTASCII_USTRING(PROPERTY_AUTOINCREMENTCREATION, "AutoIncrementCreation");
//============================================================ //============================================================
//= service names //= service names
......
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