1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * $RCSfile: AccessibilityOptTest.hxx,v $
9 * last change: $Author: as $ $Date: 2008/03/19 11:09:23 $
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
15 * GNU Lesser General Public License Version 2.1
16 * =============================================
17 * Copyright 2005 by Sun Microsystems, Inc.
18 * 901 San Antonio Road, Palo Alto, CA 94303, USA
20 * This library is free software; you can redistribute it and/or
21 * modify it under the terms of the GNU Lesser General Public
22 * License version 2.1, as published by the Free Software Foundation.
24 * This library is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
27 * Lesser General Public License for more details.
29 * You should have received a copy of the GNU Lesser General Public
30 * License along with this library; if not, write to the Free Software
31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
34 ************************************************************************/
36 #ifndef SVTOOLS_ACCESSIBILITYOPTTEST_HXX
37 #define SVTOOLS_ACCESSIBILITYOPTTEST_HXX
39 #include <com/sun/star/container/XNameAccess.hpp>
40 #include <svtools/accessibilityoptions.hxx>
42 namespace css
= ::com::sun::star
;
44 class AccessibilityOptTest
47 AccessibilityOptTest();
48 ~AccessibilityOptTest();
50 void impl_checkAccessibilityOptions();
53 void impl_checkGetAutoDetectSystemHC();
54 void impl_checkGetIsForPagePreviews();
55 void impl_checkGetIsHelpTipsDisappear();
56 void impl_checkGetIsAllowAnimatedGraphics();
57 void impl_checkGetIsAllowAnimatedText();
58 void impl_checkGetIsAutomaticFontColor();
59 void impl_checkGetIsSystemFont();
60 void impl_checkGetHelpTipSeconds();
61 void impl_checkIsSelectionInReadonly();
63 void impl_checkSetAutoDetectSystemHC();
64 void impl_checkSetIsForPagePreviews();
65 void impl_checkSetIsHelpTipsDisappear();
66 void impl_checkSetIsAllowAnimatedGraphics();
67 void impl_checkSetIsAllowAnimatedText();
68 void impl_checkSetIsAutomaticFontColor();
69 void impl_checkSetIsSystemFont();
70 void impl_checkSetHelpTipSeconds();
71 void impl_checkSetSelectionInReadonly();
74 css::uno::Reference
< css::container::XNameAccess
> m_xCfg
;
75 SvtAccessibilityOptions aAccessibilityOpt
;
78 #endif // #ifndef SVTOOLS_ACCESSIBILITYOPTTEST_HXX