1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: optaccessibility.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include <optaccessibility.hrc>
32 #include <sfx2/sfx.hrc>
34 #include <svx/dialogs.hrc>
36 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
38 HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
39 Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ;
42 FixedLine FL_MISCELLANEOUS
44 Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
45 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
46 Text [ en-US ] = "Miscellaneous options";
48 CheckBox CB_ACCESSIBILITY_TOOL
51 Pos = MAP_APPFONT( COL1, ROWA_1 );
52 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
54 Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
56 CheckBox CB_TEXTSELECTION
59 Pos = MAP_APPFONT( COL1, ROWA_2 );
60 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
61 Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
63 CheckBox 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
73 Pos = MAP_APPFONT( COL1, ROWA_4 );
74 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
75 Text [ en-US ] = "Allow animated ~text";
80 Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
81 Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
82 Text [ en-US ] = "~Help tips disappear after ";
84 NumericField NF_TIPHELP
88 Pos = MAP_APPFONT( COL3, ROWA_5 );
89 Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
99 Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
100 Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
101 Text [ en-US ] = "seconds";
103 FixedLine FL_HC_OPTIONS
105 Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
106 Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
107 Text [ en-US ] = "Options for high contrast appearance";
109 CheckBox CB_AUTO_DETECT_HC
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";
116 CheckBox CB_AUTOMATIC_FONT_COLOR
119 Pos = MAP_APPFONT( COL1, ROWB_2 );
120 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
121 Text [ en-US ] = "Use automatic font ~color for screen display";
123 CheckBox CB_PAGE_PREVIEWS
126 Pos = MAP_APPFONT( COL1, ROWB_3 );
127 Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
128 Text [ en-US ] = "~Use system colors for page previews";