|
LibreOffice Module svx (master) 1
|
Public Member Functions | |
| ImpSdrFormTextOutlineAttribute (const LineAttribute &rLineAttribute, StrokeAttribute aStrokeAttribute, sal_uInt8 nTransparence) | |
| ImpSdrFormTextOutlineAttribute () | |
| const LineAttribute & | getLineAttribute () const |
| const StrokeAttribute & | getStrokeAttribute () const |
| sal_uInt8 | getTransparence () const |
| bool | operator== (const ImpSdrFormTextOutlineAttribute &rCandidate) const |
Public Attributes | |
| LineAttribute | maLineAttribute |
| StrokeAttribute | maStrokeAttribute |
| sal_uInt8 | mnTransparence |
Definition at line 29 of file sdrformtextoutlineattribute.cxx.
|
inline |
Definition at line 37 of file sdrformtextoutlineattribute.cxx.
|
inline |
Definition at line 47 of file sdrformtextoutlineattribute.cxx.
|
inline |
Definition at line 53 of file sdrformtextoutlineattribute.cxx.
References maLineAttribute.
Referenced by operator==().
|
inline |
Definition at line 54 of file sdrformtextoutlineattribute.cxx.
References maStrokeAttribute.
Referenced by operator==().
|
inline |
Definition at line 55 of file sdrformtextoutlineattribute.cxx.
References mnTransparence.
Referenced by operator==().
|
inline |
Definition at line 58 of file sdrformtextoutlineattribute.cxx.
References getLineAttribute(), getStrokeAttribute(), and getTransparence().
| LineAttribute drawinglayer::attribute::ImpSdrFormTextOutlineAttribute::maLineAttribute |
Definition at line 33 of file sdrformtextoutlineattribute.cxx.
Referenced by getLineAttribute().
| StrokeAttribute drawinglayer::attribute::ImpSdrFormTextOutlineAttribute::maStrokeAttribute |
Definition at line 34 of file sdrformtextoutlineattribute.cxx.
Referenced by getStrokeAttribute().
| sal_uInt8 drawinglayer::attribute::ImpSdrFormTextOutlineAttribute::mnTransparence |
Definition at line 35 of file sdrformtextoutlineattribute.cxx.
Referenced by getTransparence().