LibreOffice Module svx (master) 1
|
#include <sdrformtextoutlineattribute.hxx>
Public Types | |
typedef o3tl::cow_wrapper< ImpSdrFormTextOutlineAttribute > | ImplType |
Public Member Functions | |
SdrFormTextOutlineAttribute (const LineAttribute &rLineAttribute, const StrokeAttribute &rStrokeAttribute, sal_uInt8 nTransparence) | |
constructors/assignmentoperator/destructor More... | |
SdrFormTextOutlineAttribute () | |
SdrFormTextOutlineAttribute (const SdrFormTextOutlineAttribute &rCandidate) | |
SdrFormTextOutlineAttribute & | operator= (const SdrFormTextOutlineAttribute &rCandidate) |
SdrFormTextOutlineAttribute & | operator= (SdrFormTextOutlineAttribute &&rCandidate) noexcept |
~SdrFormTextOutlineAttribute () | |
bool | isDefault () const |
bool | operator== (const SdrFormTextOutlineAttribute &rCandidate) const |
const LineAttribute & | getLineAttribute () const |
const StrokeAttribute & | getStrokeAttribute () const |
sal_uInt8 | getTransparence () const |
Private Attributes | |
ImplType | mpSdrFormTextOutlineAttribute |
Definition at line 37 of file sdrformtextoutlineattribute.hxx.
typedef o3tl::cow_wrapper< ImpSdrFormTextOutlineAttribute > drawinglayer::attribute::SdrFormTextOutlineAttribute::ImplType |
Definition at line 40 of file sdrformtextoutlineattribute.hxx.
drawinglayer::attribute::SdrFormTextOutlineAttribute::SdrFormTextOutlineAttribute | ( | const LineAttribute & | rLineAttribute, |
const StrokeAttribute & | rStrokeAttribute, | ||
sal_uInt8 | nTransparence | ||
) |
constructors/assignmentoperator/destructor
Definition at line 75 of file sdrformtextoutlineattribute.cxx.
drawinglayer::attribute::SdrFormTextOutlineAttribute::SdrFormTextOutlineAttribute | ( | ) |
Definition at line 85 of file sdrformtextoutlineattribute.cxx.
drawinglayer::attribute::SdrFormTextOutlineAttribute::SdrFormTextOutlineAttribute | ( | const SdrFormTextOutlineAttribute & | rCandidate | ) |
Definition at line 90 of file sdrformtextoutlineattribute.cxx.
drawinglayer::attribute::SdrFormTextOutlineAttribute::~SdrFormTextOutlineAttribute | ( | ) |
Definition at line 95 of file sdrformtextoutlineattribute.cxx.
const LineAttribute & drawinglayer::attribute::SdrFormTextOutlineAttribute::getLineAttribute | ( | ) | const |
Definition at line 125 of file sdrformtextoutlineattribute.cxx.
References mpSdrFormTextOutlineAttribute.
const StrokeAttribute & drawinglayer::attribute::SdrFormTextOutlineAttribute::getStrokeAttribute | ( | ) | const |
Definition at line 130 of file sdrformtextoutlineattribute.cxx.
References mpSdrFormTextOutlineAttribute.
sal_uInt8 drawinglayer::attribute::SdrFormTextOutlineAttribute::getTransparence | ( | ) | const |
Definition at line 135 of file sdrformtextoutlineattribute.cxx.
References mpSdrFormTextOutlineAttribute.
bool drawinglayer::attribute::SdrFormTextOutlineAttribute::isDefault | ( | ) | const |
Definition at line 99 of file sdrformtextoutlineattribute.cxx.
References mpSdrFormTextOutlineAttribute, and o3tl::cow_wrapper< typename T, class MTPolicy >::same_object().
Referenced by SdrTextObj::impDecomposePathTextPrimitive(), and operator==().
SdrFormTextOutlineAttribute & drawinglayer::attribute::SdrFormTextOutlineAttribute::operator= | ( | const SdrFormTextOutlineAttribute & | rCandidate | ) |
Definition at line 104 of file sdrformtextoutlineattribute.cxx.
References mpSdrFormTextOutlineAttribute.
|
noexcept |
Definition at line 110 of file sdrformtextoutlineattribute.cxx.
bool drawinglayer::attribute::SdrFormTextOutlineAttribute::operator== | ( | const SdrFormTextOutlineAttribute & | rCandidate | ) | const |
Definition at line 116 of file sdrformtextoutlineattribute.cxx.
References isDefault(), and mpSdrFormTextOutlineAttribute.
|
private |
Definition at line 43 of file sdrformtextoutlineattribute.hxx.
Referenced by getLineAttribute(), getStrokeAttribute(), getTransparence(), isDefault(), operator=(), and operator==().