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" ;
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 ;
57 Size = MAP_APPFONT ( 116 , 215 ) ;
58 Pos = MAP_APPFONT ( 0 , 0 ) ;
63 EnableResizing = TRUE ;
68 Pos = MAP_APPFONT ( 3 , 3 ) ;
69 Size = MAP_APPFONT ( 57 , 42 ) ;
71 ItemImageList = DLG_STYLE_DESIGNER ;
72 HelpId = HID_TEMPLDLG_TOOLBOX_RIGHT ;
77 HelpId = HID_TEMPLDLG_WATERCAN ;
78 Identifier = SID_STYLE_WATERCAN ;
79 Text [ en-US ] = "Fill Format Mode" ;
83 HelpId = HID_TEMPLDLG_NEWBYEXAMPLE ;
84 Identifier = SID_STYLE_NEW_BY_EXAMPLE ;
85 Text [ en-US ] = "New Style from Selection" ;
89 HelpId = HID_TEMPLDLG_UPDATEBYEXAMPLE ;
90 Identifier = SID_STYLE_UPDATE_BY_EXAMPLE ;
91 Text [ en-US ] = "Update Style" ;
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */