1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 #include <optaccessibility.hrc>
29 #include <sfx2/sfx.hrc>
33 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
35 HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
36 Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ;
39 FixedLine FL_MISCELLANEOUS
41 Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
42 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
43 Text [ en-US ] = "Miscellaneous options";
45 CheckBox CB_ACCESSIBILITY_TOOL
47 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL";
49 Pos = MAP_APPFONT( COL1, ROWA_1 );
50 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
52 Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
54 CheckBox CB_TEXTSELECTION
56 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION";
58 Pos = MAP_APPFONT( COL1, ROWA_2 );
59 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
60 Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
62 CheckBox CB_ANIMATED_GRAPHICS
64 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS";
66 Pos = MAP_APPFONT( COL1, ROWA_3 );
67 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
68 Text [ en-US ] = "Allow animated ~graphics";
70 CheckBox CB_ANIMATED_TEXTS
72 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS";
74 Pos = MAP_APPFONT( COL1, ROWA_4 );
75 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
76 Text [ en-US ] = "Allow animated ~text";
80 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP";
82 Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
83 Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
84 Text [ en-US ] = "~Help tips disappear after ";
86 NumericField NF_TIPHELP
88 HelpID = "cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP";
91 Pos = MAP_APPFONT( COL3, ROWA_5 );
92 Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
102 Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
103 Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
104 Text [ en-US ] = "seconds";
106 FixedLine FL_HC_OPTIONS
108 Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
109 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
110 Text [ en-US ] = "Options for high contrast appearance";
112 CheckBox CB_AUTO_DETECT_HC
114 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC";
116 Pos = MAP_APPFONT( COL1, ROWB_1 );
117 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
118 Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
120 CheckBox CB_AUTOMATIC_FONT_COLOR
122 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR";
124 Pos = MAP_APPFONT( COL1, ROWB_2 );
125 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
126 Text [ en-US ] = "Use automatic font ~color for screen display";
128 CheckBox CB_PAGE_PREVIEWS
130 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS";
132 Pos = MAP_APPFONT( COL1, ROWB_3 );
133 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
134 Text [ en-US ] = "~Use system colors for page previews";