Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / inc / miscdlgs.hrc
blob70766c4eab3d8e9f5d75ec4168b04b1f00d01636
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"
21                     // -> RID_SCDLG_INSCONT
22                     // -> RID_SCDLG_MOVETAB
23                     // -> RID_SCDLG_MTRINPUT
24                     // -> RID_SCDLG_SELENTRY
25                     // -> RID_SCDLG_FILLSERIES
26                     // -> RID_SCDLG_AUTOFORMAT
28 // General
29 #define BTN_OK          100
30 #define BTN_CANCEL      102
31 #define BTN_HELP        103
32 #define BTN_MORE        104
33 #define BTN_ADD         105
34 #define BTN_REMOVE      106
35 #define FT_LABEL        110
36 #define FL_FRAME        112
37 #define STR_BTN_CLOSE   200
40 // Insert Contents Dialog
41 #define BTN_INSALL      20
42 #define BTN_INSSTRINGS  21
43 #define BTN_INSNUMBERS  22
44 #define BTN_INSDATETIME 23
45 #define BTN_INSFORMULAS 24
46 #define BTN_INSATTRS    25
47 #define BTN_INSNOTES    26
48 #define BTN_OP_NOOP     27
49 #define BTN_OP_ADD      28
50 #define BTN_OP_SUB      29
51 #define BTN_OP_MUL      30
52 #define BTN_OP_DIV      31
53 #define FL_OPERATION    32
54 #define BTN_SKIP_EMPTY  33
55 #define BTN_TRANSPOSE   34
56 #define BTN_LINK        35
57 #define FL_OPTIONS      36
58 #define BTN_MV_NONE     37
59 #define BTN_MV_DOWN     38
60 #define BTN_MV_RIGHT    39
61 #define FL_MOVE         40
62 #define BTN_INSOBJECTS  41
63 #define FL_SEP1         51
64 #define FL_SEP2         52
66 // String input
67 #define ED_INPUT        10
69 // Metrics input
70 #define ED_VALUE        1
71 #define BTN_DEFVAL      1
73 // Selection from a (String-)ListBox
74 #define FL_ENTRYLIST    10
75 #define LB_ENTRYLIST    11
77 // Auto format
78 #define LB_FORMAT           1
79 #define FL_FORMAT           9
80 #define WND_PREVIEW         19
81 #define BTN_NUMFORMAT       20
82 #define BTN_BORDER          21
83 #define BTN_FONT            23
84 #define BTN_PATTERN         24
85 #define BTN_ALIGNMENT       25
86 #define BTN_ADJUST          26
87 #define BTN_RENAME          27
88 #define FL_FORMATTING       29
89 #define STR_ADD_TITLE       100
90 #define STR_ADD_LABEL       101
91 #define STR_DEL_TITLE       102
92 #define STR_DEL_MSG         103
93 #define STR_RENAME_TITLE    104
94     // Auto format Preview:
95 #define STR_JAN         121
96 #define STR_FEB         122
97 #define STR_MAR         123
98 #define STR_NORTH       124
99 #define STR_MID         125
100 #define STR_SOUTH       126
101 #define STR_SUM         127
103 // Set/Reset Grouping:
104 #define BTN_GROUP_COLS  1
105 #define BTN_GROUP_ROWS  3
106 #define STR_GROUP       1
107 #define STR_UNGROUP     2
109 // Tab Bg Color
110 #define TAB_BG_COLOR_CT_BORDER 1
111 #define TAB_BG_COLOR_SET_BGDCOLOR 2
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */