xref: /aoo41x/main/cui/source/options/optspell.src (revision cc39123a)
10e2af6afSAndrew Rist/**************************************************************
2*cc39123aSmseidel *
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*cc39123aSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*cc39123aSmseidel *
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*cc39123aSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*cc39123aSmseidel
24*cc39123aSmseidel// include ------------------------------------------------------------------
25cdf0e10cSrcweir#include <sfx2/sfx.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "optspell.hrc"
28*cc39123aSmseidel// pragma -------------------------------------------------------------------
29cdf0e10cSrcweir
30*cc39123aSmseidel// RID_SFXPAGE_SPELL --------------------------------------------------------
31cdf0e10cSrcweirTabPage RID_SFXPAGE_SPELL
32cdf0e10cSrcweir{
33cdf0e10cSrcweir	HelpId = HID_OPTIONS_SPELL ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35*cc39123aSmseidel	Size = MAP_APPFONT ( 221, 185 ) ;
36cdf0e10cSrcweir	Text [ en-US ] = "Spellcheck" ;
37cdf0e10cSrcweir	PushButton BTN_BOOK
38cdf0e10cSrcweir	{
39*cc39123aSmseidel		HelpID = "cui:PushButton:RID_SFXPAGE_SPELL:BTN_BOOK" ;
40*cc39123aSmseidel		Pos = MAP_APPFONT ( 128, 6 ) ;
41*cc39123aSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
42cdf0e10cSrcweir		Text [ en-US ] = "~Edit..." ;
43cdf0e10cSrcweir		TabStop = TRUE ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir	MultiListBox LB_BOOK
46cdf0e10cSrcweir	{
47*cc39123aSmseidel		HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK" ;
48cdf0e10cSrcweir		Border = TRUE ;
49*cc39123aSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
50*cc39123aSmseidel		Size = MAP_APPFONT ( 103, 47 ) ;
51cdf0e10cSrcweir		TabStop = TRUE ;
52cdf0e10cSrcweir		AutoHScroll = TRUE ;
53cdf0e10cSrcweir	};
54*cc39123aSmseidel	FixedLine GB_BOOK
55cdf0e10cSrcweir	{
56*cc39123aSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
57*cc39123aSmseidel		Size = MAP_APPFONT ( 115, 66 ) ;
58cdf0e10cSrcweir		Text [ en-US ] = "Dictionaries" ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	CheckBox BTN_CAPS
61cdf0e10cSrcweir	{
62*cc39123aSmseidel		HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_CAPS" ;
63*cc39123aSmseidel		Pos = MAP_APPFONT ( 12, 82 ) ;
64*cc39123aSmseidel		Size = MAP_APPFONT ( 103, 10 ) ;
65cdf0e10cSrcweir		Text [ en-US ] = "~Capital words" ;
66cdf0e10cSrcweir		TabStop = TRUE ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	CheckBox BTN_NUMS
69cdf0e10cSrcweir	{
70*cc39123aSmseidel		HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_NUMS" ;
71*cc39123aSmseidel		Pos = MAP_APPFONT ( 12, 95 ) ;
72*cc39123aSmseidel		Size = MAP_APPFONT ( 103, 10 ) ;
73cdf0e10cSrcweir		Text [ en-US ] = "~Words with numbers " ;
74cdf0e10cSrcweir		TabStop = TRUE ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	CheckBox BTN_UPLOW
77cdf0e10cSrcweir	{
78*cc39123aSmseidel		HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_UPLOW" ;
79*cc39123aSmseidel		Pos = MAP_APPFONT ( 12, 108 ) ;
80*cc39123aSmseidel		Size = MAP_APPFONT ( 103, 10 ) ;
81cdf0e10cSrcweir		Text [ en-US ] = "~Case sensitive " ;
82cdf0e10cSrcweir		TabStop = TRUE ;
83cdf0e10cSrcweir	};
84*cc39123aSmseidel	FixedLine GB_AUDIT
85cdf0e10cSrcweir	{
86*cc39123aSmseidel		Pos = MAP_APPFONT ( 6, 71 ) ;
87*cc39123aSmseidel		Size = MAP_APPFONT ( 115, 53 ) ;
88cdf0e10cSrcweir		Text [ en-US ] = "Check" ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir};
91cdf0e10cSrcweir
92*cc39123aSmseidel// ********************************************************************** EOF
93