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/.
12 #define FILTER_PRESENTATIONS 4
13 #define FILTER_SHEETS 5
14 #define FILTER_DRAWS 6
16 #define TEMPLATE_VIEW 7
18 #define TBX_ACTION_VIEW 8
20 #define TBI_TEMPLATE_IMPORT 10
22 #define TBX_ACTION_ACTION 11
23 #define TBI_TEMPLATE_SEARCH 12
24 #define TBI_TEMPLATE_ACTION 13
26 #define TBX_ACTION_TEMPLATES 14
27 #define TBI_TEMPLATE_EDIT 15
28 #define TBI_TEMPLATE_PROPERTIES 16
29 #define TBI_TEMPLATE_MOVE 17
30 #define TBI_TEMPLATE_DELETE 18
31 #define TBI_TEMPLATE_DEFAULT 19
32 #define TBI_TEMPLATE_EXPORT 20
34 #define MNI_ACTION_REFRESH 22
35 #define MNI_ACTION_SORT_NAME 23
37 #define TBI_TEMPLATE_FOLDER_DEL 25
38 #define TBI_TEMPLATE_REPOSITORY 26
40 #define MNI_ACTION_DEFAULT 27
42 #define TBI_TEMPLATE_SAVE 28
44 #define TBI_TEMPLATE_FOLDER_NEW 29
46 #define TBI_TEMPLATE_OPEN 30
48 #define STR_ACTION_REFRESH 263
49 #define STR_ACTION_SORT_NAME 264
51 #define MNI_MOVE_NEW 265
52 #define MNI_MOVE_FOLDER_BASE 267
54 #define STR_MOVE_NEW 268
55 #define STR_INPUT_NEW 271
57 #define STR_REPOSITORY_LOCAL 272
58 #define STR_REPOSITORY_NEW 273
60 #define MNI_REPOSITORY_LOCAL 274
61 #define MNI_REPOSITORY_NEW 275
62 #define MNI_REPOSITORY_BASE 276
64 #define STR_ACTION_DEFAULT 277
65 #define STR_MSG_ERROR_LOCAL_MOVE 278
66 #define STR_MSG_ERROR_REMOTE_MOVE 279
67 #define STR_MSG_ERROR_IMPORT 280
68 #define STR_MSG_ERROR_EXPORT 281
69 #define STR_MSG_ERROR_DELETE_TEMPLATE 282
70 #define STR_MSG_ERROR_DELETE_FOLDER 283
71 #define STR_MSG_ERROR_REPOSITORY_NAME 284
72 #define STR_MSG_ERROR_SAVE_SELECT 285
73 #define STR_MSG_ERROR_SELECT_FOLDER 286
75 #define STR_INPUT_TEMPLATE_NEW 288
77 #define STR_QMSG_SEL_FOLDER_DELETE 289
78 #define STR_QMSG_TEMPLATE_OVERWRITE 290
79 #define STR_QMSG_SEL_TEMPLATE_DELETE 291
81 #define IMG_ACTION_SORT 304
82 #define IMG_ACTION_REFRESH 305
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */