diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:42:25 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:42:25 +0000 |
commit | 54b17afa1d7b5044f145b3fd9bc2278e063fbf80 (patch) | |
tree | bf5858d756b6a69dd26b3f4152b6a46e70773f94 /svtools | |
parent | 3b737fff0eb32b2a05e2f9e2a40ab7e1b6320824 (diff) |
INTEGRATION: CWS aw033 (1.4.32); FILE MERGED
2008/05/14 15:16:42 aw 1.4.32.2: RESYNC: (1.4-1.5); FILE MERGED
2007/10/16 15:44:49 aw 1.4.32.1: #i39532# Added AA and other values to DrawingLayer settings
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/optionsdrawinglayer.hxx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/svtools/inc/svtools/optionsdrawinglayer.hxx b/svtools/inc/svtools/optionsdrawinglayer.hxx index a4fa62c281fb..bc88072d404b 100644 --- a/svtools/inc/svtools/optionsdrawinglayer.hxx +++ b/svtools/inc/svtools/optionsdrawinglayer.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optionsdrawinglayer.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -168,6 +168,15 @@ class SVL_DLLPUBLIC SvtOptionsDrawinglayer void SetMaximumPaperTopMargin(sal_uInt32 nNew); void SetMaximumPaperBottomMargin(sal_uInt32 nNew); + // primitives + sal_Bool IsAntiAliasing() const; + sal_uInt32 GetQuadratic3DRenderLimit() const; + sal_uInt32 GetQuadraticFormControlRenderLimit() const; + + void SetAntiAliasing( sal_Bool bState ); + void SetQuadratic3DRenderLimit(sal_uInt32 nNew); + void SetQuadraticFormControlRenderLimit(sal_uInt32 nNew); + //------------------------------------------------------------------------------------------------------------- // private methods //------------------------------------------------------------------------------------------------------------- |