|
LibreOffice Module svx (master) 1
|
Public Member Functions | |
| 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) | |
| ImpSdrTextAttribute () | |
| const SdrText & | getSdrText () const |
| const OutlinerParaObject & | getOutlinerParaObject () const |
| bool | isContour () const |
| bool | isFitToSize () const |
| bool | isAutoFit () const |
| bool | isHideContour () const |
| bool | isBlink () const |
| bool | isScroll () const |
| bool | isInEditMode () const |
| bool | isFixedCellHeight () const |
| bool | isChainable () const |
| const SdrFormTextAttribute & | getSdrFormTextAttribute () const |
| sal_Int32 | getTextLeftDistance () const |
| sal_Int32 | getTextUpperDistance () const |
| sal_Int32 | getTextRightDistance () const |
| sal_Int32 | getTextLowerDistance () const |
| SdrTextHorzAdjust | getSdrTextHorzAdjust () const |
| SdrTextVertAdjust | getSdrTextVertAdjust () const |
| bool | operator== (const ImpSdrTextAttribute &rCandidate) const |
Public Attributes | |
| const SdrText * | mpSdrText |
| std::shared_ptr< OutlinerParaObject > | mxOutlinerParaObject |
| SdrFormTextAttribute | maSdrFormTextAttribute |
| sal_Int32 | maTextLeftDistance |
| sal_Int32 | maTextUpperDistance |
| sal_Int32 | maTextRightDistance |
| sal_Int32 | maTextLowerDistance |
| sal_uInt32 | maPropertiesVersion |
| SdrTextHorzAdjust | maSdrTextHorzAdjust |
| SdrTextVertAdjust | maSdrTextVertAdjust |
| bool | mbContour: 1 |
| bool | mbFitToSize: 1 |
| bool | mbAutoFit: 1 |
| bool | mbHideContour: 1 |
| bool | mbBlink: 1 |
| bool | mbScroll: 1 |
| bool | mbInEditMode: 1 |
| bool | mbFixedCellHeight: 1 |
| bool | mbWrongSpell: 1 |
| bool | mbChainable: 1 |
Definition at line 30 of file sdrtextattribute.cxx.
|
inline |
Definition at line 68 of file sdrtextattribute.cxx.
References SdrText::GetItemSet(), SdrText::GetObject(), SdrObject::GetProperties(), sdr::properties::BaseProperties::getVersion(), make_shared(), maPropertiesVersion, maSdrFormTextAttribute, NONE, and rSet.
|
inline |
Definition at line 124 of file sdrtextattribute.cxx.
|
inline |
Definition at line 153 of file sdrtextattribute.cxx.
References mxOutlinerParaObject.
Referenced by operator==().
|
inline |
Definition at line 168 of file sdrtextattribute.cxx.
References maSdrFormTextAttribute.
Referenced by operator==().
|
inline |
Definition at line 147 of file sdrtextattribute.cxx.
References mpSdrText.
|
inline |
Definition at line 173 of file sdrtextattribute.cxx.
References maSdrTextHorzAdjust.
Referenced by operator==().
|
inline |
Definition at line 174 of file sdrtextattribute.cxx.
References maSdrTextVertAdjust.
Referenced by operator==().
|
inline |
Definition at line 169 of file sdrtextattribute.cxx.
References maTextLeftDistance.
Referenced by operator==().
|
inline |
Definition at line 172 of file sdrtextattribute.cxx.
References maTextLowerDistance.
Referenced by operator==().
|
inline |
Definition at line 171 of file sdrtextattribute.cxx.
References maTextRightDistance.
Referenced by operator==().
|
inline |
Definition at line 170 of file sdrtextattribute.cxx.
References maTextUpperDistance.
Referenced by operator==().
|
inline |
Definition at line 161 of file sdrtextattribute.cxx.
References mbAutoFit.
Referenced by operator==().
|
inline |
Definition at line 163 of file sdrtextattribute.cxx.
References mbBlink.
Referenced by operator==().
|
inline |
Definition at line 167 of file sdrtextattribute.cxx.
References mbChainable.
|
inline |
Definition at line 159 of file sdrtextattribute.cxx.
References mbContour.
Referenced by operator==().
|
inline |
Definition at line 160 of file sdrtextattribute.cxx.
References mbFitToSize.
Referenced by operator==().
|
inline |
Definition at line 166 of file sdrtextattribute.cxx.
References mbFixedCellHeight.
Referenced by operator==().
|
inline |
Definition at line 162 of file sdrtextattribute.cxx.
References mbHideContour.
Referenced by operator==().
|
inline |
Definition at line 165 of file sdrtextattribute.cxx.
References mbInEditMode.
Referenced by operator==().
|
inline |
Definition at line 164 of file sdrtextattribute.cxx.
References mbScroll.
Referenced by operator==().
|
inline |
Definition at line 177 of file sdrtextattribute.cxx.
References getOutlinerParaObject(), getSdrFormTextAttribute(), getSdrTextHorzAdjust(), getSdrTextVertAdjust(), getTextLeftDistance(), getTextLowerDistance(), getTextRightDistance(), getTextUpperDistance(), isAutoFit(), isBlink(), isContour(), isFitToSize(), isFixedCellHeight(), isHideContour(), isInEditMode(), isScroll(), maPropertiesVersion, mbWrongSpell, and mxOutlinerParaObject.
| sal_uInt32 drawinglayer::attribute::ImpSdrTextAttribute::maPropertiesVersion |
Definition at line 48 of file sdrtextattribute.cxx.
Referenced by ImpSdrTextAttribute(), and operator==().
| SdrFormTextAttribute drawinglayer::attribute::ImpSdrTextAttribute::maSdrFormTextAttribute |
Definition at line 39 of file sdrtextattribute.cxx.
Referenced by getSdrFormTextAttribute(), and ImpSdrTextAttribute().
| SdrTextHorzAdjust drawinglayer::attribute::ImpSdrTextAttribute::maSdrTextHorzAdjust |
Definition at line 51 of file sdrtextattribute.cxx.
Referenced by getSdrTextHorzAdjust().
| SdrTextVertAdjust drawinglayer::attribute::ImpSdrTextAttribute::maSdrTextVertAdjust |
Definition at line 52 of file sdrtextattribute.cxx.
Referenced by getSdrTextVertAdjust().
| sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextLeftDistance |
Definition at line 42 of file sdrtextattribute.cxx.
Referenced by getTextLeftDistance().
| sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextLowerDistance |
Definition at line 45 of file sdrtextattribute.cxx.
Referenced by getTextLowerDistance().
| sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextRightDistance |
Definition at line 44 of file sdrtextattribute.cxx.
Referenced by getTextRightDistance().
| sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextUpperDistance |
Definition at line 43 of file sdrtextattribute.cxx.
Referenced by getTextUpperDistance().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbAutoFit |
Definition at line 56 of file sdrtextattribute.cxx.
Referenced by isAutoFit().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbBlink |
Definition at line 58 of file sdrtextattribute.cxx.
Referenced by isBlink().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbChainable |
Definition at line 64 of file sdrtextattribute.cxx.
Referenced by isChainable().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbContour |
Definition at line 54 of file sdrtextattribute.cxx.
Referenced by isContour().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbFitToSize |
Definition at line 55 of file sdrtextattribute.cxx.
Referenced by isFitToSize().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbFixedCellHeight |
Definition at line 61 of file sdrtextattribute.cxx.
Referenced by isFixedCellHeight().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbHideContour |
Definition at line 57 of file sdrtextattribute.cxx.
Referenced by isHideContour().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbInEditMode |
Definition at line 60 of file sdrtextattribute.cxx.
Referenced by isInEditMode().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbScroll |
Definition at line 59 of file sdrtextattribute.cxx.
Referenced by isScroll().
| bool drawinglayer::attribute::ImpSdrTextAttribute::mbWrongSpell |
Definition at line 62 of file sdrtextattribute.cxx.
Referenced by operator==().
| const SdrText* drawinglayer::attribute::ImpSdrTextAttribute::mpSdrText |
Definition at line 35 of file sdrtextattribute.cxx.
Referenced by getSdrText().
| std::shared_ptr<OutlinerParaObject> drawinglayer::attribute::ImpSdrTextAttribute::mxOutlinerParaObject |
Definition at line 36 of file sdrtextattribute.cxx.
Referenced by getOutlinerParaObject(), and operator==().