blob: 6a89ca2d647b76e3ba126f1d1e696e65f79a52f1 (
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
117
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SD_INC_GLOB_HRC
#define INCLUDED_SD_INC_GLOB_HRC
#include <sfx2/sfx.hrc>
#define RID_GLOB_START RID_APP_START+1000
#define STR_LAYER_BCKGRND RID_GLOB_START
#define STR_LAYER_BCKGRNDOBJ RID_GLOB_START+1
#define STR_LAYER_LAYOUT RID_GLOB_START+2
#define STR_LAYER_CONTROLS RID_GLOB_START+3
#define STR_PAGE RID_GLOB_START+4
#define STR_PRESOBJ_TITLE RID_GLOB_START+5
#define STR_PRESOBJ_OUTLINE RID_GLOB_START+6
#define STR_PRESOBJ_TEXT RID_GLOB_START+7
#define STR_PRESOBJ_GRAPHIC RID_GLOB_START+8
#define STR_PRESOBJ_OBJECT RID_GLOB_START+9
#define STR_PRESOBJ_CHART RID_GLOB_START+10
#define STR_PRESOBJ_ORGCHART RID_GLOB_START+11
#define STR_PRESOBJ_TABLE RID_GLOB_START+12
#define STR_PRESOBJ_MPTITLE RID_GLOB_START+32
#define STR_PRESOBJ_MPOUTLINE RID_GLOB_START+33
#define STR_PRESOBJ_MPOUTLLAYER2 RID_GLOB_START+34
#define STR_PRESOBJ_MPOUTLLAYER3 RID_GLOB_START+35
#define STR_PRESOBJ_MPOUTLLAYER4 RID_GLOB_START+36
#define STR_PRESOBJ_MPOUTLLAYER5 RID_GLOB_START+37
#define STR_PRESOBJ_MPOUTLLAYER6 RID_GLOB_START+38
#define STR_PRESOBJ_MPOUTLLAYER7 RID_GLOB_START+39
#define STR_PRESOBJ_MPNOTESTITLE RID_GLOB_START+42
#define STR_PRESOBJ_MPNOTESTEXT RID_GLOB_START+43
#define STR_PRESOBJ_NOTESTEXT RID_GLOB_START+44
#define STR_LAYOUT_DEFAULT_NAME RID_GLOB_START+45
#define STR_STANDARD_STYLESHEET_NAME RID_GLOB_START+46
#define STR_NOTES RID_GLOB_START+47
#define STR_HANDOUT RID_GLOB_START+48
#define STR_UNDO_MOVEPAGES RID_GLOB_START+52
//free
#define STR_POOLSHEET_OBJWITHARROW RID_GLOB_START+55
#define STR_POOLSHEET_OBJWITHSHADOW RID_GLOB_START+56
#define STR_POOLSHEET_OBJWITHOUTFILL RID_GLOB_START+57
#define STR_POOLSHEET_TEXT RID_GLOB_START+58
#define STR_POOLSHEET_TEXTBODY RID_GLOB_START+59
#define STR_POOLSHEET_TEXTBODY_JUSTIFY RID_GLOB_START+60
#define STR_POOLSHEET_TEXTBODY_INDENT RID_GLOB_START+61
#define STR_POOLSHEET_TITLE RID_GLOB_START+62
#define STR_POOLSHEET_TITLE1 RID_GLOB_START+63
#define STR_POOLSHEET_TITLE2 RID_GLOB_START+64
#define STR_POOLSHEET_HEADLINE RID_GLOB_START+65
#define STR_POOLSHEET_HEADLINE1 RID_GLOB_START+66
#define STR_POOLSHEET_HEADLINE2 RID_GLOB_START+67
#define STR_POOLSHEET_MEASURE RID_GLOB_START+68
#define STR_POOLSHEET_BANDED_CELL RID_GLOB_START+70
#define STR_POOLSHEET_HEADER RID_GLOB_START+71
#define STR_POOLSHEET_TOTAL RID_GLOB_START+72
#define STR_POOLSHEET_FIRST_COLUMN RID_GLOB_START+73
#define STR_POOLSHEET_LAST_COLUMN RID_GLOB_START+74
#define STR_POOLSHEET_OBJNOLINENOFILL RID_GLOB_START+75
#define STR_PSEUDOSHEET_TITLE RID_GLOB_START+80
#define STR_PSEUDOSHEET_OUTLINE RID_GLOB_START+81
#define STR_PSEUDOSHEET_BACKGROUNDOBJECTS RID_GLOB_START+82
#define STR_PSEUDOSHEET_BACKGROUND RID_GLOB_START+83
#define STR_PSEUDOSHEET_NOTES RID_GLOB_START+84
#define STR_PSEUDOSHEET_SUBTITLE RID_GLOB_START+85
#define STR_LAYER_MEASURELINES RID_GLOB_START+92
#define STR_LAYOUT_DEFAULT_TITLE_NAME RID_GLOB_START+93
#define STR_POWERPOINT_IMPORT RID_GLOB_START+95
#define STR_LOAD_DOC RID_GLOB_START+99
#define STR_SAVE_DOC RID_GLOB_START+100
#define RID_SD_ERRHDL RID_GLOB_START+102
#define STR_PAGE_NAME RID_GLOB_START+111
#define STR_SLIDE_NAME RID_GLOB_START+112
#define STR_ENTER_PIN RID_GLOB_START+115
#define RID_CUSTOMANIMATION_START RID_GLOB_START+120
// RID_CUSTOMANIMATION_END RID_GLOB_START+199
#define RID_ANNOTATIONS_START RID_GLOB_START+200
// RID_ANNOTATIONS_END RID_GLOB_START+220
#define STR_UNDO_ANIMATION RID_GLOB_START+221
#define STR_UNDO_SLIDE_PARAMS RID_GLOB_START+222
#define STR_DEAUTHORISE_CLIENT RID_GLOB_START+229
#define STR_MASTERSLIDE_NAME RID_GLOB_START+230
#define STR_MASTERPAGE_NAME RID_GLOB_START+231
#define STR_SHRINK_FONT_SIZE RID_GLOB_START+232
#define STR_GROW_FONT_SIZE RID_GLOB_START+233
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|