Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / textdlgs.src
blobf537abb91eb020d1a5f24902e06bfefc94dfc065
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 <svx/dialogs.hrc>
21 #include "sc.hrc"
23 TabDialog RID_SCDLG_CHAR
25     OutputSize = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 289 , 176 ) ;
28     Text [ en-US ] = "Character" ;
29     Moveable = TRUE ;
30     Closeable = TRUE ;
31     TabControl 1
32     {
33         OutputSize = TRUE ;
34         Pos = MAP_APPFONT ( 3 , 3 ) ;
35         Size = MAP_APPFONT ( 260 , 135 ) ;
36         PageList =
37         {
38             PageItem
39             {
40                 Identifier = RID_SVXPAGE_CHAR_NAME ;
41                 Text [ en-US ] = "Font";
42             };
43             PageItem
44             {
45                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
46                 Text [ en-US ] = "Font Effects";
47             };
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_CHAR_POSITION ;
51                 Text [ en-US ] = "Font Position";
52             };
53         };
54     };
55     OKButton 1
56     {
57         Pos = MAP_APPFONT ( 6 , 151 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     CancelButton 1
62     {
63         Pos = MAP_APPFONT ( 60 , 151 ) ;
64         Size = MAP_APPFONT ( 50 , 14 ) ;
65         TabStop = TRUE ;
66     };
67     HelpButton 1
68     {
69         Pos = MAP_APPFONT ( 114 , 151 ) ;
70         Size = MAP_APPFONT ( 50 , 14 ) ;
71         TabStop = TRUE ;
72     };
73     PushButton 1
74     {
75         Pos = MAP_APPFONT ( 169 , 151 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         Text [ en-US ] = "Back" ;
78         TabStop = TRUE ;
79     };
82 TabDialog RID_SCDLG_PARAGRAPH
84     OutputSize = TRUE ;
85     SVLook = TRUE ;
86     Size = MAP_APPFONT ( 289 , 176 ) ;
87     Text [ en-US ] = "Paragraph" ;
88     Moveable = TRUE ;
89     Closeable = TRUE ;
90     TabControl 1
91     {
92         OutputSize = TRUE ;
93         Pos = MAP_APPFONT ( 3 , 3 ) ;
94         Size = MAP_APPFONT ( 260 , 135 ) ;
95         PageList =
96         {
97             PageItem
98             {
99                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
100                 Text [ en-US ] = "Indents & Spacing" ;
101                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
102             };
103             PageItem
104             {
105                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
106                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
107                 Text [ en-US ] = "Alignment" ;
108             };
109             PageItem
110             {
111                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
112                 Text [ en-US ] = "Asian Typography";
113             };
114             PageItem
115             {
116                 Identifier = RID_SVXPAGE_TABULATOR ;
117                 Text [ en-US ] = "Tab" ;
118                 PageResID = RID_SVXPAGE_TABULATOR ;
119             };
120         };
121     };
122     OKButton 1
123     {
124         Pos = MAP_APPFONT ( 6 , 151 ) ;
125         Size = MAP_APPFONT ( 50 , 14 ) ;
126         TabStop = TRUE ;
127     };
128     CancelButton 1
129     {
130         Pos = MAP_APPFONT ( 60 , 151 ) ;
131         Size = MAP_APPFONT ( 50 , 14 ) ;
132         TabStop = TRUE ;
133     };
134     HelpButton 1
135     {
136         Pos = MAP_APPFONT ( 114 , 151 ) ;
137         Size = MAP_APPFONT ( 50 , 14 ) ;
138         TabStop = TRUE ;
139     };
140     PushButton 1
141     {
142         Pos = MAP_APPFONT ( 169 , 151 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144         Text [ en-US ] = "Back" ;
145         TabStop = TRUE ;
146     };
149 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */