72 sal_Int32 aTextLeftDistance,
73 sal_Int32 aTextUpperDistance,
74 sal_Int32 aTextRightDistance,
75 sal_Int32 aTextLowerDistance,
85 bool bFixedCellHeight,
149 assert(
mpSdrText &&
"Access to text of default version of ImpSdrTextAttribute (!)");
155 assert(
mxOutlinerParaObject &&
"Access to OutlinerParaObject of default version of ImpSdrTextAttribute (!)");
242 sal_Int32 aTextLeftDistance,
243 sal_Int32 aTextUpperDistance,
244 sal_Int32 aTextRightDistance,
245 sal_Int32 aTextLowerDistance,
255 bool bFixedCellHeight,
258 : mpSdrTextAttribute(
260 &rSdrText, rOutlinerParaObject, eFormTextStyle, aTextLeftDistance,
261 aTextUpperDistance, aTextRightDistance, aTextLowerDistance,
262 aSdrTextHorzAdjust, aSdrTextVertAdjust, bContour, bFitToSize, bAutoFit,
263 bHideContour, bBlink, bScroll, bInEditMode, bFixedCellHeight, bWrongSpell,
269 : mpSdrTextAttribute(theGlobalDefault())
274 : mpSdrTextAttribute(rCandidate.mpSdrTextAttribute)
279 : mpSdrTextAttribute(std::move(rCandidate.mpSdrTextAttribute))
300 mpSdrTextAttribute = std::move(rCandidate.mpSdrTextAttribute);
virtual sdr::properties::BaseProperties & GetProperties() const
void impGetScrollTextTiming(drawinglayer::animation::AnimationEntryList &rAnimList, double fFrameLength, double fTextLength) const
void impGetBlinkTextTiming(drawinglayer::animation::AnimationEntryList &rAnimList) const
SdrTextObj & GetObject() const
const SfxItemSet & GetItemSet() const
SdrTextVertAdjust getSdrTextVertAdjust() const
const SdrFormTextAttribute & getSdrFormTextAttribute() const
bool isHideContour() const
sal_Int32 getTextUpperDistance() const
sal_Int32 maTextRightDistance
SdrTextHorzAdjust maSdrTextHorzAdjust
ImpSdrTextAttribute(const SdrText *pSdrText, const OutlinerParaObject &rOutlinerParaObject, XFormTextStyle eFormTextStyle, sal_Int32 aTextLeftDistance, sal_Int32 aTextUpperDistance, sal_Int32 aTextRightDistance, sal_Int32 aTextLowerDistance, SdrTextHorzAdjust aSdrTextHorzAdjust, SdrTextVertAdjust aSdrTextVertAdjust, bool bContour, bool bFitToSize, bool bAutoFit, bool bHideContour, bool bBlink, bool bScroll, bool bInEditMode, bool bFixedCellHeight, bool bWrongSpell, bool bChainable)
sal_Int32 maTextLowerDistance
bool isInEditMode() const
const SdrText * mpSdrText
sal_Int32 getTextLeftDistance() const
sal_Int32 getTextLowerDistance() const
SdrTextVertAdjust maSdrTextVertAdjust
bool operator==(const ImpSdrTextAttribute &rCandidate) const
std::shared_ptr< OutlinerParaObject > mxOutlinerParaObject
sal_Int32 maTextLeftDistance
const SdrText & getSdrText() const
const OutlinerParaObject & getOutlinerParaObject() const
bool isFixedCellHeight() const
sal_Int32 maTextUpperDistance
sal_Int32 getTextRightDistance() const
SdrTextHorzAdjust getSdrTextHorzAdjust() const
sal_uInt32 maPropertiesVersion
SdrFormTextAttribute maSdrFormTextAttribute
sal_Int32 getTextUpperDistance() const
sal_Int32 getTextLowerDistance() const
sal_Int32 getTextLeftDistance() const
const OutlinerParaObject & getOutlinerParaObject() const
bool operator==(const SdrTextAttribute &rCandidate) const
sal_Int32 getTextRightDistance() const
bool isHideContour() const
void getScrollTextTiming(drawinglayer::animation::AnimationEntryList &rAnimList, double fFrameLength, double fTextLength) const
void getBlinkTextTiming(drawinglayer::animation::AnimationEntryList &rAnimList) const
bool isInEditMode() const
ImplType mpSdrTextAttribute
SdrTextVertAdjust getSdrTextVertAdjust() const
SdrTextAttribute & operator=(const SdrTextAttribute &rCandidate)
bool isFixedCellHeight() const
const SdrFormTextAttribute & getSdrFormTextAttribute() const
o3tl::cow_wrapper< ImpSdrTextAttribute > ImplType
SdrTextHorzAdjust getSdrTextHorzAdjust() const
const SdrText & getSdrText() const
bool same_object(const cow_wrapper &rOther) const
virtual sal_uInt32 getVersion() const
std::shared_ptr< T > make_shared(Args &&... args)