Update ooo320-m1
[ooovba.git] / sw / source / ui / table / splittbl.src
blob52822b02696979400aa96f965f7ca7f85df32a2d
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: splittbl.src,v $
10  * $Revision: 1.25 $
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 "table.hrc"
32 #include "splittbl.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35 ModalDialog DLG_SPLIT_TABLE
37     HelpID = FN_TABLE_SPLIT_TABLE ;
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 207 , 76 ) ;
41     Moveable = TRUE ;
42     OKButton PB_OK
43     {
44         Pos = MAP_APPFONT ( 151 , 6 ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton PB_CANCEL
50     {
51         Pos = MAP_APPFONT ( 151 , 23 ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton PB_HELP
56     {
57         Pos = MAP_APPFONT ( 151 , 40 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     FixedLine FL_SPLIT
62     {
63         Pos = MAP_APPFONT ( 6 , 3 ) ;
64         Size = MAP_APPFONT ( 139 , 8 ) ;
65         Text [ en-US ] = "Mode" ;
66     };
67     RadioButton RB_CNTNT
68     {
69         Pos = MAP_APPFONT ( 12 , 15 ) ;
70         Size = MAP_APPFONT ( 130 , 10 ) ;
71         Check = TRUE ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "~Copy heading" ;
74     };
75     RadioButton RB_BOX_PARA
76     {
77         Pos = MAP_APPFONT ( 12 , 30 ) ;
78         Size = MAP_APPFONT ( 130 , 10 ) ;
79         Text [ en-US ] = "C~ustom heading (apply Style)" ;
80     };
81     RadioButton RB_BOX_NOPARA
82     {
83         Pos = MAP_APPFONT ( 12 , 45 ) ;
84         Size = MAP_APPFONT ( 130 , 10 ) ;
85         Text [ en-US ] = "Cu~stom heading" ;
86     };
87     RadioButton RB_BORDER
88     {
89         Pos = MAP_APPFONT ( 12 , 60 ) ;
90         Size = MAP_APPFONT ( 130 , 10 ) ;
91         Text [ en-US ] = "~No heading" ;
92     };
93     Text [ en-US ] = "Split Table" ;