summaryrefslogtreecommitdiffstats
path: root/include/svtools/accessibilityoptions.hxx
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2013-05-07 09:37:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-18 16:46:39 +0100
commit60446a0386b6d40899f6817c9545414841ee3522 (patch)
tree252dfdcd5abf55c39d160d801803ab2ddc0ec0c4 /include/svtools/accessibilityoptions.hxx
parentfdo#63547: Fix wheel/trackpad scrolling on OS X: Single char copy/paste error (diff)
downloadcore-60446a0386b6d40899f6817c9545414841ee3522.tar.gz
core-60446a0386b6d40899f6817c9545414841ee3522.zip
Related: #i122120# corrected flag for drawing checkerboards...
adapted previews, added to configuration (cherry picked from commit c17e634e125f524d153e1ad8febff6d11b810ee4) Conflicts: officecfg/registry/schema/org/openoffice/Office/Common.xcs svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx vcl/inc/vcl/settings.hxx Change-Id: I3f4fd9525e31cd816599b963ecd2fa42b1f666d7
Diffstat (limited to 'include/svtools/accessibilityoptions.hxx')
-rw-r--r--include/svtools/accessibilityoptions.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/svtools/accessibilityoptions.hxx b/include/svtools/accessibilityoptions.hxx
index ccaff7e48c65..641d6fe9a706 100644
--- a/include/svtools/accessibilityoptions.hxx
+++ b/include/svtools/accessibilityoptions.hxx
@@ -62,6 +62,10 @@ public:
// only be changed when the color palette is changed from the default
sal_Int16 GetColorValueSetColumnCount() const;
+ // option to make previews show the content with a checkeded background to allow
+ // simple identification and better preview of transparent content
+ sal_Bool GetPreviewUsesCheckeredBackground() const;
+
void SetIsForPagePreviews(sal_Bool bSet);
void SetIsHelpTipsDisappear(sal_Bool bSet);
void SetIsAllowAnimatedGraphics(sal_Bool bSet);
@@ -75,6 +79,7 @@ public:
void SetEdgeBlending(sal_Int16 nSet);
void SetListBoxMaximumLineCount(sal_Int16 nSet);
void SetColorValueSetColumnCount(sal_Int16 nSet);
+ void SetPreviewUsesCheckeredBackground(sal_Bool bSet);
sal_Bool IsModified() const;
void Commit();