1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include <sfx2/sfx.hrc>
22 #include "templdlg.hrc"
25 ImageList DLG_STYLE_DESIGNER
28 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
32 SID_STYLE_NEW_BY_EXAMPLE ;
33 SID_STYLE_UPDATE_BY_EXAMPLE ;
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 ;
58 Size = MAP_APPFONT ( 116 , 215 ) ;
59 Pos = MAP_APPFONT ( 0 , 0 ) ;
64 EnableResizing = TRUE ;
69 Pos = MAP_APPFONT ( 3 , 3 ) ;
70 Size = MAP_APPFONT ( 57 , 42 ) ;
72 ItemImageList = DLG_STYLE_DESIGNER ;
73 HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
78 HelpId = HID_TEMPLDLG_WATERCAN ;
79 Identifier = SID_STYLE_WATERCAN ;
80 Text [ en-US ] = "Fill Format Mode" ;
84 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
85 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
86 Text [ en-US ] = "New Style from Selection" ;
90 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
91 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
92 Text [ en-US ] = "Update Style" ;
98 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */