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: tabopdlg.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 "tabopdlg.hrc"
32 ModelessDialog RID_SCDLG_TABOP
35 HelpId = SID_OPENDLG_TABOP ;
38 Size = MAP_APPFONT ( 240 , 64 ) ;
39 Text [ en-US ] = "Multiple operations" ;
42 FixedText FT_FORMULARANGE
44 Pos = MAP_APPFONT ( 12 , 16 ) ;
45 Size = MAP_APPFONT ( 68 , 8 ) ;
46 Text [ en-US ] = "~Formulas" ;
51 Pos = MAP_APPFONT ( 82 , 14 ) ;
52 Size = MAP_APPFONT ( 79 , 12 ) ;
54 ImageButton RB_FORMULARANGE
56 Pos = MAP_APPFONT ( 163 , 13 ) ;
57 Size = MAP_APPFONT ( 13 , 15 ) ;
59 QuickHelpText [ en-US ] = "Shrink" ;
63 Pos = MAP_APPFONT ( 12 , 32 ) ;
64 Size = MAP_APPFONT ( 70 , 8 ) ;
65 Text [ en-US ] = "~Row input cell" ;
70 Pos = MAP_APPFONT ( 82 , 30 ) ;
71 Size = MAP_APPFONT ( 79 , 12 ) ;
73 ImageButton RB_ROWCELL
75 Pos = MAP_APPFONT ( 163 , 29 ) ;
76 Size = MAP_APPFONT ( 13 , 15 ) ;
78 QuickHelpText [ en-US ] = "Shrink" ;
82 Pos = MAP_APPFONT ( 12 , 48 ) ;
83 Size = MAP_APPFONT ( 70 , 8 ) ;
84 Text [ en-US ] = "~Column input cell" ;
89 Pos = MAP_APPFONT ( 82 , 46 ) ;
90 Size = MAP_APPFONT ( 79 , 12 ) ;
92 ImageButton RB_COLCELL
94 Pos = MAP_APPFONT ( 163 , 45 ) ;
95 Size = MAP_APPFONT ( 13 , 15 ) ;
97 QuickHelpText [ en-US ] = "Shrink" ;
99 FixedLine FL_VARIABLES
101 Pos = MAP_APPFONT ( 6 , 3 ) ;
102 Size = MAP_APPFONT ( 172 , 8 ) ;
103 Text [ en-US ] = "Default settings" ;
107 Pos = MAP_APPFONT ( 184 , 6 ) ;
108 Size = MAP_APPFONT ( 50 , 14 ) ;
111 CancelButton BTN_CANCEL
113 Pos = MAP_APPFONT ( 184 , 23 ) ;
114 Size = MAP_APPFONT ( 50 , 14 ) ;
118 Pos = MAP_APPFONT ( 184 , 43 ) ;
119 Size = MAP_APPFONT ( 50 , 14 ) ;
123 Text [ en-US ] = "No formula specified." ;
127 Text [ en-US ] = "Neither row or column specified." ;
129 String STR_WRONGFORMULA
131 Text [ en-US ] = "Undefined name or range." ;
133 String STR_WRONGROWCOL
135 Text [ en-US ] = "Undefined name or wrong cell reference." ;
137 String STR_NOCOLFORMULA
139 Text [ en-US ] = "Formulas don't form a column." ;
141 String STR_NOROWFORMULA
143 Text [ en-US ] = "Formulas don't form a row." ;