diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:37:00 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:48 +0200 |
commit | f68e276c798bc1b00b38108fc4d0f2d99bff485b (patch) | |
tree | 0242e0ef4cef3e976aedc29ac73739a5f95c83a0 /include | |
parent | 8f4aaed8552e27161b007308741e7ed2276a0c6b (diff) |
remove unused code in svtools/SvtAccessibilityOptions
SvtAccessibilityOptions::GetColorValueSetColumnCount() const
SvtAccessibilityOptions::GetEdgeBlending() const
SvtAccessibilityOptions::GetListBoxMaximumLineCount() const
SvtAccessibilityOptions::GetPreviewUsesCheckeredBackground() const
SvtAccessibilityOptions::SetColorValueSetColumnCount(short)
SvtAccessibilityOptions::SetEdgeBlending(short)
SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
Change-Id: I1efe1da923a7c26030655ca8baa299325f416478
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/accessibilityoptions.hxx | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/svtools/accessibilityoptions.hxx b/include/svtools/accessibilityoptions.hxx index 09dd3827d275..12110a62fc2f 100644 --- a/include/svtools/accessibilityoptions.hxx +++ b/include/svtools/accessibilityoptions.hxx @@ -49,23 +49,6 @@ public: sal_Bool IsSelectionInReadonly() const; sal_Bool GetAutoDetectSystemHC() const; - // option to activate EdgeBlending for previews in the UI (ColorValueSet, ColorDropDown, - // FillStyle/LineStyle previews, etc...). 0 == off, 100% == full paint, in-between == alpha - sal_Int16 GetEdgeBlending() const; - - // option to set a maximum line count for ListBoxes; when less or equal than this count - // is in a ListBox, all will be shown, else a ScrollBar will be used - sal_Int16 GetListBoxMaximumLineCount() const; - - // option to set the width of ColorValueSets in columns; this allows - // adaption to own colr set layouts. The default layout is 12 columns and should - // 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); @@ -76,11 +59,6 @@ public: void SetSelectionInReadonly(sal_Bool bSet); void SetAutoDetectSystemHC(sal_Bool bSet); - 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(); |