1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: templdlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <sfx2/sfx.hrc>
33 #include "templdlg.hrc"
36 ImageList DLG_STYLE_DESIGNER
39 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
43 SID_STYLE_NEW_BY_EXAMPLE ;
44 SID_STYLE_UPDATE_BY_EXAMPLE ;
48 ImageList IMG_LST_STYLE_DESIGNER_HC
51 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
55 SID_STYLE_NEW_BY_EXAMPLE ;
56 SID_STYLE_UPDATE_BY_EXAMPLE ;
60 // RID_STYLECATALOG ------------------------------------------------------
61 ModalDialog RID_STYLECATALOG
63 HelpId = SID_STYLE_CATALOG ;
66 Size = MAP_APPFONT ( 181 , 134 ) ;
67 Text [ en-US ] = "Style Catalog" ;
72 Pos = MAP_APPFONT ( 123 , 6 ) ;
73 Size = MAP_APPFONT ( 50 , 14 ) ;
76 CancelButton BT_CANCEL
78 Pos = MAP_APPFONT ( 123 , 23 ) ;
79 Size = MAP_APPFONT ( 50 , 14 ) ;
84 Pos = MAP_APPFONT ( 123 , 97 ) ;
85 Size = MAP_APPFONT ( 50 , 14 ) ;
86 Text [ en-US ] = "~Organizer..." ;
91 Pos = MAP_APPFONT ( 123 , 78 ) ;
92 Size = MAP_APPFONT ( 50 , 14 ) ;
93 Text [ en-US ] = "~Delete..." ;
98 Pos = MAP_APPFONT ( 123 , 60 ) ;
99 Size = MAP_APPFONT ( 50 , 14 ) ;
100 Text [ en-US ] = "~Modify..." ;
105 Pos = MAP_APPFONT ( 123 , 43 ) ;
106 Size = MAP_APPFONT ( 50 , 14 ) ;
107 Text [ en-US ] = "~New..." ;
112 Pos = MAP_APPFONT ( 123 , 114 ) ;
113 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Pos = MAP_APPFONT ( 6 , 6 ) ;
120 Size = MAP_APPFONT ( 110 , 55 ) ;
126 HelpId = HID_TEMPLATE_FMT ;
128 Pos = MAP_APPFONT ( 6 , 23 ) ;
129 Size = MAP_APPFONT ( 110 , 89 ) ;
135 Pos = MAP_APPFONT ( 6 , 114 ) ;
136 Size = MAP_APPFONT ( 110 , 77 ) ;
142 // Strings ---------------------------------------------------------------
143 String STR_STYLE_FILTER_HIERARCHICAL
145 Text [ en-US ] = "Hierarchical" ;
147 // DLG_STYLE_DESIGNER ----------------------------------------------------
148 DockingWindow DLG_STYLE_DESIGNER
150 Text [ en-US ] = "Styles and Formatting" ;
152 HelpId = SID_STYLE_DESIGNER ;
156 Size = MAP_APPFONT ( 116 , 215 ) ;
157 Pos = MAP_APPFONT ( 0 , 0 ) ;
162 EnableResizing = TRUE ;
163 // HideWhenDeactivate = TRUE;
168 Pos = MAP_APPFONT ( 3 , 3 ) ;
169 Size = MAP_APPFONT ( 57 , 42 ) ;
171 ItemImageList = DLG_STYLE_DESIGNER ;
172 HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
177 HelpId = HID_TEMPLDLG_WATERCAN ;
178 Identifier = SID_STYLE_WATERCAN ;
179 Text [ en-US ] = "Fill Format Mode" ;
183 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
184 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
185 Text [ en-US ] = "New Style from Selection" ;
189 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
190 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
191 Text [ en-US ] = "Update Style" ;