1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#include <optaccessibility.hrc> 25#include <sfx2/sfx.hrc> 26#include "helpid.hrc" 27#include <cuires.hrc> 28 29TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG 30{ 31 HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ; 32 Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ; 33 SVLook = TRUE ; 34 Hide = TRUE ; 35 FixedLine FL_MISCELLANEOUS 36 { 37 Pos = MAP_APPFONT ( COL0, ROWA_0 ) ; 38 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ; 39 Text [ en-US ] = "Miscellaneous options"; 40 }; 41 CheckBox CB_ACCESSIBILITY_TOOL 42 { 43 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL"; 44 TabStop = TRUE ; 45 Pos = MAP_APPFONT( COL1, ROWA_1 ); 46 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 47 WordBreak = TRUE; 48 Text [ en-US ] = "Support ~assistive technology tools (program restart required)"; 49 }; 50 CheckBox CB_TEXTSELECTION 51 { 52 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION"; 53 TabStop = TRUE ; 54 Pos = MAP_APPFONT( COL1, ROWA_2 ); 55 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 56 Text [ en-US ] = "Use te~xt selection cursor in read-only text documents"; 57 }; 58 CheckBox CB_ANIMATED_GRAPHICS 59 { 60 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS"; 61 TabStop = TRUE ; 62 Pos = MAP_APPFONT( COL1, ROWA_3 ); 63 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 64 Text [ en-US ] = "Allow animated ~graphics"; 65 }; 66 CheckBox CB_ANIMATED_TEXTS 67 { 68 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS"; 69 TabStop = TRUE ; 70 Pos = MAP_APPFONT( COL1, ROWA_4 ); 71 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 72 Text [ en-US ] = "Allow animated ~text"; 73 }; 74 CheckBox CB_TIPHELP 75 { 76 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP"; 77 TabStop = TRUE ; 78 Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ); 79 Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT ); 80 Text [ en-US ] = "~Help tips disappear after "; 81 }; 82 NumericField NF_TIPHELP 83 { 84 HelpID = "cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP"; 85 TabStop = TRUE ; 86 Border = TRUE ; 87 Pos = MAP_APPFONT( COL3, ROWA_5 ); 88 Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ); 89 Minimum = 1; 90 Maximum = 99; 91 First = 1 ; 92 Last = 99 ; 93 Spin = TRUE ; 94 Repeat = TRUE ; 95 }; 96 FixedText FT_TIPHELP 97 { 98 Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ); 99 Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); 100 Text [ en-US ] = "seconds"; 101 }; 102 FixedLine FL_HC_OPTIONS 103 { 104 Pos = MAP_APPFONT ( COL0, ROWB_0 ) ; 105 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ; 106 Text [ en-US ] = "Options for high contrast appearance"; 107 }; 108 CheckBox CB_AUTO_DETECT_HC 109 { 110 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC"; 111 TabStop = TRUE ; 112 Pos = MAP_APPFONT( COL1, ROWB_1 ); 113 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 114 Text [ en-US ] = "Automatically ~detect high contrast mode of operating system"; 115 }; 116 CheckBox CB_AUTOMATIC_FONT_COLOR 117 { 118 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR"; 119 TabStop = TRUE ; 120 Pos = MAP_APPFONT( COL1, ROWB_2 ); 121 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 122 Text [ en-US ] = "Use automatic font ~color for screen display"; 123 }; 124 CheckBox CB_PAGE_PREVIEWS 125 { 126 HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS"; 127 TabStop = TRUE ; 128 Pos = MAP_APPFONT( COL1, ROWB_3 ); 129 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); 130 Text [ en-US ] = "~Use system colors for page previews"; 131 }; 132}; 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158