1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #include "internationaloptions.hrc"
31 #include <svx/dialogs.hrc>
33 TabPage RID_OFA_TP_INTERNATIONAL
35 HelpID = "cui:TabPage:RID_OFA_TP_INTERNATIONAL";
37 Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
41 FixedLine FL_DEFTXTDIRECTION
43 Pos = MAP_APPFONT( COL_0, ROW_0 );
44 Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
45 Text [ en-US ] = "Default text direction";
48 RadioButton RB_TXTDIR_LEFT2RIGHT
50 HelpID = "cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_LEFT2RIGHT";
51 Pos = MAP_APPFONT( COL_1, ROW_1 );
52 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
54 Text [ en-US ] = "~Left-to-right";
57 RadioButton RB_TXTDIR_RIGHT2LEFT
59 HelpID = "cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_RIGHT2LEFT";
60 Pos = MAP_APPFONT( COL_1, ROW_2 );
61 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_RB );
62 Text [ en-US ] = "~Right-to-left";
65 FixedLine FL_SHEETVIEW
67 Pos = MAP_APPFONT( COL_0, ROW_3 );
68 Size = MAP_APPFONT( WIDTH2END( COL_0 ), HEIGHT_FL );
69 Text [ en-US ] = "Sheet view";
72 CheckBox CB_SHTVW_RIGHT2LEFT
74 HelpID = "cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_RIGHT2LEFT";
75 Pos = MAP_APPFONT( COL_1, ROW_4 );
76 Size = MAP_APPFONT( WIDTH2END( COL_1 ), HEIGHT_CB );
77 Text [ en-US ] = "Right-~to-left";
80 CheckBox CB_SHTVW_CURRENTDOCONLY
82 HelpID = "cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_CURRENTDOCONLY";
83 Pos = MAP_APPFONT( COL_2, ROW_5 );
84 Size = MAP_APPFONT( WIDTH2END( COL_2 ), HEIGHT_CB );
85 Text [ en-US ] = "~Current document only";