bump product version to 5.0.4.1
[LibreOffice.git] / sfx2 / source / dialog / templdlg.src
blobfd9c11d2b1e60d9c3a9bfe3f80448d784df727ac
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 <sfx2/sfx.hrc>
21 #include "dialog.hrc"
22 #include "templdlg.hrc"
23 #include "helpid.hrc"
25 ImageList DLG_STYLE_DESIGNER
27     Prefix = "sc";
28     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29     IdList =
30     {
31         SID_STYLE_WATERCAN ;
32         SID_STYLE_NEW_BY_EXAMPLE ;
33         SID_STYLE_UPDATE_BY_EXAMPLE ;
34     };
35     IdCount = { 3 ; };
38 // Strings ---------------------------------------------------------------
39 String STR_STYLE_ELEMTLIST
41     Text [ en-US ] = "Style List" ;
44 String STR_STYLE_FILTER_HIERARCHICAL
46     Text [ en-US ] = "Hierarchical" ;
49  // DLG_STYLE_DESIGNER ----------------------------------------------------
50 DockingWindow DLG_STYLE_DESIGNER
52     Text [ en-US ] = "Styles and Formatting" ;
54     HelpId = CMD_SID_STYLE_DESIGNER ;
55     OutputSize = TRUE ;
56     Hide = TRUE ;
57     SVLook = TRUE ;
58     Size = MAP_APPFONT ( 116 , 215 ) ;
59     Pos = MAP_APPFONT ( 0 , 0 ) ;
60     Closeable = TRUE ;
61     Zoomable = TRUE ;
62     Sizeable = TRUE ;
63     Dockable = TRUE ;
64     EnableResizing = TRUE ;
65     Border = TRUE ;
66     Moveable = TRUE ;
67     ToolBox TB_ACTION
68     {
69         Pos = MAP_APPFONT ( 3 , 3 ) ;
70         Size = MAP_APPFONT ( 57 , 42 ) ;
71         LineCount = 1 ;
72         ItemImageList = DLG_STYLE_DESIGNER ;
73         HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
74         ItemList =
75         {
76             ToolBoxItem
77             {
78                 HelpId = HID_TEMPLDLG_WATERCAN ;
79                 Identifier = SID_STYLE_WATERCAN ;
80                 Text [ en-US ] = "Fill Format Mode" ;
81             };
82             ToolBoxItem
83             {
84                 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
85                 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
86                 Text [ en-US ] = "New Style from Selection" ;
87             };
88             ToolBoxItem
89             {
90                 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
91                 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
92                 Text [ en-US ] = "Update Style" ;
93             };
94         };
95     };
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */