2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include "optaccessibility.hrc"
20 #include <sfx2/sfx.hrc>
24 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
26 HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
27 Pos = MAP_APPFONT ( 0 , 0 ) ;
28 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31 FixedLine FL_MISCELLANEOUS
33 Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
34 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
35 Text [ en-US ] = "Miscellaneous options";
37 CheckBox CB_ACCESSIBILITY_TOOL
39 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL";
41 Pos = MAP_APPFONT( COL1, ROWA_1 );
42 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
44 Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
46 CheckBox CB_TEXTSELECTION
48 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION";
50 Pos = MAP_APPFONT( COL1, ROWA_2 );
51 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
52 Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
54 CheckBox CB_ANIMATED_GRAPHICS
56 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS";
58 Pos = MAP_APPFONT( COL1, ROWA_3 );
59 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
60 Text [ en-US ] = "Allow animated ~graphics";
62 CheckBox CB_ANIMATED_TEXTS
64 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS";
66 Pos = MAP_APPFONT( COL1, ROWA_4 );
67 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
68 Text [ en-US ] = "Allow animated ~text";
72 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP";
74 Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
75 Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
76 Text [ en-US ] = "~Help tips disappear after ";
78 NumericField NF_TIPHELP
80 HelpID = "cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP";
83 Pos = MAP_APPFONT( COL3, ROWA_5 );
84 Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
94 Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
95 Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
96 Text [ en-US ] = "seconds";
98 FixedLine FL_HC_OPTIONS
100 Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
101 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
102 Text [ en-US ] = "Options for high contrast appearance";
104 CheckBox CB_AUTO_DETECT_HC
106 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC";
108 Pos = MAP_APPFONT( COL1, ROWB_1 );
109 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
110 Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
112 CheckBox CB_AUTOMATIC_FONT_COLOR
114 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR";
116 Pos = MAP_APPFONT( COL1, ROWB_2 );
117 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
118 Text [ en-US ] = "Use automatic font ~color for screen display";
120 CheckBox CB_PAGE_PREVIEWS
122 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS";
124 Pos = MAP_APPFONT( COL1, ROWB_3 );
125 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
126 Text [ en-US ] = "~Use system colors for page previews";