LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
SwAccessibilityOptions Class Reference

#include <accessibilityoptions.hxx>

Public Member Functions

 SwAccessibilityOptions ()
 
bool IsAlwaysAutoColor () const
 
void SetAlwaysAutoColor (bool b)
 
bool IsStopAnimatedGraphics () const
 
void SetStopAnimatedGraphics (bool b)
 

Private Attributes

bool bIsAlwaysAutoColor:1
 
bool bIsStopAnimatedGraphics:1
 

Detailed Description

Definition at line 21 of file accessibilityoptions.hxx.

Constructor & Destructor Documentation

◆ SwAccessibilityOptions()

SwAccessibilityOptions::SwAccessibilityOptions ( )
inline

Definition at line 26 of file accessibilityoptions.hxx.

Member Function Documentation

◆ IsAlwaysAutoColor()

bool SwAccessibilityOptions::IsAlwaysAutoColor ( ) const
inline

Definition at line 30 of file accessibilityoptions.hxx.

References bIsAlwaysAutoColor.

Referenced by SwDrawTextInfo::ApplyAutoColor().

◆ IsStopAnimatedGraphics()

bool SwAccessibilityOptions::IsStopAnimatedGraphics ( ) const
inline

◆ SetAlwaysAutoColor()

void SwAccessibilityOptions::SetAlwaysAutoColor ( bool  b)
inline

Definition at line 31 of file accessibilityoptions.hxx.

References bIsAlwaysAutoColor.

◆ SetStopAnimatedGraphics()

void SwAccessibilityOptions::SetStopAnimatedGraphics ( bool  b)
inline

Definition at line 34 of file accessibilityoptions.hxx.

References bIsStopAnimatedGraphics.

Member Data Documentation

◆ bIsAlwaysAutoColor

bool SwAccessibilityOptions::bIsAlwaysAutoColor
private

Definition at line 23 of file accessibilityoptions.hxx.

Referenced by IsAlwaysAutoColor(), and SetAlwaysAutoColor().

◆ bIsStopAnimatedGraphics

bool SwAccessibilityOptions::bIsStopAnimatedGraphics
private

Definition at line 24 of file accessibilityoptions.hxx.

Referenced by IsStopAnimatedGraphics(), and SetStopAnimatedGraphics().


The documentation for this class was generated from the following file: