1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
24 #define STR_START (SC_RESOURCE_START+100)
26 #define STR_END (STR_START + 554)
28 #define SC_DIALOGS_START (STR_END + 100)
30 #define RID_SCDLG_HFEDIT (SC_DIALOGS_START + 50)
31 #define RID_SCDLG_HFEDIT_ALL (SC_DIALOGS_START + 51)
32 #define RID_SCDLG_HFED_HEADER (SC_DIALOGS_START + 52)
33 #define RID_SCDLG_HFED_FOOTER (SC_DIALOGS_START + 53)
35 #define RID_SCDLG_HFEDIT_SHDR (SC_DIALOGS_START + 62)
36 #define RID_SCDLG_HFEDIT_SFTR (SC_DIALOGS_START + 63)
37 #define RID_SCDLG_HFEDIT_LEFTHEADER (SC_DIALOGS_START + 64)
38 #define RID_SCDLG_HFEDIT_RIGHTHEADER (SC_DIALOGS_START + 65)
39 #define RID_SCDLG_HFEDIT_LEFTFOOTER (SC_DIALOGS_START + 66)
40 #define RID_SCDLG_HFEDIT_RIGHTFOOTER (SC_DIALOGS_START + 67)
41 #define RID_SCDLG_HFEDIT_SHAREDFIRSTHEADER (SC_DIALOGS_START + 68)
42 #define RID_SCDLG_HFEDIT_SHAREDLEFTHEADER (SC_DIALOGS_START + 69)
43 #define RID_SCDLG_HFEDIT_SHAREDFIRSTFOOTER (SC_DIALOGS_START + 70)
44 #define RID_SCDLG_HFEDIT_SHAREDLEFTFOOTER (SC_DIALOGS_START + 71)
45 #define RID_SCDLG_HFEDIT_HEADER (SC_DIALOGS_START + 72)
46 #define RID_SCDLG_HFEDIT_FOOTER (SC_DIALOGS_START + 73)
48 #define WID_CONDFRMT_REF (SC_DIALOGS_START + 163)
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */