xref: /aoo41x/main/cui/source/options/optasian.src (revision 0e2af6af)
1*0e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*0e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*0e2af6afSAndrew Rist * distributed with this work for additional information
6*0e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
9*0e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0e2af6afSAndrew Rist *
11*0e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0e2af6afSAndrew Rist *
13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an
15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
17*0e2af6afSAndrew Rist * specific language governing permissions and limitations
18*0e2af6afSAndrew Rist * under the License.
19*0e2af6afSAndrew Rist *
20*0e2af6afSAndrew Rist *************************************************************/
21*0e2af6afSAndrew Rist
22*0e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <optasian.hrc>
25cdf0e10cSrcweir#include <sfx2/sfx.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include <cuires.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabPage RID_SVXPAGE_ASIAN_LAYOUT
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
32cdf0e10cSrcweir	OutputSize = TRUE ;
33cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Hide = TRUE ;
36cdf0e10cSrcweir    FixedLine GB_KERNING
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 3 ) ;
39cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "Kerning";
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	RadioButton RB_CHAR_KERNING
43cdf0e10cSrcweir	{
44cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING";
45cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, 14 ) ;
46cdf0e10cSrcweir        Size = MAP_APPFONT ( 200 , 10 ) ;
47cdf0e10cSrcweir		Text [ en-US ] = "~Western characters only";
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	RadioButton RB_CHAR_PUNCT
50cdf0e10cSrcweir	{
51cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT";
52cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 27 ) ;
53cdf0e10cSrcweir        Size = MAP_APPFONT ( 200 , 10 ) ;
54cdf0e10cSrcweir		Text [ en-US ] = "Western ~text and Asian punctuation";
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir    FixedLine GB_CHAR_DIST
57cdf0e10cSrcweir	{
58cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 43 ) ;
59cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
60cdf0e10cSrcweir        Text [ en-US ] = "Character spacing";
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	RadioButton RB_NO_COMP
63cdf0e10cSrcweir	{
64cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP";
65cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 54 ) ;
66cdf0e10cSrcweir		Size = MAP_APPFONT ( 200 , 10 ) ;
67cdf0e10cSrcweir		Text [ en-US ] = "~No compression";
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir	RadioButton RB_PUNCT_COMP
70cdf0e10cSrcweir	{
71cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP";
72cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 67) ;
73cdf0e10cSrcweir		Size = MAP_APPFONT ( 200 , 10 ) ;
74cdf0e10cSrcweir		Text [ en-US ] = "~Compress punctuation only";
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	RadioButton RB_PUNCT_KANA_COMP
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir	    HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP";
79cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 80 ) ;
80cdf0e10cSrcweir		Size = MAP_APPFONT ( 200 , 10 ) ;
81cdf0e10cSrcweir		Text [ en-US ] = "Compress ~punctuation and Japanese Kana";
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir    FixedLine GB_START_END
84cdf0e10cSrcweir	{
85cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 96 ) ;
86cdf0e10cSrcweir        Size = MAP_APPFONT ( 248 , 8 ) ;
87cdf0e10cSrcweir		Text [ en-US ] = "First and last characters";
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir	FixedText FT_LANGUAGE
90cdf0e10cSrcweir	{
91cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 109 ) ;
92cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 8 ) ;
93cdf0e10cSrcweir		Text [ en-US ] = "~Language";
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	ListBox LB_LANGUAGE
96cdf0e10cSrcweir	{
97cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE";
98cdf0e10cSrcweir        Pos = MAP_APPFONT ( 95 , 107 ) ;
99cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 48 ) ;
100cdf0e10cSrcweir		Border = TRUE ;
101cdf0e10cSrcweir		DropDown = TRUE ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	CheckBox CB_STANDARD
104cdf0e10cSrcweir	{
105cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD";
106cdf0e10cSrcweir        Pos = MAP_APPFONT ( 180, 109 ) ;
107cdf0e10cSrcweir        Size = MAP_APPFONT ( 74 , 10 ) ;
108cdf0e10cSrcweir		Text [ en-US ] = "~Default";
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	FixedText FT_START
111cdf0e10cSrcweir	{
112cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 125 ) ;
113cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 8 ) ;
114cdf0e10cSrcweir		Text [ en-US ] = "Not at start of line:";
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	Edit ED_START
117cdf0e10cSrcweir	{
118cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START";
119cdf0e10cSrcweir        Pos = MAP_APPFONT ( 95 , 123 ) ;
120cdf0e10cSrcweir        Size = MAP_APPFONT ( 159 , 12 ) ;
121cdf0e10cSrcweir		Border = TRUE ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	FixedText FT_END
124cdf0e10cSrcweir	{
125cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 141 ) ;
126cdf0e10cSrcweir        Size = MAP_APPFONT ( 80 , 8 ) ;
127cdf0e10cSrcweir		Text [ en-US ] = "Not at end of line:";
128cdf0e10cSrcweir	};
129cdf0e10cSrcweir	Edit ED_END
130cdf0e10cSrcweir	{
131cdf0e10cSrcweir	    HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END";
132cdf0e10cSrcweir        Pos = MAP_APPFONT ( 95 , 139 ) ;
133cdf0e10cSrcweir        Size = MAP_APPFONT ( 159 , 12 ) ;
134cdf0e10cSrcweir		Border = TRUE ;
135cdf0e10cSrcweir	};
136cdf0e10cSrcweir	FixedText FT_HINT
137cdf0e10cSrcweir	{
138cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 155 ) ;
139cdf0e10cSrcweir        Size = MAP_APPFONT ( 242 , 8 ) ;
140cdf0e10cSrcweir		Text [ en-US ] = "Without user-defined line break symbols";
141cdf0e10cSrcweir	};
142cdf0e10cSrcweir	Text [ en-US ] = "Proxy";
143cdf0e10cSrcweir};
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169cdf0e10cSrcweir
170cdf0e10cSrcweir
171cdf0e10cSrcweir
172cdf0e10cSrcweir
173cdf0e10cSrcweir
174cdf0e10cSrcweir
175cdf0e10cSrcweir
176cdf0e10cSrcweir
177cdf0e10cSrcweir
178cdf0e10cSrcweir
179cdf0e10cSrcweir
180