Revert "tdf#110987: type detection, binary Office formats > templates"
[LibreOffice.git] / sc / inc / scres.hrc
blob3189dc9f27fe21619246351e7e112153c29e3837
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef SC_SCRES_HRC
21 #define SC_SCRES_HRC
23 #include "sc.hrc"
25 #define STR_START               (SC_RESOURCE_START+100)
27 #define STR_END                 (STR_START + 554)
29 #define SC_DIALOGS_START        (STR_END + 100)
31 #define RID_SCDLG_STYLES_PAR    (SC_DIALOGS_START + 46)
32 #define RID_SCDLG_STYLES_PAGE   (SC_DIALOGS_START + 48)
34 #define RID_SCDLG_HFEDIT        (SC_DIALOGS_START + 50)
35 #define RID_SCDLG_HFEDIT_ALL    (SC_DIALOGS_START + 51)
36 #define RID_SCDLG_HFED_HEADER   (SC_DIALOGS_START + 52)
37 #define RID_SCDLG_HFED_FOOTER   (SC_DIALOGS_START + 53)
39 #define RID_SCDLG_HFEDIT_SHDR   (SC_DIALOGS_START + 62)
40 #define RID_SCDLG_HFEDIT_SFTR   (SC_DIALOGS_START + 63)
41 #define RID_SCDLG_HFEDIT_LEFTHEADER     (SC_DIALOGS_START + 64)
42 #define RID_SCDLG_HFEDIT_RIGHTHEADER    (SC_DIALOGS_START + 65)
43 #define RID_SCDLG_HFEDIT_LEFTFOOTER     (SC_DIALOGS_START + 66)
44 #define RID_SCDLG_HFEDIT_RIGHTFOOTER    (SC_DIALOGS_START + 67)
45 #define RID_SCDLG_HFEDIT_HEADER         (SC_DIALOGS_START + 68)
46 #define RID_SCDLG_HFEDIT_FOOTER         (SC_DIALOGS_START + 69)
48 #define WID_CONDFRMT_REF                (SC_DIALOGS_START + 163)
50 #endif
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */