1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #include <sfx2/sfx.hrc>
29 #include <sfx2/tabpage.hrc>
31 #include "mgetempl.hrc"
33 // TP_MANAGE_STYLES ------------------------------------------------------
34 TabPage TP_MANAGE_STYLES
36 HelpId = HID_MANAGE_STYLES ;
38 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
41 Pos = MAP_APPFONT ( 6 , 8 ) ;
42 Size = MAP_APPFONT ( 61 , 10 ) ;
43 Text [ en-US ] = "~Name" ;
47 HelpID = "sfx2:Edit:TP_MANAGE_STYLES:ED_NAME";
49 Pos = MAP_APPFONT ( 70 , 6 ) ;
50 Size = MAP_APPFONT ( 184 , 12 ) ;
52 MultiLineEdit MLE_NAME
54 Pos = MAP_APPFONT ( 70 , 8 ) ;
55 Size = MAP_APPFONT ( 80 , 12 ) ;
62 HelpID = "sfx2:CheckBox:TP_MANAGE_STYLES:CB_AUTO";
63 Pos = MAP_APPFONT ( 164 , 8 ) ;
64 Size = MAP_APPFONT ( 90 , 10 ) ;
66 Text [ en-US ] = "~AutoUpdate" ;
70 Pos = MAP_APPFONT ( 6 , 26 ) ;
71 Size = MAP_APPFONT ( 61 , 10 ) ;
72 Text [ en-US ] = "Ne~xt Style" ;
76 HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_NEXT";
78 Pos = MAP_APPFONT ( 70 , 24 ) ;
79 Size = MAP_APPFONT ( 184 , 65 ) ;
85 Pos = MAP_APPFONT ( 6 , 44 ) ;
86 Size = MAP_APPFONT ( 61 , 10 ) ;
87 Text [ en-US ] = "Linked with" ;
91 HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_BASE";
93 Pos = MAP_APPFONT ( 70 , 42 ) ;
94 Size = MAP_APPFONT ( 184 , 65 ) ;
100 Pos = MAP_APPFONT ( 6 , 62 ) ;
101 Size = MAP_APPFONT ( 61 , 10 ) ;
102 Text [ en-US ] = "~Category" ;
106 HelpID = "sfx2:ListBox:TP_MANAGE_STYLES:LB_REGION";
108 Pos = MAP_APPFONT ( 70 , 60 ) ;
109 Size = MAP_APPFONT ( 184 , 64 ) ;
114 Pos = MAP_APPFONT ( 12 , 88 ) ;
115 Size = MAP_APPFONT ( 236 , 85 ) ;
119 MultiLineEdit ED_DESC
121 HelpID = "sfx2:MultiLineEdit:TP_MANAGE_STYLES:ED_DESC";
122 Pos = MAP_APPFONT ( 12 , 88 ) ;
123 Size = MAP_APPFONT ( 236 , 85 ) ;
129 Pos = MAP_APPFONT ( 6 , 77 ) ;
130 Size = MAP_APPFONT ( 248 , 8 ) ;
131 Text [ en-US ] = "Contains" ;
134 // ********************************************************************** EOF