Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / dialog / templdlg.src
blob65ee1cfd6f0c5f101d92f3458a2d0ebebc16b18d
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" ;
43 String STR_STYLE_FILTER_HIERARCHICAL
45     Text [ en-US ] = "Hierarchical" ;
48  // DLG_STYLE_DESIGNER ----------------------------------------------------
49 DockingWindow DLG_STYLE_DESIGNER
51     Text [ en-US ] = "Styles and Formatting" ;
53     HelpId = CMD_SID_STYLE_DESIGNER ;
54     OutputSize = TRUE ;
55     Hide = TRUE ;
56     SVLook = TRUE ;
57     Size = MAP_APPFONT ( 116 , 215 ) ;
58     Pos = MAP_APPFONT ( 0 , 0 ) ;
59     Closeable = TRUE ;
60     Zoomable = TRUE ;
61     Sizeable = TRUE ;
62     Dockable = TRUE ;
63     EnableResizing = TRUE ;
64     Border = TRUE ;
65     Moveable = TRUE ;
66     ToolBox TB_ACTION
67     {
68         Pos = MAP_APPFONT ( 3 , 3 ) ;
69         Size = MAP_APPFONT ( 57 , 42 ) ;
70         LineCount = 1 ;
71         ItemImageList = DLG_STYLE_DESIGNER ;
72         HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
73         ItemList =
74         {
75             ToolBoxItem
76             {
77                 HelpId = HID_TEMPLDLG_WATERCAN ;
78                 Identifier = SID_STYLE_WATERCAN ;
79                 Text [ en-US ] = "Fill Format Mode" ;
80             };
81             ToolBoxItem
82             {
83                 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
84                 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
85                 Text [ en-US ] = "New Style from Selection" ;
86             };
87             ToolBoxItem
88             {
89                 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
90                 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
91                 Text [ en-US ] = "Update Style" ;
92             };
93         };
94     };
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */