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 .
24 #include <sfx2/sfx.hrc>
26 TabPage RID_SVXPAGE_OPTIONS_CTL
28 HelpId = HID_OPTIONS_CTL ;
30 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
33 Text [ en-US ] = "Complex Text Layout" ;
34 FixedLine FL_SEQUENCECHECKING
36 Pos = MAP_APPFONT ( 6, ROW_0 ) ;
37 Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
38 Text [ en-US ] = "Sequence checking";
40 CheckBox CB_SEQUENCECHECKING
42 HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING";
43 Pos = MAP_APPFONT ( 12, ROW_1 ) ;
44 Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
45 Text [ en-US ] = "Use se~quence checking";
47 CheckBox CB_RESTRICTED
49 HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED";
50 Pos = MAP_APPFONT ( 18, ROW_2 );
51 Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
52 Text[ en-US ] = "Restricted";
54 CheckBox CB_TYPE_REPLACE
56 HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE";
57 Pos = MAP_APPFONT ( 18, ROW_2+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y );
58 Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
59 Text[ en-US ] = "~Type and replace";
61 FixedLine FL_CURSORCONTROL
63 Pos = MAP_APPFONT ( 6, ROW_3 ) ;
64 Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
65 Text [ en-US ] = "Cursor control";
69 Pos = MAP_APPFONT ( 12, ROW_5 ) ;
70 Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
71 Text [ en-US ] = "Movement";
73 RadioButton RB_MOVEMENT_LOGICAL
75 HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL";
76 Pos = MAP_APPFONT ( 105, ROW_4 ) ;
77 Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
78 Text [ en-US ] = "Lo~gical";
80 RadioButton RB_MOVEMENT_VISUAL
82 HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL";
83 Pos = MAP_APPFONT ( 177, ROW_4 ) ;
84 Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
85 Text [ en-US ] = "~Visual";
89 Pos = MAP_APPFONT ( 6, ROW_6 ) ;
90 Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
91 Text [ en-US ] = "General options";
95 Pos = MAP_APPFONT ( 12, ROW_8 ) ;
96 Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
97 Text [ en-US ] = "~Numerals";
101 HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS";
102 Pos = MAP_APPFONT ( 105, ROW_7 ) ;
103 Size = MAP_APPFONT ( 69 , 3*RSC_CD_DROPDOWN_HEIGHT ) ;
106 StringList [ en-US ]=
116 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */