summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-22 06:01:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-22 13:03:17 +0200
commit40064f479bbd8d7384b753328365e8770bda4fd1 (patch)
tree634cfbab8a29d8fbe2d0a26b95407807ce9aa1c4 /sc
parent16e917643f4855125f5a872586b9841a677bb35b (diff)
clean up hrc files
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/dbgui/pvfundlg.hrc44
-rw-r--r--sc/source/ui/inc/dbnamdlg.hrc18
-rw-r--r--sc/source/ui/inc/miscdlgs.hrc23
-rw-r--r--sc/source/ui/inc/optdlg.hrc71
-rw-r--r--sc/source/ui/inc/optload.hrc32
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx3
-rw-r--r--sc/source/ui/optdlg/tpcalc.cxx1
-rw-r--r--sc/source/ui/optdlg/tpcompatibility.cxx1
-rw-r--r--sc/source/ui/optdlg/tpdefaults.cxx1
-rw-r--r--sc/source/ui/optdlg/tpformula.cxx1
-rw-r--r--sc/source/ui/optdlg/tpprint.cxx1
-rw-r--r--sc/source/ui/optdlg/tpusrlst.cxx1
-rw-r--r--sc/source/ui/optdlg/tpview.cxx3
13 files changed, 0 insertions, 200 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.hrc b/sc/source/ui/dbgui/pvfundlg.hrc
index eb5d959bf221..02dd648c91d4 100644
--- a/sc/source/ui/dbgui/pvfundlg.hrc
+++ b/sc/source/ui/dbgui/pvfundlg.hrc
@@ -22,52 +22,8 @@
#define BTN_OK 1
#define BTN_CANCEL 2
#define BTN_HELP 3
-#define BTN_MORE 4
-#define BTN_OPTIONS 5
-#define RB_NONE 1
-#define RB_AUTO 2
-#define RB_USER 3
-#define RB_SORT_ASC 4
-#define RB_SORT_DESC 5
-#define RB_SORT_MAN 6
-
-#define FL_FUNC 1
-#define FL_DISPLAY 2
-#define FL_SORT_BY 3
-#define FL_LAYOUT 4
-#define FL_AUTOSHOW 5
-#define FL_HIDE 6
-
-#define LB_FUNC 1
-#define LB_TYPE 2
-#define LB_BASEFIELD 3
-#define LB_BASEITEM 4
-#define LB_SORT_BY 5
-#define LB_LAYOUT 6
-#define LB_SHOW_FROM 7
-#define LB_SHOW_USING 8
-#define LB_HIERARCHY 9
#define LB_DIMS 10
-
-#define FT_NAMELABEL 1
-#define FT_NAME 2
-#define FT_TYPE 3
-#define FT_BASEFIELD 4
-#define FT_BASEITEM 5
-#define FT_LAYOUT 6
-#define FT_SHOW 7
-#define FT_SHOW_FROM 8
-#define FT_SHOW_USING 9
-#define FT_HIERARCHY 10
#define FT_DIMS 11
-#define CB_SHOWALL 1
-#define CB_LAYOUT_EMPTY 2
-#define CB_SHOW 3
-
-#define NF_SHOW 1
-
-#define CT_HIDE 1
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/dbnamdlg.hrc b/sc/source/ui/inc/dbnamdlg.hrc
index a2b325e0f4d0..4b02977f836c 100644
--- a/sc/source/ui/inc/dbnamdlg.hrc
+++ b/sc/source/ui/inc/dbnamdlg.hrc
@@ -19,26 +19,8 @@
#include "sc.hrc"
-#define BTN_OK 1
-#define BTN_CANCEL 2
-#define BTN_ADD 3
-#define BTN_REMOVE 4
-#define BTN_HELP 5
-#define FL_NAME 10
-#define ED_NAME 11
-#define FL_ASSIGN 12
-#define ED_DBAREA 13
-#define RB_DBAREA 14
-#define FL_OPTIONS 20
-#define BTN_HEADER 21
-#define BTN_SIZE 22
-#define BTN_FORMAT 23
-#define BTN_STRIPDATA 24
-#define FT_SOURCE 25
-#define FT_OPERATIONS 26
#define STR_ADD 30
#define STR_MODIFY 31
#define STR_DB_INVALID 32
-#define BTN_MORE 33
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/miscdlgs.hrc b/sc/source/ui/inc/miscdlgs.hrc
index aeea75bd6e4a..56f7aeeb2e91 100644
--- a/sc/source/ui/inc/miscdlgs.hrc
+++ b/sc/source/ui/inc/miscdlgs.hrc
@@ -18,32 +18,9 @@
*/
#include "sc.hrc"
- // -> RID_SCDLG_MOVETAB
- // -> RID_SCDLG_SELENTRY
- // -> RID_SCDLG_FILLSERIES
-// General
-#define BTN_OK 100
-#define BTN_CANCEL 102
-#define BTN_HELP 103
-#define BTN_MORE 104
-#define BTN_ADD 105
-#define BTN_REMOVE 106
-#define FT_LABEL 110
-#define FL_FRAME 112
#define STR_BTN_CLOSE 200
-
-// String input
-#define ED_INPUT 10
-
-// Selection from a (String-)ListBox
-#define FL_ENTRYLIST 10
-#define LB_ENTRYLIST 11
-
-// Set/Reset Grouping:
-#define BTN_GROUP_COLS 1
-#define BTN_GROUP_ROWS 3
#define STR_GROUP 1
#define STR_UNGROUP 2
diff --git a/sc/source/ui/inc/optdlg.hrc b/sc/source/ui/inc/optdlg.hrc
deleted file mode 100644
index b593ba790e16..000000000000
--- a/sc/source/ui/inc/optdlg.hrc
+++ /dev/null
@@ -1,71 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include "sc.hrc"
-
-#define TP_GENERAL 1
-#define TP_SAVE 2
-#define TP_PATH 3
-#define TP_CALC 6
-#define TP_USERLISTS 7
-#define TP_PRINT 8
-#define TP_GRID 10
-#define TP_LAYOUT 12
-#define TP_INPUT 13
-#define TP_FORMULA 15
-
-// TP_VIEW:
-#define BTN_GRID 6
-
-#define BTN_FORMULAS 20
-#define BTN_NULLVALS 21
-#define BTN_NOTES 22
-
-// TP_LAYOUT
-#define CB_DOCONLY 5
-#define CB_MERGE_PARA_DIST 6
-#define GB_COMPAT 7
-#define CB_AUTO_UPDATE_FIELDS 8
-#define CB_AUTO_UPDATE_CHARTS 9
-
-// TP_FORMULA
-#define FL_FORMULA_OPTIONS 80
-#define FT_FORMULA_SYNTAX 81
-#define LB_FORMULA_SYNTAX 82
-#define CB_ENGLISH_FUNC_NAME 83
-#define FL_FORMULA_SEPS 84
-#define FT_FORMULA_SEP_ARG 85
-#define ED_FORMULA_SEP_ARG 86
-#define FT_FORMULA_SEP_ARRAY_R 87
-#define ED_FORMULA_SEP_ARRAY_R 88
-#define FT_FORMULA_SEP_ARRAY_C 89
-#define ED_FORMULA_SEP_ARRAY_C 90
-#define BTN_FORMULA_SEP_RESET 91
-#define FL_CUSTOM_CALC_OPTIONS 92
-#define BTN_CUSTOM_CALC_DEFAULT 93
-#define BTN_CUSTOM_CALC_CUSTOM 94
-#define BTN_CUSTOM_CALC_DETAILS 95
-#define FL_RECALC_OPTIONS 96
-#define FT_OOXML_RECALC 97
-#define LB_OOXML_RECALC 98
-#define FT_ODF_RECALC 99
-#define LB_ODF_RECALC 100
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/inc/optload.hrc b/sc/source/ui/inc/optload.hrc
deleted file mode 100644
index c816099edb53..000000000000
--- a/sc/source/ui/inc/optload.hrc
+++ /dev/null
@@ -1,32 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#include "sc.hrc"
-
-#define GB_LINK 1
-#define RB_ALWAYS 2
-#define RB_REQUEST 3
-#define RB_NEVER 4
-#define CB_DOCONLY 5
-#define CB_MERGE_PARA_DIST 6
-#define GB_COMPAT 7
-#define CB_AUTO_UPDATE_FIELDS 8
-#define CB_AUTO_UPDATE_CHARTS 9
-#define FT_UPDATE_LINKS 10
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index c9988b8f91be..ada6c99fb964 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -20,8 +20,6 @@
#undef SC_DLLIMPLEMENTATION
-
-
#include <svx/dlgutil.hxx>
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
@@ -37,7 +35,6 @@
#include "scresid.hxx"
#include "docsh.hxx"
#include "sc.hrc"
-#include "optdlg.hrc"
#include "globstr.hrc"
#include "opredlin.hxx"
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx
index 71401ed06741..2bbee5a06d58 100644
--- a/sc/source/ui/optdlg/tpcalc.cxx
+++ b/sc/source/ui/optdlg/tpcalc.cxx
@@ -30,7 +30,6 @@
#include "docoptio.hxx"
#include "scresid.hxx"
#include "sc.hrc"
-#include "optdlg.hrc"
#include "tpcalc.hxx"
diff --git a/sc/source/ui/optdlg/tpcompatibility.cxx b/sc/source/ui/optdlg/tpcompatibility.cxx
index 93d75aa91dde..fabda3c40d8e 100644
--- a/sc/source/ui/optdlg/tpcompatibility.cxx
+++ b/sc/source/ui/optdlg/tpcompatibility.cxx
@@ -11,7 +11,6 @@
#include <scmod.hxx>
#include "tpcompatibility.hxx"
-#include "optdlg.hrc"
#include "scresid.hxx"
#include "appoptio.hxx"
diff --git a/sc/source/ui/optdlg/tpdefaults.cxx b/sc/source/ui/optdlg/tpdefaults.cxx
index ef0719934c77..f15531e0b9d3 100644
--- a/sc/source/ui/optdlg/tpdefaults.cxx
+++ b/sc/source/ui/optdlg/tpdefaults.cxx
@@ -11,7 +11,6 @@
#undef SC_DLLIMPLEMENTATION
#include "tpdefaults.hxx"
-#include "optdlg.hrc"
#include "scresid.hxx"
#include "scmod.hxx"
#include "defaultsoptions.hxx"
diff --git a/sc/source/ui/optdlg/tpformula.cxx b/sc/source/ui/optdlg/tpformula.cxx
index 2b79c99f370b..ebac619fd024 100644
--- a/sc/source/ui/optdlg/tpformula.cxx
+++ b/sc/source/ui/optdlg/tpformula.cxx
@@ -24,7 +24,6 @@
#include <svl/stritem.hxx>
#include "tpformula.hxx"
#include "formulaopt.hxx"
-#include "optdlg.hrc"
#include "scresid.hxx"
#include "formula/grammar.hxx"
#include "calcoptionsdlg.hxx"
diff --git a/sc/source/ui/optdlg/tpprint.cxx b/sc/source/ui/optdlg/tpprint.cxx
index 27c70d4ad663..8ad010113e14 100644
--- a/sc/source/ui/optdlg/tpprint.cxx
+++ b/sc/source/ui/optdlg/tpprint.cxx
@@ -27,7 +27,6 @@
#include "scmod.hxx"
#include "scresid.hxx"
#include "sc.hrc"
-#include "optdlg.hrc"
ScTpPrintOptions::ScTpPrintOptions( Window* pParent,
const SfxItemSet& rCoreAttrs )
diff --git a/sc/source/ui/optdlg/tpusrlst.cxx b/sc/source/ui/optdlg/tpusrlst.cxx
index da438c025a91..cd254750d459 100644
--- a/sc/source/ui/optdlg/tpusrlst.cxx
+++ b/sc/source/ui/optdlg/tpusrlst.cxx
@@ -33,7 +33,6 @@
#include "crdlg.hxx"
#include "scresid.hxx"
#include "sc.hrc"
-#include "optdlg.hrc"
#include "globstr.hrc"
#define _TPUSRLST_CXX
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index d7132592867b..e0f54d9c9186 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -20,8 +20,6 @@
#undef SC_DLLIMPLEMENTATION
-
-
#include "scitems.hxx"
#include "tpview.hxx"
#include "global.hxx"
@@ -31,7 +29,6 @@
#include "scresid.hxx"
#include "docsh.hxx"
#include "sc.hrc"
-#include "optdlg.hrc"
#include "globstr.hrc"
#include <appoptio.hxx>
#include <scmod.hxx>