merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / internationaloptions.src
blobf98109c84e7017eb9fe6537f972dc6fda4b6a905
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: internationaloptions.src,v $
10  * $Revision: 1.8 $
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 "internationaloptions.hrc"
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
35 TabPage RID_OFA_TP_INTERNATIONAL
37     OutputSize = TRUE ;
38     Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
39     SVLook = TRUE ;
40     Hide = TRUE ;
42     FixedLine FL_DEFTXTDIRECTION
43     {
44         Pos = MAP_APPFONT( COL_0, ROW_0 );
45         Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
46         Text [ en-US ] = "Default text direction";
47     };
49     RadioButton RB_TXTDIR_LEFT2RIGHT
50     {
51         Pos = MAP_APPFONT( COL_1, ROW_1 );
52         Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
53         Group = TRUE;
54         Text [ en-US ] = "~Left-to-right";
55     };
57     RadioButton RB_TXTDIR_RIGHT2LEFT
58     {
59         Pos = MAP_APPFONT( COL_1, ROW_2 );
60         Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
61         Text [ en-US ] = "~Right-to-left";
62     };
64     FixedLine FL_SHEETVIEW
65     {
66         Pos = MAP_APPFONT( COL_0, ROW_3 );
67         Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
68         Text [ en-US ] = "Sheet view";
69     };
71     CheckBox CB_SHTVW_RIGHT2LEFT
72     {
73         Pos = MAP_APPFONT( COL_1, ROW_4 );
74         Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_CB );
75         Text [ en-US ] = "Right-~to-left";
76     };
78     CheckBox CB_SHTVW_CURRENTDOCONLY
79     {
80         Pos = MAP_APPFONT( COL_2, ROW_5 );
81         Size = MAP_APPFONT( WIDTH2END( COL_2 ), HEIGHT_CB );
82         Text [ en-US ] = "~Current document only";
83     };