summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/pivot.hrc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-05-25 14:27:22 +0000
committerDaniel Rentz <dr@openoffice.org>2001-05-25 14:27:22 +0000
commit133d44e09614a2807377e60c99cb1e41079c92cf (patch)
tree9aec415c446782828e987766caa26c62273c3a59 /sc/source/ui/dbgui/pivot.hrc
parent8ecca7c32716c528c212a9f1e53f2ec5f1e031f2 (diff)
#86988# dialog redesign
Diffstat (limited to 'sc/source/ui/dbgui/pivot.hrc')
-rw-r--r--sc/source/ui/dbgui/pivot.hrc47
1 files changed, 23 insertions, 24 deletions
diff --git a/sc/source/ui/dbgui/pivot.hrc b/sc/source/ui/dbgui/pivot.hrc
index 99afec6744d6..89875a764332 100644
--- a/sc/source/ui/dbgui/pivot.hrc
+++ b/sc/source/ui/dbgui/pivot.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: pivot.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:54 $
+ * last change: $Author: dr $ $Date: 2001-05-25 15:27:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,31 +61,30 @@
#include "sc.hrc" // ->RID_SCDLG_PIVOT_LAYOUT
#define BTN_OK 1
-#define BTN_CANCEL 1
-#define BTN_HELP 1
-#define BTN_MORE 1
+#define BTN_CANCEL 2
+#define BTN_HELP 3
+#define BTN_MORE 4
-#define GB_LAYOUT 1
-#define WND_HSCROLL 1
+#define FL_LAYOUT 10
+#define WND_COL 11
+#define WND_ROW 12
+#define WND_DATA 13
+#define WND_SELECT 14
+#define WND_FIELD 15
+#define WND_HSCROLL 16
-#define WND_COL 10
-#define WND_ROW 11
-#define WND_DATA 12
-#define WND_SELECT 13
-#define WND_FIELD 14
+#define PTR_FIELD 18
+#define FT_INFO 19
-#define PTR_FIELD 1
-#define FT_INFO 1
-
-#define GB_OUTPUT 2
-#define FT_OUTAREA 2
-#define LB_OUTAREA 1
-#define ED_OUTAREA 1
-#define RB_OUTAREA 1
-#define BTN_IGNEMPTYROWS 3
-#define BTN_DETECTCAT 4
-#define BTN_TOTALCOL 5
-#define BTN_TOTALROW 6
+#define FL_OUTPUT 20
+#define FT_OUTAREA 21
+#define LB_OUTAREA 22
+#define ED_OUTAREA 23
+#define RB_OUTAREA 24
+#define BTN_IGNEMPTYROWS 25
+#define BTN_DETECTCAT 26
+#define BTN_TOTALCOL 27
+#define BTN_TOTALROW 28
#define PIVOTSTR_SUM 1
#define PIVOTSTR_COUNT 2