summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/optionsdrawinglayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/optionsdrawinglayer.hxx')
-rw-r--r--svtools/inc/svtools/optionsdrawinglayer.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/svtools/inc/svtools/optionsdrawinglayer.hxx b/svtools/inc/svtools/optionsdrawinglayer.hxx
index bc88072d404b..4e97de7d6792 100644
--- a/svtools/inc/svtools/optionsdrawinglayer.hxx
+++ b/svtools/inc/svtools/optionsdrawinglayer.hxx
@@ -168,12 +168,19 @@ class SVL_DLLPUBLIC SvtOptionsDrawinglayer
void SetMaximumPaperTopMargin(sal_uInt32 nNew);
void SetMaximumPaperBottomMargin(sal_uInt32 nNew);
+ // #i95644# helper to check if AA is allowed on this system. Currently, for WIN its disabled
+ // and OutDevSupport_TransparentRect is checked (this hits XRenderExtension, e.g.
+ // currently for SunRay as long as not supported there)
+ sal_Bool IsAAPossibleOnThisSystem() const;
+
// primitives
sal_Bool IsAntiAliasing() const;
+ sal_Bool IsSolidDragCreate() const;
sal_uInt32 GetQuadratic3DRenderLimit() const;
sal_uInt32 GetQuadraticFormControlRenderLimit() const;
void SetAntiAliasing( sal_Bool bState );
+ void SetSolidDragCreate( sal_Bool bState );
void SetQuadratic3DRenderLimit(sal_uInt32 nNew);
void SetQuadraticFormControlRenderLimit(sal_uInt32 nNew);