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 .
20 #ifndef _FRAMEWORK_HRC
21 #define _FRAMEWORK_HRC
23 #include "svl/solar.hrc"
25 #define RID_FWK_START 260
27 #define RID_GROUPS_OFFSET 32000
28 #define RID_GROUPS_END 32767
30 #define RID_FWK_DIALOG_START_CORRECT (RID_FWK_START + 2048)
32 #define DLG_FILTER_SELECT (RID_FWK_DIALOG_START_CORRECT + 0)
35 // ResIds for BackingWindow
36 #define DLG_BACKING (RID_FWK_DIALOG_START_CORRECT+100)
37 #define STR_BACKING_CREATE 1
38 #define STR_BACKING_TEMPLATE 2
39 #define STR_BACKING_FILE 3
40 #define STR_BACKING_EXTHELP 4
41 #define STR_BACKING_INFOHELP 5
42 #define STR_BACKING_TPLREP 6
44 #define RES_BACKING_IMAGES (DLG_BACKING+1)
46 #define BMP_BACKING_EXT 6
47 #define BMP_BACKING_INFO 8
48 #define BMP_BACKING_TPLREP 9
49 #define BMP_BACKING_WRITER 10
50 #define BMP_BACKING_CALC 11
51 #define BMP_BACKING_IMPRESS 12
52 #define BMP_BACKING_DRAW 13
53 #define BMP_BACKING_DATABASE 14
54 #define BMP_BACKING_FORMULA 15
55 #define BMP_BACKING_OPENFILE 16
56 #define BMP_BACKING_OPENTEMPLATE 17
59 #define WIN_TABWINDOW (RID_FWK_DIALOG_START_CORRECT+101)
60 #define TC_TABCONTROL 1
64 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */