1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "tabopdlg.hrc"
22 ModelessDialog RID_SCDLG_TABOP
25 HelpId = CMD_SID_OPENDLG_TABOP ;
28 Size = MAP_APPFONT ( 250 , 64 ) ;
29 Text [ en-US ] = "Multiple operations" ;
32 FixedText FT_FORMULARANGE
34 Pos = MAP_APPFONT ( 12 , 16 ) ;
35 Size = MAP_APPFONT ( 78 , 8 ) ;
36 Text [ en-US ] = "~Formulas" ;
40 HelpID = "sc:Edit:RID_SCDLG_TABOP:ED_FORMULARANGE";
42 Pos = MAP_APPFONT ( 92 , 14 ) ;
43 Size = MAP_APPFONT ( 79 , 12 ) ;
45 ImageButton RB_FORMULARANGE
47 HelpID = "sc:ImageButton:RID_SCDLG_TABOP:RB_FORMULARANGE";
48 Pos = MAP_APPFONT ( 173 , 13 ) ;
49 Size = MAP_APPFONT ( 13 , 15 ) ;
51 QuickHelpText [ en-US ] = "Shrink" ;
55 Pos = MAP_APPFONT ( 12 , 32 ) ;
56 Size = MAP_APPFONT ( 80 , 8 ) ;
57 Text [ en-US ] = "~Row input cell" ;
61 HelpID = "sc:Edit:RID_SCDLG_TABOP:ED_ROWCELL";
63 Pos = MAP_APPFONT ( 92 , 30 ) ;
64 Size = MAP_APPFONT ( 79 , 12 ) ;
66 ImageButton RB_ROWCELL
68 HelpID = "sc:ImageButton:RID_SCDLG_TABOP:RB_ROWCELL";
69 Pos = MAP_APPFONT ( 173 , 29 ) ;
70 Size = MAP_APPFONT ( 13 , 15 ) ;
72 QuickHelpText [ en-US ] = "Shrink" ;
76 Pos = MAP_APPFONT ( 12 , 48 ) ;
77 Size = MAP_APPFONT ( 80 , 8 ) ;
78 Text [ en-US ] = "~Column input cell" ;
82 HelpID = "sc:Edit:RID_SCDLG_TABOP:ED_COLCELL";
84 Pos = MAP_APPFONT ( 92 , 46 ) ;
85 Size = MAP_APPFONT ( 79 , 12 ) ;
87 ImageButton RB_COLCELL
89 HelpID = "sc:ImageButton:RID_SCDLG_TABOP:RB_COLCELL";
90 Pos = MAP_APPFONT ( 173 , 45 ) ;
91 Size = MAP_APPFONT ( 13 , 15 ) ;
93 QuickHelpText [ en-US ] = "Shrink" ;
95 FixedLine FL_VARIABLES
97 Pos = MAP_APPFONT ( 6 , 3 ) ;
98 Size = MAP_APPFONT ( 182 , 8 ) ;
99 Text [ en-US ] = "Default settings" ;
103 Pos = MAP_APPFONT ( 194 , 6 ) ;
104 Size = MAP_APPFONT ( 50 , 14 ) ;
107 CancelButton BTN_CANCEL
109 Pos = MAP_APPFONT ( 194 , 23 ) ;
110 Size = MAP_APPFONT ( 50 , 14 ) ;
114 Pos = MAP_APPFONT ( 194 , 43 ) ;
115 Size = MAP_APPFONT ( 50 , 14 ) ;
119 Text [ en-US ] = "No formula specified." ;
123 Text [ en-US ] = "Neither row or column specified." ;
125 String STR_WRONGFORMULA
127 Text [ en-US ] = "Undefined name or range." ;
129 String STR_WRONGROWCOL
131 Text [ en-US ] = "Undefined name or wrong cell reference." ;
133 String STR_NOCOLFORMULA
135 Text [ en-US ] = "Formulas don't form a column." ;
137 String STR_NOROWFORMULA
139 Text [ en-US ] = "Formulas don't form a row." ;
143 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */