1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
27 // include ---------------------------------------------------------------
28 #include <sfx2/sfx.hrc>
30 #include "templdlg.hrc"
33 ImageList DLG_STYLE_DESIGNER
36 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
40 SID_STYLE_NEW_BY_EXAMPLE ;
41 SID_STYLE_UPDATE_BY_EXAMPLE ;
46 // RID_STYLECATALOG ------------------------------------------------------
47 ModalDialog RID_STYLECATALOG
49 HelpId = CMD_SID_STYLE_CATALOG ;
52 Size = MAP_APPFONT ( 181 , 134 ) ;
53 Text [ en-US ] = "Style Catalog" ;
58 Pos = MAP_APPFONT ( 123 , 6 ) ;
59 Size = MAP_APPFONT ( 50 , 14 ) ;
62 CancelButton BT_CANCEL
64 Pos = MAP_APPFONT ( 123 , 23 ) ;
65 Size = MAP_APPFONT ( 50 , 14 ) ;
70 HelpID = "sfx2:PushButton:RID_STYLECATALOG:BT_ORG";
71 Pos = MAP_APPFONT ( 123 , 97 ) ;
72 Size = MAP_APPFONT ( 50 , 14 ) ;
73 Text [ en-US ] = "~Organizer..." ;
78 HelpID = "sfx2:PushButton:RID_STYLECATALOG:BT_DEL";
79 Pos = MAP_APPFONT ( 123 , 78 ) ;
80 Size = MAP_APPFONT ( 50 , 14 ) ;
81 Text [ en-US ] = "~Delete..." ;
86 HelpID = "sfx2:PushButton:RID_STYLECATALOG:BT_EDIT";
87 Pos = MAP_APPFONT ( 123 , 60 ) ;
88 Size = MAP_APPFONT ( 50 , 14 ) ;
89 Text [ en-US ] = "~Modify..." ;
94 HelpID = "sfx2:PushButton:RID_STYLECATALOG:BT_NEW";
95 Pos = MAP_APPFONT ( 123 , 43 ) ;
96 Size = MAP_APPFONT ( 50 , 14 ) ;
97 Text [ en-US ] = "~New..." ;
102 Pos = MAP_APPFONT ( 123 , 114 ) ;
103 Size = MAP_APPFONT ( 50 , 14 ) ;
108 HelpID = "sfx2:ListBox:RID_STYLECATALOG:BT_TOOL";
110 Pos = MAP_APPFONT ( 6 , 6 ) ;
111 Size = MAP_APPFONT ( 110 , 55 ) ;
117 HelpId = HID_TEMPLATE_FMT ;
119 Pos = MAP_APPFONT ( 6 , 23 ) ;
120 Size = MAP_APPFONT ( 110 , 89 ) ;
125 HelpID = "sfx2:ListBox:RID_STYLECATALOG:BT_FLIST";
127 Pos = MAP_APPFONT ( 6 , 114 ) ;
128 Size = MAP_APPFONT ( 110 , 77 ) ;
135 // Strings ---------------------------------------------------------------
136 String STR_STYLE_ELEMTLIST
138 Text [ en-US ] = "Style List" ;
140 String STR_STYLE_FILTER_HIERARCHICAL
142 Text [ en-US ] = "Hierarchical" ;
145 // DLG_STYLE_DESIGNER ----------------------------------------------------
146 DockingWindow DLG_STYLE_DESIGNER
148 Text [ en-US ] = "Styles and Formatting" ;
150 HelpId = CMD_SID_STYLE_DESIGNER ;
154 Size = MAP_APPFONT ( 116 , 215 ) ;
155 Pos = MAP_APPFONT ( 0 , 0 ) ;
160 EnableResizing = TRUE ;
165 Pos = MAP_APPFONT ( 3 , 3 ) ;
166 Size = MAP_APPFONT ( 57 , 42 ) ;
168 ItemImageList = DLG_STYLE_DESIGNER ;
169 HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
174 HelpId = HID_TEMPLDLG_WATERCAN ;
175 Identifier = SID_STYLE_WATERCAN ;
176 Text [ en-US ] = "Fill Format Mode" ;
180 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
181 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
182 Text [ en-US ] = "New Style from Selection" ;
186 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
187 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
188 Text [ en-US ] = "Update Style" ;