LibreOffice Module svx (master) 1
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AutoFormatBase Class Reference

#include <autoformathelper.hxx>

Public Member Functions

const SvxFontItemGetFont () const
 
const SvxFontHeightItemGetHeight () const
 
const SvxWeightItemGetWeight () const
 
const SvxPostureItemGetPosture () const
 
const SvxFontItemGetCJKFont () const
 
const SvxFontHeightItemGetCJKHeight () const
 
const SvxWeightItemGetCJKWeight () const
 
const SvxPostureItemGetCJKPosture () const
 
const SvxFontItemGetCTLFont () const
 
const SvxFontHeightItemGetCTLHeight () const
 
const SvxWeightItemGetCTLWeight () const
 
const SvxPostureItemGetCTLPosture () const
 
const SvxUnderlineItemGetUnderline () const
 
const SvxOverlineItemGetOverline () const
 
const SvxCrossedOutItemGetCrossedOut () const
 
const SvxContourItemGetContour () const
 
const SvxShadowedItemGetShadowed () const
 
const SvxColorItemGetColor () const
 
const SvxBoxItemGetBox () const
 
const SvxLineItemGetTLBR () const
 
const SvxLineItemGetBLTR () const
 
const SvxBrushItemGetBackground () const
 
const SvxAdjustItemGetAdjust () const
 
const SvxHorJustifyItemGetHorJustify () const
 
const SvxVerJustifyItemGetVerJustify () const
 
const SfxBoolItemGetStacked () const
 
const SvxMarginItemGetMargin () const
 
const SfxBoolItemGetLinebreak () const
 
const SfxInt32ItemGetRotateAngle () const
 
const SvxRotateModeItemGetRotateMode () const
 
void SetFont (const SvxFontItem &rNew)
 
void SetHeight (const SvxFontHeightItem &rNew)
 
void SetWeight (const SvxWeightItem &rNew)
 
void SetPosture (const SvxPostureItem &rNew)
 
void SetCJKFont (const SvxFontItem &rNew)
 
void SetCJKHeight (const SvxFontHeightItem &rNew)
 
void SetCJKWeight (const SvxWeightItem &rNew)
 
void SetCJKPosture (const SvxPostureItem &rNew)
 
void SetCTLFont (const SvxFontItem &rNew)
 
void SetCTLHeight (const SvxFontHeightItem &rNew)
 
void SetCTLWeight (const SvxWeightItem &rNew)
 
void SetCTLPosture (const SvxPostureItem &rNew)
 
void SetUnderline (const SvxUnderlineItem &rNew)
 
void SetOverline (const SvxOverlineItem &rNew)
 
void SetCrossedOut (const SvxCrossedOutItem &rNew)
 
void SetContour (const SvxContourItem &rNew)
 
void SetShadowed (const SvxShadowedItem &rNew)
 
void SetColor (const SvxColorItem &rNew)
 
void SetBox (const SvxBoxItem &rNew)
 
void SetTLBR (const SvxLineItem &rNew)
 
void SetBLTR (const SvxLineItem &rNew)
 
void SetBackground (const SvxBrushItem &rNew)
 
void SetAdjust (const SvxAdjustItem &rNew)
 
void SetHorJustify (const SvxHorJustifyItem &rNew)
 
void SetVerJustify (const SvxVerJustifyItem &rNew)
 
void SetStacked (const SfxBoolItem &rNew)
 
void SetMargin (const SvxMarginItem &rNew)
 
void SetLinebreak (const SfxBoolItem &rNew)
 
void SetRotateAngle (const SfxInt32Item &rNew)
 
void SetRotateMode (const SvxRotateModeItem &rNew)
 
bool LoadBlockA (SvStream &rStream, const AutoFormatVersions &rVersions, sal_uInt16 nVer)
 
bool LoadBlockB (SvStream &rStream, const AutoFormatVersions &rVersions, sal_uInt16 nVer)
 
bool SaveBlockA (SvStream &rStream, sal_uInt16 fileVersion) const
 
bool SaveBlockB (SvStream &rStream, sal_uInt16 fileVersion) const
 

Protected Member Functions

AutoFormatBaseoperator= (const AutoFormatBase &)
 
 AutoFormatBase ()
 
 AutoFormatBase (const AutoFormatBase &rNew)
 
 ~AutoFormatBase ()
 
bool operator== (const AutoFormatBase &rRight) const
 Comparing based of boxes backgrounds. More...
 

Protected Attributes

std::unique_ptr< SvxFontItemm_aFont
 
std::unique_ptr< SvxFontHeightItemm_aHeight
 
std::unique_ptr< SvxWeightItemm_aWeight
 
std::unique_ptr< SvxPostureItemm_aPosture
 
std::unique_ptr< SvxFontItemm_aCJKFont
 
std::unique_ptr< SvxFontHeightItemm_aCJKHeight
 
std::unique_ptr< SvxWeightItemm_aCJKWeight
 
std::unique_ptr< SvxPostureItemm_aCJKPosture
 
std::unique_ptr< SvxFontItemm_aCTLFont
 
std::unique_ptr< SvxFontHeightItemm_aCTLHeight
 
std::unique_ptr< SvxWeightItemm_aCTLWeight
 
std::unique_ptr< SvxPostureItemm_aCTLPosture
 
std::unique_ptr< SvxUnderlineItemm_aUnderline
 
std::unique_ptr< SvxOverlineItemm_aOverline
 
std::unique_ptr< SvxCrossedOutItemm_aCrossedOut
 
std::unique_ptr< SvxContourItemm_aContour
 
std::unique_ptr< SvxShadowedItemm_aShadowed
 
std::unique_ptr< SvxColorItemm_aColor
 
std::unique_ptr< SvxBoxItemm_aBox
 
std::unique_ptr< SvxLineItemm_aTLBR
 
std::unique_ptr< SvxLineItemm_aBLTR
 
std::unique_ptr< SvxBrushItemm_aBackground
 
std::unique_ptr< SvxAdjustItemm_aAdjust
 
std::unique_ptr< SvxHorJustifyItemm_aHorJustify
 
std::unique_ptr< SvxVerJustifyItemm_aVerJustify
 
std::unique_ptr< SfxBoolItemm_aStacked
 
std::unique_ptr< SvxMarginItemm_aMargin
 
std::unique_ptr< SfxBoolItemm_aLinebreak
 
std::unique_ptr< SfxInt32Itemm_aRotateAngle
 
std::unique_ptr< SvxRotateModeItemm_aRotateMode
 

Detailed Description

Definition at line 91 of file autoformathelper.hxx.

Constructor & Destructor Documentation

◆ AutoFormatBase() [1/2]

AutoFormatBase::AutoFormatBase ( )
protected

Definition at line 175 of file autoformathelper.cxx.

◆ AutoFormatBase() [2/2]

AutoFormatBase::AutoFormatBase ( const AutoFormatBase rNew)
protected

Definition at line 179 of file autoformathelper.cxx.

References Clone(), m_aColor, and m_aFont.

◆ ~AutoFormatBase()

AutoFormatBase::~AutoFormatBase ( )
protected

Definition at line 213 of file autoformathelper.cxx.

Member Function Documentation

◆ GetAdjust()

const SvxAdjustItem & AutoFormatBase::GetAdjust ( ) const
inline

Definition at line 171 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetBackground()

const SvxBrushItem & AutoFormatBase::GetBackground ( ) const
inline

Definition at line 170 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetBLTR()

const SvxLineItem & AutoFormatBase::GetBLTR ( ) const
inline

Definition at line 169 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetBox()

const SvxBoxItem & AutoFormatBase::GetBox ( ) const
inline

Definition at line 167 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCJKFont()

const SvxFontItem & AutoFormatBase::GetCJKFont ( ) const
inline

Definition at line 153 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCJKHeight()

const SvxFontHeightItem & AutoFormatBase::GetCJKHeight ( ) const
inline

Definition at line 154 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCJKPosture()

const SvxPostureItem & AutoFormatBase::GetCJKPosture ( ) const
inline

Definition at line 156 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCJKWeight()

const SvxWeightItem & AutoFormatBase::GetCJKWeight ( ) const
inline

Definition at line 155 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetColor()

const SvxColorItem & AutoFormatBase::GetColor ( ) const
inline

Definition at line 166 of file autoformathelper.hxx.

References m_aColor.

Referenced by operator=().

◆ GetContour()

const SvxContourItem & AutoFormatBase::GetContour ( ) const
inline

Definition at line 164 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCrossedOut()

const SvxCrossedOutItem & AutoFormatBase::GetCrossedOut ( ) const
inline

Definition at line 163 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCTLFont()

const SvxFontItem & AutoFormatBase::GetCTLFont ( ) const
inline

Definition at line 157 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCTLHeight()

const SvxFontHeightItem & AutoFormatBase::GetCTLHeight ( ) const
inline

Definition at line 158 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCTLPosture()

const SvxPostureItem & AutoFormatBase::GetCTLPosture ( ) const
inline

Definition at line 160 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetCTLWeight()

const SvxWeightItem & AutoFormatBase::GetCTLWeight ( ) const
inline

Definition at line 159 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetFont()

const SvxFontItem & AutoFormatBase::GetFont ( ) const
inline

Definition at line 149 of file autoformathelper.hxx.

References m_aFont.

Referenced by operator=().

◆ GetHeight()

const SvxFontHeightItem & AutoFormatBase::GetHeight ( ) const
inline

Definition at line 150 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetHorJustify()

const SvxHorJustifyItem & AutoFormatBase::GetHorJustify ( ) const
inline

Definition at line 172 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetLinebreak()

const SfxBoolItem & AutoFormatBase::GetLinebreak ( ) const
inline

Definition at line 176 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetMargin()

const SvxMarginItem & AutoFormatBase::GetMargin ( ) const
inline

Definition at line 175 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetOverline()

const SvxOverlineItem & AutoFormatBase::GetOverline ( ) const
inline

Definition at line 162 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetPosture()

const SvxPostureItem & AutoFormatBase::GetPosture ( ) const
inline

Definition at line 152 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetRotateAngle()

const SfxInt32Item & AutoFormatBase::GetRotateAngle ( ) const
inline

Definition at line 177 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetRotateMode()

const SvxRotateModeItem & AutoFormatBase::GetRotateMode ( ) const
inline

Definition at line 178 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetShadowed()

const SvxShadowedItem & AutoFormatBase::GetShadowed ( ) const
inline

Definition at line 165 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetStacked()

const SfxBoolItem & AutoFormatBase::GetStacked ( ) const
inline

Definition at line 174 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetTLBR()

const SvxLineItem & AutoFormatBase::GetTLBR ( ) const
inline

Definition at line 168 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetUnderline()

const SvxUnderlineItem & AutoFormatBase::GetUnderline ( ) const
inline

Definition at line 161 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetVerJustify()

const SvxVerJustifyItem & AutoFormatBase::GetVerJustify ( ) const
inline

Definition at line 173 of file autoformathelper.hxx.

Referenced by operator=().

◆ GetWeight()

const SvxWeightItem & AutoFormatBase::GetWeight ( ) const
inline

Definition at line 151 of file autoformathelper.hxx.

Referenced by operator=().

◆ LoadBlockA()

bool AutoFormatBase::LoadBlockA ( SvStream rStream,
const AutoFormatVersions rVersions,
sal_uInt16  nVer 
)

◆ LoadBlockB()

bool AutoFormatBase::LoadBlockB ( SvStream rStream,
const AutoFormatVersions rVersions,
sal_uInt16  nVer 
)

◆ operator=()

AutoFormatBase & AutoFormatBase::operator= ( const AutoFormatBase rRef)
protected

◆ operator==()

bool AutoFormatBase::operator== ( const AutoFormatBase rRight) const
protected

Comparing based of boxes backgrounds.

◆ SaveBlockA()

bool AutoFormatBase::SaveBlockA ( SvStream rStream,
sal_uInt16  fileVersion 
) const

◆ SaveBlockB()

bool AutoFormatBase::SaveBlockB ( SvStream rStream,
sal_uInt16  fileVersion 
) const

◆ SetAdjust()

void AutoFormatBase::SetAdjust ( const SvxAdjustItem rNew)

Definition at line 166 of file autoformathelper.cxx.

References SvxAdjustItem::Clone(), and m_aAdjust.

Referenced by operator=().

◆ SetBackground()

void AutoFormatBase::SetBackground ( const SvxBrushItem rNew)

Definition at line 165 of file autoformathelper.cxx.

References SvxBrushItem::Clone(), and m_aBackground.

Referenced by operator=().

◆ SetBLTR()

void AutoFormatBase::SetBLTR ( const SvxLineItem rNew)

Definition at line 164 of file autoformathelper.cxx.

References SvxLineItem::Clone(), and m_aBLTR.

Referenced by operator=().

◆ SetBox()

void AutoFormatBase::SetBox ( const SvxBoxItem rNew)

Definition at line 162 of file autoformathelper.cxx.

References SvxBoxItem::Clone(), and m_aBox.

Referenced by operator=().

◆ SetCJKFont()

void AutoFormatBase::SetCJKFont ( const SvxFontItem rNew)

Definition at line 148 of file autoformathelper.cxx.

References SvxFontItem::Clone(), and m_aCJKFont.

Referenced by operator=().

◆ SetCJKHeight()

void AutoFormatBase::SetCJKHeight ( const SvxFontHeightItem rNew)

Definition at line 149 of file autoformathelper.cxx.

References SvxFontHeightItem::Clone(), and m_aCJKHeight.

Referenced by operator=().

◆ SetCJKPosture()

void AutoFormatBase::SetCJKPosture ( const SvxPostureItem rNew)

Definition at line 151 of file autoformathelper.cxx.

References SvxPostureItem::Clone(), and m_aCJKPosture.

Referenced by operator=().

◆ SetCJKWeight()

void AutoFormatBase::SetCJKWeight ( const SvxWeightItem rNew)

Definition at line 150 of file autoformathelper.cxx.

References SvxWeightItem::Clone(), and m_aCJKWeight.

Referenced by operator=().

◆ SetColor()

void AutoFormatBase::SetColor ( const SvxColorItem rNew)

Definition at line 161 of file autoformathelper.cxx.

References SvxColorItem::Clone(), and m_aColor.

Referenced by operator=().

◆ SetContour()

void AutoFormatBase::SetContour ( const SvxContourItem rNew)

Definition at line 159 of file autoformathelper.cxx.

References SvxContourItem::Clone(), and m_aContour.

Referenced by operator=().

◆ SetCrossedOut()

void AutoFormatBase::SetCrossedOut ( const SvxCrossedOutItem rNew)

Definition at line 158 of file autoformathelper.cxx.

References SvxCrossedOutItem::Clone(), and m_aCrossedOut.

Referenced by operator=().

◆ SetCTLFont()

void AutoFormatBase::SetCTLFont ( const SvxFontItem rNew)

Definition at line 152 of file autoformathelper.cxx.

References SvxFontItem::Clone(), and m_aCTLFont.

Referenced by operator=().

◆ SetCTLHeight()

void AutoFormatBase::SetCTLHeight ( const SvxFontHeightItem rNew)

Definition at line 153 of file autoformathelper.cxx.

References SvxFontHeightItem::Clone(), and m_aCTLHeight.

Referenced by operator=().

◆ SetCTLPosture()

void AutoFormatBase::SetCTLPosture ( const SvxPostureItem rNew)

Definition at line 155 of file autoformathelper.cxx.

References SvxPostureItem::Clone(), and m_aCTLPosture.

Referenced by operator=().

◆ SetCTLWeight()

void AutoFormatBase::SetCTLWeight ( const SvxWeightItem rNew)

Definition at line 154 of file autoformathelper.cxx.

References SvxWeightItem::Clone(), and m_aCTLWeight.

Referenced by operator=().

◆ SetFont()

void AutoFormatBase::SetFont ( const SvxFontItem rNew)

Definition at line 144 of file autoformathelper.cxx.

References SvxFontItem::Clone(), and m_aFont.

Referenced by operator=().

◆ SetHeight()

void AutoFormatBase::SetHeight ( const SvxFontHeightItem rNew)

Definition at line 145 of file autoformathelper.cxx.

References SvxFontHeightItem::Clone(), and m_aHeight.

Referenced by operator=().

◆ SetHorJustify()

void AutoFormatBase::SetHorJustify ( const SvxHorJustifyItem rNew)

Definition at line 167 of file autoformathelper.cxx.

References SvxHorJustifyItem::Clone(), and m_aHorJustify.

Referenced by operator=().

◆ SetLinebreak()

void AutoFormatBase::SetLinebreak ( const SfxBoolItem rNew)

Definition at line 171 of file autoformathelper.cxx.

References SfxBoolItem::Clone(), and m_aLinebreak.

Referenced by operator=().

◆ SetMargin()

void AutoFormatBase::SetMargin ( const SvxMarginItem rNew)

Definition at line 170 of file autoformathelper.cxx.

References SvxMarginItem::Clone(), and m_aMargin.

Referenced by operator=().

◆ SetOverline()

void AutoFormatBase::SetOverline ( const SvxOverlineItem rNew)

Definition at line 157 of file autoformathelper.cxx.

References SvxOverlineItem::Clone(), and m_aOverline.

Referenced by operator=().

◆ SetPosture()

void AutoFormatBase::SetPosture ( const SvxPostureItem rNew)

Definition at line 147 of file autoformathelper.cxx.

References SvxPostureItem::Clone(), and m_aPosture.

Referenced by operator=().

◆ SetRotateAngle()

void AutoFormatBase::SetRotateAngle ( const SfxInt32Item rNew)

Definition at line 172 of file autoformathelper.cxx.

References SfxInt32Item::Clone(), and m_aRotateAngle.

Referenced by operator=().

◆ SetRotateMode()

void AutoFormatBase::SetRotateMode ( const SvxRotateModeItem rNew)

Definition at line 173 of file autoformathelper.cxx.

References SvxRotateModeItem::Clone(), and m_aRotateMode.

Referenced by operator=().

◆ SetShadowed()

void AutoFormatBase::SetShadowed ( const SvxShadowedItem rNew)

Definition at line 160 of file autoformathelper.cxx.

References SvxShadowedItem::Clone(), and m_aShadowed.

Referenced by operator=().

◆ SetStacked()

void AutoFormatBase::SetStacked ( const SfxBoolItem rNew)

Definition at line 169 of file autoformathelper.cxx.

References SfxBoolItem::Clone(), and m_aStacked.

Referenced by operator=().

◆ SetTLBR()

void AutoFormatBase::SetTLBR ( const SvxLineItem rNew)

Definition at line 163 of file autoformathelper.cxx.

References SvxLineItem::Clone(), and m_aTLBR.

Referenced by operator=().

◆ SetUnderline()

void AutoFormatBase::SetUnderline ( const SvxUnderlineItem rNew)

Definition at line 156 of file autoformathelper.cxx.

References SvxUnderlineItem::Clone(), and m_aUnderline.

Referenced by operator=().

◆ SetVerJustify()

void AutoFormatBase::SetVerJustify ( const SvxVerJustifyItem rNew)

Definition at line 168 of file autoformathelper.cxx.

References SvxVerJustifyItem::Clone(), and m_aVerJustify.

Referenced by operator=().

◆ SetWeight()

void AutoFormatBase::SetWeight ( const SvxWeightItem rNew)

Definition at line 146 of file autoformathelper.cxx.

References SvxWeightItem::Clone(), and m_aWeight.

Referenced by operator=().

Member Data Documentation

◆ m_aAdjust

std::unique_ptr<SvxAdjustItem> AutoFormatBase::m_aAdjust
protected

Definition at line 123 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetAdjust().

◆ m_aBackground

std::unique_ptr<SvxBrushItem> AutoFormatBase::m_aBackground
protected

Definition at line 120 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetBackground().

◆ m_aBLTR

std::unique_ptr<SvxLineItem> AutoFormatBase::m_aBLTR
protected

Definition at line 119 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetBLTR().

◆ m_aBox

std::unique_ptr<SvxBoxItem> AutoFormatBase::m_aBox
protected

Definition at line 117 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetBox().

◆ m_aCJKFont

std::unique_ptr<SvxFontItem> AutoFormatBase::m_aCJKFont
protected

Definition at line 101 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCJKFont().

◆ m_aCJKHeight

std::unique_ptr<SvxFontHeightItem> AutoFormatBase::m_aCJKHeight
protected

Definition at line 102 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCJKHeight().

◆ m_aCJKPosture

std::unique_ptr<SvxPostureItem> AutoFormatBase::m_aCJKPosture
protected

Definition at line 104 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCJKPosture().

◆ m_aCJKWeight

std::unique_ptr<SvxWeightItem> AutoFormatBase::m_aCJKWeight
protected

Definition at line 103 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCJKWeight().

◆ m_aColor

std::unique_ptr<SvxColorItem> AutoFormatBase::m_aColor
protected

Definition at line 116 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetColor().

◆ m_aContour

std::unique_ptr<SvxContourItem> AutoFormatBase::m_aContour
protected

Definition at line 114 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetContour().

◆ m_aCrossedOut

std::unique_ptr<SvxCrossedOutItem> AutoFormatBase::m_aCrossedOut
protected

Definition at line 113 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCrossedOut().

◆ m_aCTLFont

std::unique_ptr<SvxFontItem> AutoFormatBase::m_aCTLFont
protected

Definition at line 106 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCTLFont().

◆ m_aCTLHeight

std::unique_ptr<SvxFontHeightItem> AutoFormatBase::m_aCTLHeight
protected

Definition at line 107 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCTLHeight().

◆ m_aCTLPosture

std::unique_ptr<SvxPostureItem> AutoFormatBase::m_aCTLPosture
protected

Definition at line 109 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCTLPosture().

◆ m_aCTLWeight

std::unique_ptr<SvxWeightItem> AutoFormatBase::m_aCTLWeight
protected

Definition at line 108 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetCTLWeight().

◆ m_aFont

std::unique_ptr<SvxFontItem> AutoFormatBase::m_aFont
protected

Definition at line 96 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetFont().

◆ m_aHeight

std::unique_ptr<SvxFontHeightItem> AutoFormatBase::m_aHeight
protected

Definition at line 97 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetHeight().

◆ m_aHorJustify

std::unique_ptr<SvxHorJustifyItem> AutoFormatBase::m_aHorJustify
protected

Definition at line 126 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetHorJustify().

◆ m_aLinebreak

std::unique_ptr<SfxBoolItem> AutoFormatBase::m_aLinebreak
protected

Definition at line 130 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetLinebreak().

◆ m_aMargin

std::unique_ptr<SvxMarginItem> AutoFormatBase::m_aMargin
protected

Definition at line 129 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetMargin().

◆ m_aOverline

std::unique_ptr<SvxOverlineItem> AutoFormatBase::m_aOverline
protected

Definition at line 112 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetOverline().

◆ m_aPosture

std::unique_ptr<SvxPostureItem> AutoFormatBase::m_aPosture
protected

Definition at line 99 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetPosture().

◆ m_aRotateAngle

std::unique_ptr<SfxInt32Item> AutoFormatBase::m_aRotateAngle
protected

Definition at line 133 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetRotateAngle().

◆ m_aRotateMode

std::unique_ptr<SvxRotateModeItem> AutoFormatBase::m_aRotateMode
protected

Definition at line 134 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetRotateMode().

◆ m_aShadowed

std::unique_ptr<SvxShadowedItem> AutoFormatBase::m_aShadowed
protected

Definition at line 115 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetShadowed().

◆ m_aStacked

std::unique_ptr<SfxBoolItem> AutoFormatBase::m_aStacked
protected

Definition at line 128 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetStacked().

◆ m_aTLBR

std::unique_ptr<SvxLineItem> AutoFormatBase::m_aTLBR
protected

Definition at line 118 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetTLBR().

◆ m_aUnderline

std::unique_ptr<SvxUnderlineItem> AutoFormatBase::m_aUnderline
protected

Definition at line 111 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetUnderline().

◆ m_aVerJustify

std::unique_ptr<SvxVerJustifyItem> AutoFormatBase::m_aVerJustify
protected

Definition at line 127 of file autoformathelper.hxx.

Referenced by LoadBlockB(), SaveBlockB(), and SetVerJustify().

◆ m_aWeight

std::unique_ptr<SvxWeightItem> AutoFormatBase::m_aWeight
protected

Definition at line 98 of file autoformathelper.hxx.

Referenced by LoadBlockA(), SaveBlockA(), and SetWeight().


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