diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scres.hrc | 26 | ||||
-rw-r--r-- | sc/inc/strings.hxx | 28 |
2 files changed, 41 insertions, 13 deletions
diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc index 3f942cbd033c..139e84001023 100644 --- a/sc/inc/scres.hrc +++ b/sc/inc/scres.hrc @@ -53,8 +53,8 @@ #define SCSTR_CHARSET_USER (STR_START + 59) #define SCSTR_COLUMN_USER (STR_START + 60) -#define SCSTR_FIELDSEP (STR_START + 61) -#define SCSTR_TEXTSEP (STR_START + 62) +//free +//free #define SCSTR_MULTIPLE (STR_START + 63) #define SCSTR_TOP10FILTER (STR_START + 66) @@ -103,27 +103,27 @@ // document #define STR_ACC_DOC_NAME (STR_START + 154) -#define STR_ACC_DOC_DESCR (STR_START + 155) +//free #define STR_ACC_TABLE_NAME (STR_START + 156) -#define STR_ACC_TABLE_DESCR (STR_START + 157) +//free #define STR_ACC_CELL_NAME (STR_START + 158) -#define STR_ACC_CELL_DESCR (STR_START + 159) +//free // preview #define STR_ACC_PREVIEWDOC_NAME (STR_START + 160) -#define STR_ACC_PREVIEWDOC_DESCR (STR_START + 161) -#define STR_ACC_HEADERCELL_NAME (STR_START + 162) -#define STR_ACC_HEADERCELL_DESCR (STR_START + 163) +//free +//free +//free #define STR_ACC_LEFTAREA_NAME (STR_START + 164) -#define STR_ACC_LEFTAREA_DESCR (STR_START + 165) +//free #define STR_ACC_CENTERAREA_NAME (STR_START + 166) -#define STR_ACC_CENTERAREA_DESCR (STR_START + 167) +//free #define STR_ACC_RIGHTAREA_NAME (STR_START + 168) -#define STR_ACC_RIGHTAREA_DESCR (STR_START + 169) +//free #define STR_ACC_HEADER_NAME (STR_START + 170) -#define STR_ACC_HEADER_DESCR (STR_START + 171) +//free #define STR_ACC_FOOTER_NAME (STR_START + 172) -#define STR_ACC_FOOTER_DESCR (STR_START + 173) +//free // Editline #define STR_ACC_EDITLINE_NAME (STR_START + 174) diff --git a/sc/inc/strings.hxx b/sc/inc/strings.hxx new file mode 100644 index 000000000000..dcd76c281aa9 --- /dev/null +++ b/sc/inc/strings.hxx @@ -0,0 +1,28 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ +/* + * 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/. + */ + +#ifndef INCLUDED_SC_INC_STRINGS_HXX +#define INCLUDED_SC_INC_STRINGS_HXX + +#define SCSTR_FIELDSEP ",\t44\t;\t59\t:\t58\t{%TAB}\t9\t{%SPACE}\t32 " +#define SCSTR_TEXTSEP "\"\t34\t'\t39" +#define STR_ACC_DOC_DESCR "" +#define STR_ACC_TABLE_DESCR "" +#define STR_ACC_CELL_DESCR "" +#define STR_ACC_PREVIEWDOC_DESCR "" +#define STR_ACC_HEADERCELL_NAME "" +#define STR_ACC_HEADERCELL_DESCR "" +#define STR_ACC_LEFTAREA_DESCR "" +#define STR_ACC_CENTERAREA_DESCR "" +#define STR_ACC_RIGHTAREA_DESCR "" +#define STR_ACC_HEADER_DESCR "" +#define STR_ACC_FOOTER_DESCR "" +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |