|
|
Accessibility Options DialogThis DocumentStatus: Final Revision History:
Proposal for the Tools - Options area, needed for configuration of accessibility support. Dialog MockupLocation: Tools-Options Strings:
Functional Description of OptionsCurrently there is no possibility to determine if the High Contrast Mode is active or not for the system since only an appearance scheme (skinning) will be changed. Even on Microsoft Windows the high contrast schemes could be set directly without activating the system high contrast flag. Due to this the contrast view of an object or application will be activated if the OpenOffice.org setting for the document background (in tools.options.appearance) is dark (VCL function “IsDark” is true). This OpenOffice.org setting is defaulted to the system's windows background, but could be overridden in SO options.
Miscellaneous optionsThis group contains accessibility options for all SO/OO document types. 1) Support assistive technology tools (program restart required)Allows to use assistive tools, such as external screen readers, Braille devices or speech recognition input devices. 2) Use text selection cursor in read-only text documentsThis option enables the new function of having a non blinking selection cursor in read-only document. Default is off. 3) Use system font for user interfaceThis option allows to change the UI font from our own to the system one. 4) Allow animated graphicsActivating this option will stop all graphical animation in all SO/OO applications. (i.e. animated GIF's, animated objects in Impress (during presentation), animated graphical previews (Gallery, Insert-Graphics-From File, Animation Tool in Impress) 5) Allow animated textThis options stop all textual animation like blinking and scrolling in all SO/OO applications. 6) Help tips disappear after X secondsThis enables/disables the automatic time out of Helptips. Duration (n) could be chosen from 1 to 99 seconds. If option is disabled the Helptip will not expire automatically (Loosing focus or ESC key if automatic time out is inactive.) High contrast optionsThis group contains high contrast options. 7) Automatically detect high contrast mode of operating systemThis option will be used by the function GetHighContrastMode (responsible developer is Philipp Lohmann). If this option is active (default is on) the internal function GetHighContrastMode determines a high contrast mode not only by analyzing a maybe existing flag of the operating system. Then the function will also determine if the window background is dark by using the IsDark function and return true regardless if a high contrast flag is set or not. Instead of asking for this single flag at the SvtAccessibilityOptions the applications should use the above method Application::GetSettings().GetStyleSettings().GetHighContrastMode(). 8) Always use automatic font color for screen displayThis option overrides all text color attributes set in a SO/OO document for display only. 9) Use system colors for page previewsThis option enables the use of high contrast colors, instead of displaying the normal/original WYSIWYG colors (like the document will be printed). Default for this option is on. |



