summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-07 13:37:34 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-07 13:37:34 +0000
commited0ee751b7fd0640cb605e97e6eaea3d26c66076 (patch)
treebe6b81b0e31e36dd8a0eb331fbe8fe25fac8efc8 /extensions/source
parentc5fcff1903cc0d0f1bf6e0e9bb6f78966cca5a05 (diff)
added step property
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/formmetadata.cxx8
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx8
-rw-r--r--extensions/source/propctrlr/formres.src12
-rw-r--r--extensions/source/propctrlr/formresid.hrc8
-rw-r--r--extensions/source/propctrlr/formstrings.hxx8
5 files changed, 34 insertions, 10 deletions
diff --git a/extensions/source/propctrlr/formmetadata.cxx b/extensions/source/propctrlr/formmetadata.cxx
index 029b39219b06..14984cbf3371 100644
--- a/extensions/source/propctrlr/formmetadata.cxx
+++ b/extensions/source/propctrlr/formmetadata.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-03-06 16:01:24 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:34:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,6 +155,7 @@ namespace pcr
OPropertyInfoImpl(PROPERTY_READONLY, PROPERTY_ID_READONLY, sal_True, String(ModuleRes(RID_STR_READONLY)), nPos++, HID_PROP_READONLY) ,
OPropertyInfoImpl(PROPERTY_PRINTABLE, PROPERTY_ID_PRINTABLE, sal_True, String(ModuleRes(RID_STR_PRINTABLE)), nPos++, HID_PROP_PRINTABLE) ,
OPropertyInfoImpl(PROPERTY_CONTROLSOURCE, PROPERTY_ID_CONTROLSOURCE, sal_True, String(ModuleRes(RID_STR_CONTROLSOURCE)), nPos++, HID_PROP_CONTROLSOURCE),
+ OPropertyInfoImpl(PROPERTY_STEP, PROPERTY_ID_STEP, sal_True, String(ModuleRes(RID_STR_STEP)), nPos++, 0),
OPropertyInfoImpl(PROPERTY_TABSTOP, PROPERTY_ID_TABSTOP, sal_True, String(ModuleRes(RID_STR_TABSTOP)), nPos++, HID_PROP_TABSTOP),
OPropertyInfoImpl(PROPERTY_TABINDEX, PROPERTY_ID_TABINDEX, sal_True, String(ModuleRes(RID_STR_TABINDEX)), nPos++, HID_PROP_TABINDEX) ,
OPropertyInfoImpl(PROPERTY_DATASOURCE, PROPERTY_ID_DATASOURCE, sal_True, String(ModuleRes(RID_STR_DATASOURCE)), nPos++, HID_PROP_DATASOURCE) ,
@@ -474,6 +475,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.7 2001/03/06 16:01:24 fs
+ * changed relative position of Command and CommandType
+ *
* Revision 1.6 2001/03/02 16:28:04 tbe
* added title property
*
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 496c8472ea30..c67f50ca46bd 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formmetadata.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-02 16:28:16 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:35:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -232,6 +232,7 @@ namespace pcr
#define PROPERTY_ID_POSITIONX 99
#define PROPERTY_ID_POSITIONY 100
#define PROPERTY_ID_TITLE 101
+ #define PROPERTY_ID_STEP 102
//............................................................................
} // namespace pcr
@@ -242,6 +243,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/02 16:28:16 tbe
+ * added title property
+ *
* Revision 1.4 2001/02/22 09:31:55 tbe
* added properties for dialog controls
*
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 0f29fb80c369..64130ca4bbe9 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-02 16:28:47 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:36:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3815,10 +3815,18 @@ String RID_STR_TITLE
Text = "Titel" ;
Text [ ENGLISH ] = "Title" ;
};
+String RID_STR_STEP
+{
+ Text = "Step" ;
+ Text [ ENGLISH ] = "Step" ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/02 16:28:47 tbe
+ * added title property
+ *
* Revision 1.4 2001/02/22 09:32:15 tbe
* added properties for dialog controls
*
diff --git a/extensions/source/propctrlr/formresid.hrc b/extensions/source/propctrlr/formresid.hrc
index 3668ce335fd8..eb18fc0f62f9 100644
--- a/extensions/source/propctrlr/formresid.hrc
+++ b/extensions/source/propctrlr/formresid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: formresid.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-02 16:29:01 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:36:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -230,6 +230,7 @@
#define RID_STR_POSITIONX ( RID_FORMBROWSER_START + 167 )
#define RID_STR_POSITIONY ( RID_FORMBROWSER_START + 168 )
#define RID_STR_TITLE ( RID_FORMBROWSER_START + 169 )
+#define RID_STR_STEP ( RID_FORMBROWSER_START + 170 )
// -----------------------------------------------------------------------
@@ -273,6 +274,9 @@
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/02 16:29:01 tbe
+ * added title property
+ *
* Revision 1.4 2001/02/22 09:32:27 tbe
* added properties for dialog controls
*
diff --git a/extensions/source/propctrlr/formstrings.hxx b/extensions/source/propctrlr/formstrings.hxx
index 4ef7f987bdb8..db14e88ec590 100644
--- a/extensions/source/propctrlr/formstrings.hxx
+++ b/extensions/source/propctrlr/formstrings.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formstrings.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: tbe $ $Date: 2001-02-22 09:32:45 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:37:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,6 +240,7 @@ namespace pcr
PCR_CONSTASCII_STRING( PROPERTY_HASNAVIGATION, "HasNavigationBar");
PCR_CONSTASCII_STRING( PROPERTY_POSITIONX, "PositionX");
PCR_CONSTASCII_STRING( PROPERTY_POSITIONY, "PositionY");
+ PCR_CONSTASCII_STRING( PROPERTY_STEP, "Step");
// services
PCR_CONSTASCII_STRING( SERVICE_COMPONENT_GROUPBOX, "com.sun.star.form.component.GroupBox");
@@ -256,6 +257,9 @@ namespace pcr
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2001/02/22 09:32:45 tbe
+ * added properties for dialog controls
+ *
* Revision 1.3 2001/02/06 10:18:10 fs
* #83479# reintroduced the HasNavigationBar property
*