1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: splitcelldlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "splitcelldlg.hrc"
34 ModalDialog RID_SVX_SPLITCELLDLG
38 Size = MAP_APPFONT ( 169 , 108 ) ;
39 Text [ en-US ] = "Split Cells" ;
44 Pos = MAP_APPFONT ( 115 , 6 ) ;
45 Size = MAP_APPFONT ( 50 , 14 ) ;
49 CancelButton BT_CANCEL
51 Pos = MAP_APPFONT ( 115 , 23 ) ;
52 Size = MAP_APPFONT ( 50 , 14 ) ;
57 Pos = MAP_APPFONT ( 115 , 43 ) ;
58 Size = MAP_APPFONT ( 50 , 14 ) ;
63 Pos = MAP_APPFONT ( 12 , 16 ) ;
64 Size = MAP_APPFONT ( 67 , 8 ) ;
65 Text [ en-US ] = "~Split cell into" ;
71 Pos = MAP_APPFONT ( 82 , 14 ) ;
72 Size = MAP_APPFONT ( 21 , 12 ) ;
85 Pos = MAP_APPFONT ( 6 , 3 ) ;
86 Size = MAP_APPFONT ( 103 , 8 ) ;
87 Text [ en-US ] = "Split" ;
89 ImageRadioButton RB_HORZ
91 Pos = MAP_APPFONT ( 12 , 47 ) ;
92 Size = MAP_APPFONT ( 90 , 18 ) ;
94 Text [ en-US ] = "H~orizontally" ;
95 RadioButtonImage = Image
97 ImageBitmap = Bitmap { File = "zetlhor2.bmp" ; };
104 Pos = MAP_APPFONT ( 18 , 68 ) ;
105 Size = MAP_APPFONT ( 91 , 12 ) ;
106 Text [ en-US ] = "~Into equal proportions";
110 ImageBitmap = Bitmap { File = "zetlver2_h.bmp" ; };
114 ImageBitmap = Bitmap { File = "zetlhor2_h.bmp" ; };
116 ImageRadioButton RB_VERT
118 Pos = MAP_APPFONT ( 12 , 84 ) ;
119 Size = MAP_APPFONT ( 90 , 18 ) ;
120 Text [ en-US ] = "~Vertically" ;
121 RadioButtonImage = Image
123 ImageBitmap = Bitmap { File = "zetlver2.bmp" ; };
129 Pos = MAP_APPFONT ( 6 , 36 ) ;
130 Size = MAP_APPFONT ( 103 , 8 ) ;
131 Text [ en-US ] = "Direction" ;