LibreOffice Module sw (master) 1
|
#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 |
Definition at line 21 of file accessibilityoptions.hxx.
|
inline |
Definition at line 26 of file accessibilityoptions.hxx.
|
inline |
Definition at line 30 of file accessibilityoptions.hxx.
References bIsAlwaysAutoColor.
Referenced by SwDrawTextInfo::ApplyAutoColor().
|
inline |
Definition at line 33 of file accessibilityoptions.hxx.
References bIsStopAnimatedGraphics.
Referenced by SwNoTextFrame::ImplPaintPictureGraphic(), SwGrfNumPortion::Paint(), and SwNoTextFrame::PaintSwFrame().
|
inline |
Definition at line 31 of file accessibilityoptions.hxx.
References bIsAlwaysAutoColor.
|
inline |
Definition at line 34 of file accessibilityoptions.hxx.
References bIsStopAnimatedGraphics.
|
private |
Definition at line 23 of file accessibilityoptions.hxx.
Referenced by IsAlwaysAutoColor(), and SetAlwaysAutoColor().
|
private |
Definition at line 24 of file accessibilityoptions.hxx.
Referenced by IsStopAnimatedGraphics(), and SetStopAnimatedGraphics().