update dev300-m58
[ooovba.git] / svx / source / toolbars / fontworkbar.src
blob6324d3b90a2f325e0d1ff63cbae6afe5a9b0e0a5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: fontworkbar.src,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <svx/dialogs.hrc>
33 ToolBox RID_SVX_FONTWORK_BAR
35     HelpId = RID_SVX_FONTWORK_BAR ;
36     Align = BOXALIGN_BOTTOM ;
37     ItemList =
38     {
39         ToolBoxItem
40         {
41             Identifier = SID_FONTWORK_GALLERY_FLOATER ;
42             HelpID = SID_FONTWORK_GALLERY_FLOATER ;
43         };
44         ToolBoxItem
45         {
46             Identifier = SID_FONTWORK_SHAPE_TYPE ;
47             HelpID = SID_FONTWORK_SHAPE_TYPE ;
48         };
49         ToolBoxItem
50         {
51             Identifier = SID_FONTWORK_SAME_LETTER_HEIGHTS ;
52             HelpID = SID_FONTWORK_SAME_LETTER_HEIGHTS ;
53         };
54         ToolBoxItem
55         {
56             Identifier = SID_FONTWORK_ALIGNMENT_FLOATER ;
57             HelpID = SID_FONTWORK_ALIGNMENT_FLOATER ;
58         };
59         ToolBoxItem
60         {
61             Identifier = SID_FONTWORK_CHARACTER_SPACING_FLOATER ;
62             HelpID = SID_FONTWORK_CHARACTER_SPACING_FLOATER ;
63         };
64     };
67 String RID_SVX_FONTWORK_BAR
69     Text [ en-US ] = "Fontwork";
72 String RID_SVXSTR_UNDO_APPLY_FONTWORK_SHAPE
74     Text [ en-US ] = "Apply Fontwork Shape";
77 String RID_SVXSTR_UNDO_APPLY_FONTWORK_SAME_LETTER_HEIGHT
79     Text [ en-US ] = "Apply Fontwork Same Letter Heights";
82 String RID_SVXSTR_UNDO_APPLY_FONTWORK_ALIGNMENT
84     Text [ en-US ] = "Apply Fontwork Alignment";
87 String RID_SVXSTR_UNDO_APPLY_FONTWORK_CHARACTER_SPACING
89     Text [ en-US ] = "Apply Fontwork Character Spacing";