summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/app.hrc
blob: 32a106c9e83aae31e15334df7e9f87dde6f6b8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#ifndef _APP_HRC
#define _APP_HRC

#include "rcid.hrc"

// Should the clipboard for other applications...
#define MSG_CLPBRD_CLEAR                (RC_APP_BEGIN + 3)

#define STR_CANTCREATE                  (RC_APP_BEGIN + 4)
#define STR_CANTOPEN                    (RC_APP_BEGIN + 5)

// Messages
#define MSG_ERROR_SEND_MAIL             ( RC_APP_BEGIN + 6)
#define MSG_SAVE_HTML_QUERY             ( RC_APP_BEGIN + 7)

// For the interface because the RID_APP_BEGIN is now Desktop.
#define RID_SW_NAME                     ( RC_APP_BEGIN + 8)
#define MSG_SAVEAS_HTML_QUERY           ( RC_APP_BEGIN + 9)


#define STR_UNBENANNT                   (RC_APP_BEGIN + 13)
#define STR_VERSION                     (RC_APP_BEGIN + 14)
#define STR_PRINT_MERGE_MACRO           (RC_APP_BEGIN + 15)
#define STR_PAGE_COUNT_MACRO            (RC_APP_BEGIN + 16)

// Bitmap for the numbering style in organizer
#define BMP_STYLES_FAMILY_NUM           (RC_APP_BEGIN + 17)

// Strings for regions in the configuration
#define STR_PAGEOFFSET                  (RC_APP_BEGIN + 74)
#define STR_PAGEBREAK                   (RC_APP_BEGIN + 75)
#define STR_REDLINE_UNKNOWN_AUTHOR      (RC_APP_BEGIN + 76)
#define STR_WESTERN_FONT                (RC_APP_BEGIN + 77)
#define STR_CJK_FONT                    (RC_APP_BEGIN + 78)
#define MSG_PRINT_AS_MERGE              (RC_APP_BEGIN + 80)
#define MSG_DATA_SOURCES_UNAVAILABLE    (RC_APP_BEGIN + 82)
#define DLG_MERGE_SOURCE_UNAVAILABLE    (RC_APP_BEGIN + 83)

#define ST_MERGE_SOURCE_UNAVAILABLE     1
#define PB_MERGE_OK                     2
#define PB_MERGE_CANCEL                 3
#define IMG_MERGE                       4


#define STR_ENV_TITLE                   (RC_APP_BEGIN + 91)
#define STR_LAB_TITLE                   (RC_APP_BEGIN + 92)

#define STR_HUMAN_SWDOC_NAME            (RC_APP_BEGIN + 93)

#define RID_SW_ERRHDL                   (RC_APP_BEGIN + 95)

#define STR_FDLG_TEMPLATE_BUTTON        (RC_APP_BEGIN + 1)
#define STR_FDLG_TEMPLATE_NAME          (RC_APP_BEGIN + 2)


// Ids for all the PopUpMenues
#define MN_FORMAT_STYLE                 (RC_APP_BEGIN + 17)
#define MN_FORMAT_ALGN                  (RC_APP_BEGIN + 18)
#define MN_FORMAT_LINESPACE             (RC_APP_BEGIN + 19)
#define MN_FORMAT_FRM_HORZ              (RC_APP_BEGIN + 23)
#define MN_CELL                         (RC_APP_BEGIN + 29)
#define MN_WRAP                         (RC_APP_BEGIN + 38)
#define MN_SUB_TBLROW                   (RC_APP_BEGIN + 39)
#define MN_SUB_TBLCOL                   (RC_APP_BEGIN + 40)
#define MN_SUB_ARRANGE                  (RC_APP_BEGIN + 46)

#define MN_SUB_ALIGN                    (RC_APP_BEGIN + 50)

#define STR_WRITER_DOCUMENT_FULLTYPE    (RC_APP_BEGIN + 100)
#define STR_ABSTRACT_TITLE              (RC_APP_BEGIN + 102)
#define STR_DONT_ASK_AGAIN              (RC_APP_BEGIN + 103)
// --> OD 2008-04-14 #outlinelevel#
#define STR_OUTLINE_NUMBERING           (RC_APP_BEGIN + 104)
//#outline level,zhaojianwei
#define STR_FDLG_OUTLINE_LEVEL          (RC_APP_BEGIN + 105)
#define STR_FDLG_STYLE                  (RC_APP_BEGIN + 106)
//<-end,zhaojianwei

// Status bar strings
#define STR_STATUSBAR_WORDCOUNT_NO_SELECTION (RC_APP_BEGIN + 110)
#define STR_STATUSBAR_WORDCOUNT              (RC_APP_BEGIN + 111)

#define APP_ACT_END                     STR_STATUSBAR_WORDCOUNT

#if APP_ACT_END > RC_APP_END
#error Resource-Id Ueberlauf in #file, #line
#endif

#endif