merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / dlgolbul.src
blob0a80784ef12c21f330cef0515ffcc0f1aedaa3be
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: dlgolbul.src,v $
10  * $Revision: 1.32 $
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>
32 #include "dlgolbul.hrc"
34 TabDialog TAB_OUTLINEBULLET
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Text [ en-US ] = "Bullets and Numbering" ;
39     Moveable = TRUE ;
40     TabControl 1
41     {
42         SVLook = TRUE ;
43         PageList =
44         {
45             PageItem
46             {
47                 Identifier = RID_SVXPAGE_PICK_BULLET ;
48                 Text [ en-US ] = "Bullets" ;
49             };
50             PageItem
51             {
52                 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
53                 Text [ en-US ] = "Numbering type" ;
54             };
55             PageItem
56             {
57                 Identifier = RID_SVXPAGE_PICK_BMP ;
58                 Text [ en-US ] = "Graphics" ;
59             };
60             PageItem
61             {
62                 Identifier = RID_SVXPAGE_NUM_POSITION ;
63                 Text [ en-US ] = "Position" ;
64             };
65             PageItem
66             {
67                 Identifier = RID_SVXPAGE_NUM_OPTIONS ;
68                 Text [ en-US ] = "Customize" ;
69             };
70         };
71     };