xref: /trunk/main/cui/source/options/optspell.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 // include ------------------------------------------------------------------
24cdf0e10cSrcweir#include <sfx2/sfx.hrc>
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include "optspell.hrc"
27cdf0e10cSrcweir // pragma -------------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir // RID_SFXPAGE_SPELL --------------------------------------------------------
30cdf0e10cSrcweirTabPage RID_SFXPAGE_SPELL
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	HelpId = HID_OPTIONS_SPELL ;
33cdf0e10cSrcweir	SVLook = TRUE ;
34cdf0e10cSrcweir	Size = MAP_APPFONT ( 221 , 185 ) ;
35cdf0e10cSrcweir	Text [ en-US ] = "Spellcheck" ;
36cdf0e10cSrcweir	PushButton BTN_BOOK
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir	    HelpID = "cui:PushButton:RID_SFXPAGE_SPELL:BTN_BOOK";
39cdf0e10cSrcweir		Pos = MAP_APPFONT ( 128 , 6 ) ;
40cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
41cdf0e10cSrcweir		Text [ en-US ] = "~Edit..." ;
42cdf0e10cSrcweir		TabStop = TRUE ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	MultiListBox LB_BOOK
45cdf0e10cSrcweir	{
46cdf0e10cSrcweir	    HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK";
47cdf0e10cSrcweir		Border = TRUE ;
48cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14 ) ;
49cdf0e10cSrcweir		Size = MAP_APPFONT ( 103 , 47 ) ;
50cdf0e10cSrcweir		TabStop = TRUE ;
51cdf0e10cSrcweir		AutoHScroll = TRUE ;
52cdf0e10cSrcweir	};
53cdf0e10cSrcweir    FixedLine GB_BOOK
54cdf0e10cSrcweir	{
55cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
56cdf0e10cSrcweir		Size = MAP_APPFONT ( 115 , 66 ) ;
57cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */
58cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */
59cdf0e10cSrcweir		Text [ en-US ] = "Dictionaries" ;
60cdf0e10cSrcweir	};
61cdf0e10cSrcweir	CheckBox BTN_CAPS
62cdf0e10cSrcweir	{
63cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_CAPS";
64cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 82 ) ;
65cdf0e10cSrcweir		Size = MAP_APPFONT ( 103 , 10 ) ;
66cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */
67cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */
68cdf0e10cSrcweir		Text [ en-US ] = "~Capital words" ;
69cdf0e10cSrcweir		TabStop = TRUE ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	CheckBox BTN_NUMS
72cdf0e10cSrcweir	{
73cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_NUMS";
74cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 95 ) ;
75cdf0e10cSrcweir		Size = MAP_APPFONT ( 103 , 10 ) ;
76cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern  : ~W�rter mit Ziffern  */
77cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern  : ~W�rter mit Ziffern  */
78cdf0e10cSrcweir		Text [ en-US ] = "~Words with numbers " ;
79cdf0e10cSrcweir		TabStop = TRUE ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	CheckBox BTN_UPLOW
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_UPLOW";
84cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 108 ) ;
85cdf0e10cSrcweir		Size = MAP_APPFONT ( 103 , 10 ) ;
86cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung  : Gro�- u. ~Kleinschreibung  */
87cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung  : Gro�- u. ~Kleinschreibung  */
88cdf0e10cSrcweir		Text [ en-US ] = "~Case sensitive " ;
89cdf0e10cSrcweir		TabStop = TRUE ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir    FixedLine GB_AUDIT
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 71 ) ;
94cdf0e10cSrcweir		Size = MAP_APPFONT ( 115 , 53 ) ;
95cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */
96cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */
97cdf0e10cSrcweir		Text [ en-US ] = "Check" ;
98cdf0e10cSrcweir	};
99cdf0e10cSrcweir};
100cdf0e10cSrcweir // ********************************************************************** EOF
101cdf0e10cSrcweir
102cdf0e10cSrcweir
103cdf0e10cSrcweir
104cdf0e10cSrcweir
105cdf0e10cSrcweir
106cdf0e10cSrcweir
107cdf0e10cSrcweir
108cdf0e10cSrcweir
109cdf0e10cSrcweir
110cdf0e10cSrcweir
111cdf0e10cSrcweir
112cdf0e10cSrcweir
113cdf0e10cSrcweir
114cdf0e10cSrcweir
115cdf0e10cSrcweir
116cdf0e10cSrcweir
117cdf0e10cSrcweir
118cdf0e10cSrcweir
119cdf0e10cSrcweir
120cdf0e10cSrcweir
121cdf0e10cSrcweir
122cdf0e10cSrcweir
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127