Resolves: tdf#143372 Exclude {qtz} KeyID from SvxLanguageBox list
[LibreOffice.git] / shell / inc / resource.h
blobe17d3b81cabf47ae300eb57a0c13ab3be2ecc9de
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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 INCLUDED_SHELL_INC_INTERNAL_RESOURCE_H
21 #define INCLUDED_SHELL_INC_INTERNAL_RESOURCE_H
23 #define MANIFEST_RESOURCE_ID 2
24 #define IDD_PROPPAGE_STATISTICS 101
25 #define IDD_PROPPAGE_SUMMARY 102
26 #define IDB_PROPERTY_IMAGES 103
27 #define IDC_TITLE 1000
28 #define IDC_SUBJECT 1001
29 #define IDC_AUTHOR 1002
30 #define IDC_COMMENTS 1005
31 #define IDC_KEYWORDS 1006
32 #define IDC_STATISTICSLIST 1013
34 #define IDS_TITLE 1014
35 #define IDS_SUBJECT 1015
36 #define IDS_AUTHOR 1016
37 #define IDS_KEYWORDS 1017
38 #define IDS_COMMENTS 1018
39 #define IDS_PAGES 1019
40 #define IDS_TABLES 1020
41 #define IDS_GRAPHICS 1021
42 #define IDS_OLE_OBJECTS 1022
43 #define IDS_PARAGRAPHS 1023
44 #define IDS_WORDS 1024
45 #define IDS_CHARACTERS 1025
46 #define IDS_ROWS 1026
47 #define IDS_ORIGIN 1027
48 #define IDS_VERSION 1028
49 #define IDS_SHEETS 1029
50 #define IDS_CELLS 1030
51 #define IDS_PROPERTY 1032
52 #define IDS_PROPERTY_VALUE 1033
53 #define IDS_PROPPAGE_SUMMARY_TITLE 1034
54 #define IDS_PROPPAGE_STATISTICS_TITLE 1035
55 #define IDS_TITLE_COLON 1036
56 #define IDS_SUBJECT_COLON 1037
57 #define IDS_AUTHOR_COLON 1038
58 #define IDS_OBJECTS 1039
59 #define IDS_MODIFIED 1041
60 #define IDS_DOCUMENT_NUMBER 1042
61 #define IDS_EDITING_TIME 1043
62 #define IDS_DESCRIPTION 1044
63 #define IDS_COMMENTS_COLON 1045
64 #define IDS_MODIFIED_COLON 1046
65 #define IDS_SIZE_COLON 1047
66 #define IDS_TYPE_COLON 1048
68 #define IDP_SIGNET 2000
70 #endif
72 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */