summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/templatedlg.hrc
blob: b56cb522f1d513ef03b865e77122aaebd11fdba6 (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
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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 TAB_CONTROL                 1
#define FILTER_DOCS                 3
#define FILTER_PRESENTATIONS        4
#define FILTER_SHEETS               5
#define FILTER_DRAWS                6

#define TEMPLATE_VIEW               7

#define TBX_ACTION_VIEW             8
#define TOOLBARS                    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 TBI_TEMPLATE_DEFAULT        19
#define TBI_TEMPLATE_EXPORT         20

#define MNI_ACTION_REFRESH          22
#define MNI_ACTION_SORT_NAME        23

#define TBI_TEMPLATE_FOLDER_DEL     25
#define TBI_TEMPLATE_REPOSITORY     26

#define MNI_ACTION_DEFAULT          27

#define TBI_TEMPLATE_SAVE           28

#define TBI_TEMPLATE_FOLDER_NEW     29

#define STR_ACTION_REFRESH          263
#define STR_ACTION_SORT_NAME        264

#define MNI_MOVE_NEW                265
#define MNI_MOVE_FOLDER_BASE        267

#define STR_MOVE_NEW                268
#define STR_INPUT_NEW               271

#define STR_REPOSITORY_LOCAL        272
#define STR_REPOSITORY_NEW          273

#define MNI_REPOSITORY_LOCAL        274
#define MNI_REPOSITORY_NEW          275
#define MNI_REPOSITORY_BASE         276

#define STR_ACTION_DEFAULT          277
#define STR_MSG_ERROR_LOCAL_MOVE            278
#define STR_MSG_ERROR_REMOTE_MOVE           279
#define STR_MSG_ERROR_IMPORT                280
#define STR_MSG_ERROR_EXPORT                281
#define STR_MSG_ERROR_DELETE_TEMPLATE       282
#define STR_MSG_ERROR_DELETE_FOLDER         283
#define STR_MSG_ERROR_REPOSITORY_NAME       284
#define STR_MSG_ERROR_SAVE_SELECT           285
#define STR_MSG_ERROR_SELECT_FOLDER         286

#define STR_INPUT_TEMPLATE_NEW              288

#define STR_QMSG_SEL_FOLDER_DELETE          289
#define STR_QMSG_TEMPLATE_OVERWRITE         290
#define STR_QMSG_SEL_TEMPLATE_DELETE        291

#define IMG_ACTION_SORT             304
#define IMG_ACTION_REFRESH          305

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */