summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-11-08 10:37:43 +0000
committerFrank Schönheit <fs@openoffice.org>2001-11-08 10:37:43 +0000
commita9b7fa2b20a39fdd72a5662e42d7ef1dacc21673 (patch)
treed167fe9fe0fdcce86e977ee12ba69420fedb517f /extensions/source/propctrlr
parent4f5fc6e7eaf0060f40bd267e5a6922dea7c8a272 (diff)
#94300# removed ShowCentury property
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/formhelpid.hrc9
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx8
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx9
-rw-r--r--extensions/source/propctrlr/formstrings.hxx8
4 files changed, 22 insertions, 12 deletions
diff --git a/extensions/source/propctrlr/formhelpid.hrc b/extensions/source/propctrlr/formhelpid.hrc
index 2a4885ec073c..caa82abede46 100644
--- a/extensions/source/propctrlr/formhelpid.hrc
+++ b/extensions/source/propctrlr/formhelpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: formhelpid.hrc,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-09-28 14:54:09 $
+ * last change: $Author: fs $ $Date: 2001-11-08 11:36:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -161,7 +161,7 @@
#define HID_PROP_ECHO_CHAR (HID_FORMS_START + 91)
#define HID_PROP_EMPTY_IS_NULL (HID_FORMS_START + 92)
#define HID_PROP_DECIMAL_ACCURACY (HID_FORMS_START + 93)
-#define HID_PROP_DATE_SHOW_CENTURY (HID_FORMS_START + 94)
+ // FREE
#define HID_PROP_DEFAULT_BUTTON (HID_FORMS_START + 95)
#define HID_PROP_HIDDEN_VALUE (HID_FORMS_START + 96)
#define HID_PROP_TRISTATE (HID_FORMS_START + 97)
@@ -247,6 +247,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.6 2001/09/28 14:54:09 tbe
+ * #92258# click handler for Basic Scrollbar
+ *
* Revision 1.5 2001/06/06 10:38:25 fs
* #86837# +HID_PROP_IMAGE_ALIGN
*
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index b561681ddbb7..3af852c2b841 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $
+ * last change: $Author: fs $ $Date: 2001-11-08 11:37:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -190,7 +190,6 @@ namespace pcr
OPropertyInfoImpl(PROPERTY_DATEMIN, PROPERTY_ID_DATEMIN, sal_True, String(ModuleRes(RID_STR_DATEMIN)), nPos++, HID_PROP_DATEMIN, PROP_FORM_VISIBLE|PROP_DIALOG_VISIBLE),
OPropertyInfoImpl(PROPERTY_DATEMAX, PROPERTY_ID_DATEMAX, sal_True, String(ModuleRes(RID_STR_DATEMAX)), nPos++, HID_PROP_DATEMAX, PROP_FORM_VISIBLE|PROP_DIALOG_VISIBLE),
OPropertyInfoImpl(PROPERTY_DATEFORMAT, PROPERTY_ID_DATEFORMAT, sal_True, String(ModuleRes(RID_STR_DATEFORMAT)), nPos++, HID_PROP_DATEFORMAT, PROP_FORM_VISIBLE|PROP_DIALOG_VISIBLE),
- OPropertyInfoImpl(PROPERTY_DATE_SHOW_CENTURY, PROPERTY_ID_DATE_SHOW_CENTURY, sal_True, String(ModuleRes(RID_STR_DATE_SHOW_CENTURY)),nPos++, HID_PROP_DATE_SHOW_CENTURY, PROP_FORM_VISIBLE|PROP_DIALOG_VISIBLE),
OPropertyInfoImpl(PROPERTY_DEFAULT_DATE, PROPERTY_ID_DEFAULT_DATE, sal_True, String(ModuleRes(RID_STR_DEFAULTVALUE)), nPos++, HID_PROP_DEFAULT_DATE, PROP_FORM_VISIBLE ),
OPropertyInfoImpl(PROPERTY_TIME, PROPERTY_ID_TIME, sal_True, String(ModuleRes(RID_STR_TIME)), nPos++, HID_PROP_TIME, PROP_DIALOG_VISIBLE),
@@ -514,6 +513,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.14 2001/10/19 12:58:51 tbe
+ * #92755# Assign Standard Values for Basic Controls in Designmode
+ *
* Revision 1.13 2001/09/28 14:54:09 tbe
* #92258# click handler for Basic Scrollbar
*
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index d4cb5cce02c8..80271b240901 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $
+ * last change: $Author: fs $ $Date: 2001-11-08 11:37:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -179,7 +179,7 @@ namespace pcr
#define PROPERTY_ID_DATEMIN 36
#define PROPERTY_ID_DATEMAX 37
#define PROPERTY_ID_DATEFORMAT 38
- #define PROPERTY_ID_DATE_SHOW_CENTURY 39
+ // FREE
#define PROPERTY_ID_DEFAULT_DATE 40
#define PROPERTY_ID_TIMEMIN 41
#define PROPERTY_ID_TIMEMAX 42
@@ -268,6 +268,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.10 2001/10/19 12:58:51 tbe
+ * #92755# Assign Standard Values for Basic Controls in Designmode
+ *
* Revision 1.9 2001/06/06 10:37:54 fs
* #86837# +PROPERTY_IMAGEALIGN
*
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx
index 27f361177c99..8591cf64e6dd 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $
+ * last change: $Author: fs $ $Date: 2001-11-08 11:37:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,6 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_DATEFORMAT, "DateFormat");
PCR_CONSTASCII_STRING( PROPERTY_DATEMIN, "DateMin");
PCR_CONSTASCII_STRING( PROPERTY_DATEMAX, "DateMax");
- PCR_CONSTASCII_STRING( PROPERTY_DATE_SHOW_CENTURY, "DateShowCentury");
PCR_CONSTASCII_STRING( PROPERTY_TIMEFORMAT, "TimeFormat");
PCR_CONSTASCII_STRING( PROPERTY_TIMEMIN, "TimeMin");
PCR_CONSTASCII_STRING( PROPERTY_TIMEMAX, "TimeMax");
@@ -221,6 +220,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.13 2001/10/19 12:58:51 tbe
+ * #92755# Assign Standard Values for Basic Controls in Designmode
+ *
* Revision 1.12 2001/08/07 08:46:10 fs
* #87690# +ACTIVE_CONNECTION
*