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 "simpref.hrc"
22 ModelessDialog RID_SCDLG_SIMPLEREF
27 Size = MAP_APPFONT ( 222 , 60 ) ;
28 Text = "Bereich festlegen" ;
32 Pos = MAP_APPFONT ( 6 , 6 ) ;
33 Size = MAP_APPFONT ( 40 , 12 ) ;
34 Text [ en-US ] = "Area" ;
38 HelpID = "sc:Edit:RID_SCDLG_SIMPLEREF:ED_ASSIGN";
40 Pos = MAP_APPFONT ( 48 , 6 ) ;
41 Size = MAP_APPFONT ( 90 , 12 ) ;
43 // Text = "<Tabellenbereich>" ;
47 HelpID = "sc:ImageButton:RID_SCDLG_SIMPLEREF:RB_ASSIGN";
48 Pos = MAP_APPFONT ( 142 , 5 ) ;
49 Size = MAP_APPFONT ( 13 , 15 ) ;
51 QuickHelpText [ en-US ] = "Shrink" ;
55 Pos = MAP_APPFONT ( 166 , 6 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
59 CancelButton BTN_CANCEL
61 Pos = MAP_APPFONT ( 166 , 23 ) ;
62 Size = MAP_APPFONT ( 50 , 14 ) ;
67 Pos = MAP_APPFONT ( 166 , 43 ) ;
68 Size = MAP_APPFONT ( 50 , 14 ) ;
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */