24 #include <rtl/instance.hxx>
41 : maLineAttribute(rLineAttribute),
42 maStrokeAttribute(rStrokeAttribute),
43 mnTransparence(nTransparence)
70 struct theGlobalDefault :
71 public rtl::Static< SdrFormTextOutlineAttribute::ImplType, theGlobalDefault > {};
78 : mpSdrFormTextOutlineAttribute(
80 rLineAttribute, rStrokeAttribute, nTransparence))
85 : mpSdrFormTextOutlineAttribute(theGlobalDefault::
get())
90 : mpSdrFormTextOutlineAttribute(rCandidate.mpSdrFormTextOutlineAttribute)
css::uno::Reference< css::linguistic2::XProofreadingIterator > get(css::uno::Reference< css::uno::XComponentContext > const &context)
sal_uInt8 getTransparence() const
const StrokeAttribute & getStrokeAttribute() const
const StrokeAttribute & getStrokeAttribute() const
~SdrFormTextOutlineAttribute()
ImpSdrFormTextOutlineAttribute(const LineAttribute &rLineAttribute, const StrokeAttribute &rStrokeAttribute, sal_uInt8 nTransparence)
const LineAttribute & getLineAttribute() const
ImplType mpSdrFormTextOutlineAttribute
bool same_object(const cow_wrapper &rOther) const
SdrFormTextOutlineAttribute()
sal_uInt8 getTransparence() const
bool operator==(const SdrFormTextOutlineAttribute &rCandidate) const
LineAttribute maLineAttribute
const LineAttribute & getLineAttribute() const
SdrFormTextOutlineAttribute & operator=(const SdrFormTextOutlineAttribute &rCandidate)
ImpSdrFormTextOutlineAttribute()
StrokeAttribute maStrokeAttribute
bool operator==(const ImpSdrFormTextOutlineAttribute &rCandidate) const