xref: /aoo42x/main/cui/source/options/optctl.src (revision 1742cb93)
10e2af6afSAndrew Rist/**************************************************************
2*1742cb93Smseidel *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*1742cb93Smseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*1742cb93Smseidel *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19*1742cb93Smseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "optctl.hrc"
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include <cuires.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir#include <sfx2/sfx.hrc>
29cdf0e10cSrcweir
30cdf0e10cSrcweirTabPage RID_SVXPAGE_OPTIONS_CTL
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpId = HID_OPTIONS_CTL ;
33cdf0e10cSrcweir	OutputSize = TRUE ;
34*1742cb93Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
35cdf0e10cSrcweir	SVLook = TRUE ;
36cdf0e10cSrcweir	Hide = TRUE ;
37*1742cb93Smseidel	Text [ en-US ] = "Complex Text Layout" ;
38cdf0e10cSrcweir	FixedLine FL_SEQUENCECHECKING
39cdf0e10cSrcweir	{
40cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, ROW_0 ) ;
41*1742cb93Smseidel		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
42*1742cb93Smseidel		Text [ en-US ] = "Sequence checking" ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	CheckBox CB_SEQUENCECHECKING
45cdf0e10cSrcweir	{
46*1742cb93Smseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING" ;
47cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, ROW_1 ) ;
48*1742cb93Smseidel		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT ) ;
49*1742cb93Smseidel		Text [ en-US ] = "Use se~quence checking" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir	CheckBox CB_RESTRICTED
52cdf0e10cSrcweir	{
53*1742cb93Smseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED" ;
54*1742cb93Smseidel		Pos = MAP_APPFONT ( 18, ROW_2 ) ;
55*1742cb93Smseidel		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
56*1742cb93Smseidel		Text [ en-US ] = "Restricted" ;
57cdf0e10cSrcweir	};
58*1742cb93Smseidel	CheckBox CB_TYPE_REPLACE
59*1742cb93Smseidel	{
60*1742cb93Smseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE" ;
61*1742cb93Smseidel		Pos = MAP_APPFONT ( 18, ROW_2 + RSC_CD_CHECKBOX_HEIGHT + RSC_SP_FLGR_SPACE_Y ) ;
62*1742cb93Smseidel		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT ) ;
63*1742cb93Smseidel		Text [ en-US ] = "~Type and replace" ;
64*1742cb93Smseidel	};
65*1742cb93Smseidel	FixedLine FL_CURSORCONTROL
66cdf0e10cSrcweir	{
67cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, ROW_3 ) ;
68*1742cb93Smseidel		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
69*1742cb93Smseidel		Text [ en-US ] = "Cursor control" ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	FixedText FT_MOVEMENT
72cdf0e10cSrcweir	{
73cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, ROW_5 ) ;
74*1742cb93Smseidel		Size = MAP_APPFONT ( 90, RSC_CD_FIXEDTEXT_HEIGHT ) ;
75*1742cb93Smseidel		Text [ en-US ] = "Movement" ;
76cdf0e10cSrcweir	};
77cdf0e10cSrcweir	RadioButton RB_MOVEMENT_LOGICAL
78cdf0e10cSrcweir	{
79*1742cb93Smseidel		HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL" ;
80cdf0e10cSrcweir		Pos = MAP_APPFONT ( 105, ROW_4 ) ;
81*1742cb93Smseidel		Size = MAP_APPFONT ( 69, RSC_CD_RADIOBUTTON_HEIGHT ) ;
82*1742cb93Smseidel		Text [ en-US ] = "Lo~gical" ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir	RadioButton RB_MOVEMENT_VISUAL
85cdf0e10cSrcweir	{
86*1742cb93Smseidel		HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL" ;
87cdf0e10cSrcweir		Pos = MAP_APPFONT ( 177, ROW_4 ) ;
88*1742cb93Smseidel		Size = MAP_APPFONT ( 69, RSC_CD_RADIOBUTTON_HEIGHT ) ;
89*1742cb93Smseidel		Text [ en-US ] = "~Visual" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	FixedLine FL_GENERAL
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, ROW_6 ) ;
94*1742cb93Smseidel		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
95*1742cb93Smseidel		Text [ en-US ] = "General options" ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	FixedText FT_NUMERALS
98cdf0e10cSrcweir	{
99cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, ROW_8 ) ;
100*1742cb93Smseidel		Size = MAP_APPFONT ( 90, RSC_CD_FIXEDTEXT_HEIGHT ) ;
101*1742cb93Smseidel		Text [ en-US ] = "~Numerals" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	ListBox LB_NUMERALS
104cdf0e10cSrcweir	{
105*1742cb93Smseidel		HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS" ;
106cdf0e10cSrcweir		Pos = MAP_APPFONT ( 105, ROW_7 ) ;
107*1742cb93Smseidel		Size = MAP_APPFONT ( 69, 3 * RSC_CD_DROPDOWN_HEIGHT ) ;
108*1742cb93Smseidel		DropDown = TRUE ;
109cdf0e10cSrcweir		Border = TRUE ;
110*1742cb93Smseidel		StringList [ en-US ] =
111cdf0e10cSrcweir		{
112*1742cb93Smseidel			< "Arabic" ;	> ;
113*1742cb93Smseidel			< "Hindi" ;		> ;
114*1742cb93Smseidel			< "System" ;	> ;
115*1742cb93Smseidel			< "Context" ;	> ;
116*1742cb93Smseidel		};
117cdf0e10cSrcweir	};
118cdf0e10cSrcweir};
119*1742cb93Smseidel
120*1742cb93Smseidel// ********************************************************************** EOF
121