LibreOffice Module svx (master) 1
Public Member Functions | Public Attributes | List of all members
drawinglayer::attribute::ImpSdrTextAttribute Class Reference
Collaboration diagram for drawinglayer::attribute::ImpSdrTextAttribute:
[legend]

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 SdrTextgetSdrText () const
 
const OutlinerParaObjectgetOutlinerParaObject () 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 SdrFormTextAttributegetSdrFormTextAttribute () 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 SdrTextmpSdrText
 
std::shared_ptr< OutlinerParaObjectmxOutlinerParaObject
 
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
 

Detailed Description

Definition at line 30 of file sdrtextattribute.cxx.

Constructor & Destructor Documentation

◆ ImpSdrTextAttribute() [1/2]

drawinglayer::attribute::ImpSdrTextAttribute::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 
)
inline

◆ ImpSdrTextAttribute() [2/2]

drawinglayer::attribute::ImpSdrTextAttribute::ImpSdrTextAttribute ( )
inline

Definition at line 124 of file sdrtextattribute.cxx.

Member Function Documentation

◆ getOutlinerParaObject()

const OutlinerParaObject & drawinglayer::attribute::ImpSdrTextAttribute::getOutlinerParaObject ( ) const
inline

Definition at line 153 of file sdrtextattribute.cxx.

References mxOutlinerParaObject.

Referenced by operator==().

◆ getSdrFormTextAttribute()

const SdrFormTextAttribute & drawinglayer::attribute::ImpSdrTextAttribute::getSdrFormTextAttribute ( ) const
inline

Definition at line 168 of file sdrtextattribute.cxx.

References maSdrFormTextAttribute.

Referenced by operator==().

◆ getSdrText()

const SdrText & drawinglayer::attribute::ImpSdrTextAttribute::getSdrText ( ) const
inline

Definition at line 147 of file sdrtextattribute.cxx.

References mpSdrText.

◆ getSdrTextHorzAdjust()

SdrTextHorzAdjust drawinglayer::attribute::ImpSdrTextAttribute::getSdrTextHorzAdjust ( ) const
inline

Definition at line 173 of file sdrtextattribute.cxx.

References maSdrTextHorzAdjust.

Referenced by operator==().

◆ getSdrTextVertAdjust()

SdrTextVertAdjust drawinglayer::attribute::ImpSdrTextAttribute::getSdrTextVertAdjust ( ) const
inline

Definition at line 174 of file sdrtextattribute.cxx.

References maSdrTextVertAdjust.

Referenced by operator==().

◆ getTextLeftDistance()

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::getTextLeftDistance ( ) const
inline

Definition at line 169 of file sdrtextattribute.cxx.

References maTextLeftDistance.

Referenced by operator==().

◆ getTextLowerDistance()

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::getTextLowerDistance ( ) const
inline

Definition at line 172 of file sdrtextattribute.cxx.

References maTextLowerDistance.

Referenced by operator==().

◆ getTextRightDistance()

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::getTextRightDistance ( ) const
inline

Definition at line 171 of file sdrtextattribute.cxx.

References maTextRightDistance.

Referenced by operator==().

◆ getTextUpperDistance()

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::getTextUpperDistance ( ) const
inline

Definition at line 170 of file sdrtextattribute.cxx.

References maTextUpperDistance.

Referenced by operator==().

◆ isAutoFit()

bool drawinglayer::attribute::ImpSdrTextAttribute::isAutoFit ( ) const
inline

Definition at line 161 of file sdrtextattribute.cxx.

References mbAutoFit.

Referenced by operator==().

◆ isBlink()

bool drawinglayer::attribute::ImpSdrTextAttribute::isBlink ( ) const
inline

Definition at line 163 of file sdrtextattribute.cxx.

References mbBlink.

Referenced by operator==().

◆ isChainable()

bool drawinglayer::attribute::ImpSdrTextAttribute::isChainable ( ) const
inline

Definition at line 167 of file sdrtextattribute.cxx.

References mbChainable.

◆ isContour()

bool drawinglayer::attribute::ImpSdrTextAttribute::isContour ( ) const
inline

Definition at line 159 of file sdrtextattribute.cxx.

References mbContour.

Referenced by operator==().

◆ isFitToSize()

bool drawinglayer::attribute::ImpSdrTextAttribute::isFitToSize ( ) const
inline

Definition at line 160 of file sdrtextattribute.cxx.

References mbFitToSize.

Referenced by operator==().

◆ isFixedCellHeight()

bool drawinglayer::attribute::ImpSdrTextAttribute::isFixedCellHeight ( ) const
inline

Definition at line 166 of file sdrtextattribute.cxx.

References mbFixedCellHeight.

Referenced by operator==().

◆ isHideContour()

bool drawinglayer::attribute::ImpSdrTextAttribute::isHideContour ( ) const
inline

Definition at line 162 of file sdrtextattribute.cxx.

References mbHideContour.

Referenced by operator==().

◆ isInEditMode()

bool drawinglayer::attribute::ImpSdrTextAttribute::isInEditMode ( ) const
inline

Definition at line 165 of file sdrtextattribute.cxx.

References mbInEditMode.

Referenced by operator==().

◆ isScroll()

bool drawinglayer::attribute::ImpSdrTextAttribute::isScroll ( ) const
inline

Definition at line 164 of file sdrtextattribute.cxx.

References mbScroll.

Referenced by operator==().

◆ operator==()

bool drawinglayer::attribute::ImpSdrTextAttribute::operator== ( const ImpSdrTextAttribute rCandidate) const
inline

Member Data Documentation

◆ maPropertiesVersion

sal_uInt32 drawinglayer::attribute::ImpSdrTextAttribute::maPropertiesVersion

Definition at line 48 of file sdrtextattribute.cxx.

Referenced by ImpSdrTextAttribute(), and operator==().

◆ maSdrFormTextAttribute

SdrFormTextAttribute drawinglayer::attribute::ImpSdrTextAttribute::maSdrFormTextAttribute

Definition at line 39 of file sdrtextattribute.cxx.

Referenced by getSdrFormTextAttribute(), and ImpSdrTextAttribute().

◆ maSdrTextHorzAdjust

SdrTextHorzAdjust drawinglayer::attribute::ImpSdrTextAttribute::maSdrTextHorzAdjust

Definition at line 51 of file sdrtextattribute.cxx.

Referenced by getSdrTextHorzAdjust().

◆ maSdrTextVertAdjust

SdrTextVertAdjust drawinglayer::attribute::ImpSdrTextAttribute::maSdrTextVertAdjust

Definition at line 52 of file sdrtextattribute.cxx.

Referenced by getSdrTextVertAdjust().

◆ maTextLeftDistance

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextLeftDistance

Definition at line 42 of file sdrtextattribute.cxx.

Referenced by getTextLeftDistance().

◆ maTextLowerDistance

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextLowerDistance

Definition at line 45 of file sdrtextattribute.cxx.

Referenced by getTextLowerDistance().

◆ maTextRightDistance

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextRightDistance

Definition at line 44 of file sdrtextattribute.cxx.

Referenced by getTextRightDistance().

◆ maTextUpperDistance

sal_Int32 drawinglayer::attribute::ImpSdrTextAttribute::maTextUpperDistance

Definition at line 43 of file sdrtextattribute.cxx.

Referenced by getTextUpperDistance().

◆ mbAutoFit

bool drawinglayer::attribute::ImpSdrTextAttribute::mbAutoFit

Definition at line 56 of file sdrtextattribute.cxx.

Referenced by isAutoFit().

◆ mbBlink

bool drawinglayer::attribute::ImpSdrTextAttribute::mbBlink

Definition at line 58 of file sdrtextattribute.cxx.

Referenced by isBlink().

◆ mbChainable

bool drawinglayer::attribute::ImpSdrTextAttribute::mbChainable

Definition at line 64 of file sdrtextattribute.cxx.

Referenced by isChainable().

◆ mbContour

bool drawinglayer::attribute::ImpSdrTextAttribute::mbContour

Definition at line 54 of file sdrtextattribute.cxx.

Referenced by isContour().

◆ mbFitToSize

bool drawinglayer::attribute::ImpSdrTextAttribute::mbFitToSize

Definition at line 55 of file sdrtextattribute.cxx.

Referenced by isFitToSize().

◆ mbFixedCellHeight

bool drawinglayer::attribute::ImpSdrTextAttribute::mbFixedCellHeight

Definition at line 61 of file sdrtextattribute.cxx.

Referenced by isFixedCellHeight().

◆ mbHideContour

bool drawinglayer::attribute::ImpSdrTextAttribute::mbHideContour

Definition at line 57 of file sdrtextattribute.cxx.

Referenced by isHideContour().

◆ mbInEditMode

bool drawinglayer::attribute::ImpSdrTextAttribute::mbInEditMode

Definition at line 60 of file sdrtextattribute.cxx.

Referenced by isInEditMode().

◆ mbScroll

bool drawinglayer::attribute::ImpSdrTextAttribute::mbScroll

Definition at line 59 of file sdrtextattribute.cxx.

Referenced by isScroll().

◆ mbWrongSpell

bool drawinglayer::attribute::ImpSdrTextAttribute::mbWrongSpell

Definition at line 62 of file sdrtextattribute.cxx.

Referenced by operator==().

◆ mpSdrText

const SdrText* drawinglayer::attribute::ImpSdrTextAttribute::mpSdrText

Definition at line 35 of file sdrtextattribute.cxx.

Referenced by getSdrText().

◆ mxOutlinerParaObject

std::shared_ptr<OutlinerParaObject> drawinglayer::attribute::ImpSdrTextAttribute::mxOutlinerParaObject

Definition at line 36 of file sdrtextattribute.cxx.

Referenced by getOutlinerParaObject(), and operator==().


The documentation for this class was generated from the following file: