blob: 5fbbfab04b0cb1dbd776ff821e141ccacc83370f (
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
|
/*
* Copyright 2012 LibreOffice contributors.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#define BTN_SELECT_ALL 1
#define BTN_SELECT_DOCS 2
#define BTN_SELECT_PRESENTATIONS 3
#define BTN_SELECT_SHEETS 4
#define BTN_SELECT_DRAWS 5
#define BTN_SELECTION_MODE 6
#define TEMPLATE_VIEW 7
#define TBX_ACTION_VIEW 8
#define TBI_TEMPLATE_CREATE 9
#define TBI_TEMPLATE_IMPORT 10
#define TBX_ACTION_ACTION 11
#define TBI_TEMPLATE_SEARCH 12
#define TBI_TEMPLATE_ACTION 13
#define TBX_ACTION_TEMPLATES 14
#define TBI_TEMPLATE_EDIT 15
#define TBI_TEMPLATE_PROPERTIES 16
#define TBI_TEMPLATE_MOVE 17
#define TBI_TEMPLATE_DELETE 18
#define MNI_CREATE_TEXT 19
#define MNI_CREATE_SHEET 20
#define MNI_CREATE_PRESENT 21
#define MNI_CREATE_DRAW 22
#define MNI_ACTION_SORT_NAME 23
#define STR_CREATE_TEXT 260
#define STR_CREATE_SHEET 261
#define STR_CREATE_PRESENT 262
#define STR_CREATE_DRAW 263
#define STR_ACTION_SORT_NAME 264
#define MNI_MOVE_NEW 265
#define MNI_MOVE_FOLDER_BASE 266
#define STR_MOVE_NEW 267
#define IMG_ONLINE_REPOSITORY 100
|