fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sc / source / ui / inc / miscdlgs.hrc
blob9efabdc4568b110ff8a374c8b15995884e781f85
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sc.hrc"   // -> RID_SCDLG_INSCELL
21                     // -> RID_SCDLG_INSCONT
22                     // -> RID_SCDLG_MOVETAB
23                     // -> RID_SCDLG_STRINPUT
24                     // -> RID_SCDLG_MTRINPUT
25                     // -> RID_SCDLG_SELENTRY
26                     // -> RID_SCDLG_FILLSERIES
27                     // -> RID_SCDLG_AUTOFORMAT
29 // General
30 #define BTN_OK          100
31 #define BTN_CANCEL      102
32 #define BTN_HELP        103
33 #define BTN_MORE        104
34 #define BTN_ADD         105
35 #define BTN_REMOVE      106
36 #define FT_LABEL        110
37 #define FL_FRAME        112
38 #define STR_BTN_CLOSE   200
40 // Insert Cell Dialog
41 #define BTN_CELLSDOWN   11
42 #define BTN_CELLSRIGHT  12
43 #define BTN_INSROWS     16
44 #define BTN_INSCOLS     17
46 // Insert Contents Dialog
47 #define BTN_INSALL      20
48 #define BTN_INSSTRINGS  21
49 #define BTN_INSNUMBERS  22
50 #define BTN_INSDATETIME 23
51 #define BTN_INSFORMULAS 24
52 #define BTN_INSATTRS    25
53 #define BTN_INSNOTES    26
54 #define BTN_OP_NOOP     27
55 #define BTN_OP_ADD      28
56 #define BTN_OP_SUB      29
57 #define BTN_OP_MUL      30
58 #define BTN_OP_DIV      31
59 #define FL_OPERATION    32
60 #define BTN_SKIP_EMPTY  33
61 #define BTN_TRANSPOSE   34
62 #define BTN_LINK        35
63 #define FL_OPTIONS      36
64 #define BTN_MV_NONE     37
65 #define BTN_MV_DOWN     38
66 #define BTN_MV_RIGHT    39
67 #define FL_MOVE         40
68 #define BTN_INSOBJECTS  41
69 #define FL_SEP1         51
70 #define FL_SEP2         52
72 // Insert/Delete Sheet
73 #define FT_DEST         1
74 #define LB_DEST         2
75 #define FT_INSERT       3
76 #define LB_INSERT       4
77 #define BTN_COPY        5
78 #define STR_NEWDOC      6
79 #define BTN_MOVE        7
80 #define FL_ACTION       8
81 #define FL_LOCATION     9
82 #define FL_NAME         11
83 #define FT_TABNAME      12
84 #define FT_TABNAME_WARN 13
85 #define STR_CURRENTDOC  14
86 #define STR_TABNAME_WARN_USED    15
87 #define STR_TABNAME_WARN_EMPTY   16
88 #define STR_TABNAME_WARN_INVALID 17
90 // String input
91 #define ED_INPUT        10
93 // Metrics input
94 #define ED_VALUE        1
95 #define BTN_DEFVAL      1
97 // Selection from a (String-)ListBox
98 #define FL_ENTRYLIST    10
99 #define LB_ENTRYLIST    11
101 // Row fillers
102 #define FL_DIRECTION    1
103 #define BTN_LEFT        2
104 #define BTN_RIGHT       3
105 #define BTN_TOP         4
106 #define BTN_BOTTOM      5
107 #define FL_TYPE         11
108 #define BTN_ARITHMETIC  12
109 #define BTN_GEOMETRIC   13
110 #define BTN_DATE        14
111 #define BTN_AUTOFILL    15
112 #define FL_TIME_UNIT    21
113 #define BTN_DAY         22
114 #define BTN_DAY_OF_WEEK 23
115 #define BTN_MONTH       24
116 #define BTN_YEAR        25
117 #define FT_INCREMENT    30
118 #define ED_INCREMENT    39
119 #define FT_END_VALUE    40
120 #define ED_END_VALUES   49
121 #define STR_VALERR      50
122 #define FT_START_VALUE  51
123 #define ED_START_VALUES 52
125 // Auto format
126 #define LB_FORMAT           1
127 #define FL_FORMAT           9
128 #define WND_PREVIEW         19
129 #define BTN_NUMFORMAT       20
130 #define BTN_BORDER          21
131 #define BTN_FONT            23
132 #define BTN_PATTERN         24
133 #define BTN_ALIGNMENT       25
134 #define BTN_ADJUST          26
135 #define BTN_RENAME          27
136 #define FL_FORMATTING       29
137 #define STR_ADD_TITLE       100
138 #define STR_ADD_LABEL       101
139 #define STR_DEL_TITLE       102
140 #define STR_DEL_MSG         103
141 #define STR_RENAME_TITLE    104
142     // Auto format Preview:
143 #define STR_JAN         121
144 #define STR_FEB         122
145 #define STR_MAR         123
146 #define STR_NORTH       124
147 #define STR_MID         125
148 #define STR_SOUTH       126
149 #define STR_SUM         127
151 // Set/Reset Grouping:
152 #define BTN_GROUP_COLS  1
153 #define BTN_GROUP_ROWS  3
154 #define STR_GROUP       1
155 #define STR_UNGROUP     2
157 // Tab Bg Color
158 #define TAB_BG_COLOR_CT_BORDER 1
159 #define TAB_BG_COLOR_SET_BGDCOLOR 2
161 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */