Update ooo320-m1
[ooovba.git] / svtools / qa / complex / ConfigItems / helper / AccessibilityOptTest.hxx
blobbac779e30e40ddc1fd3e937074358271654e8695
1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * $RCSfile: AccessibilityOptTest.hxx,v $
7 * $Revision: 1.1.4.2 $
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,
32 * MA 02111-1307 USA
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
46 public:
47 AccessibilityOptTest();
48 ~AccessibilityOptTest();
50 void impl_checkAccessibilityOptions();
52 private:
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();
73 private:
74 css::uno::Reference< css::container::XNameAccess > m_xCfg;
75 SvtAccessibilityOptions aAccessibilityOpt;
78 #endif // #ifndef SVTOOLS_ACCESSIBILITYOPTTEST_HXX