Searched refs:SwBoxAutoFmt (Results 1 – 3 of 3) sorted by relevance
92 SwBoxAutoFmt* SwTableAutoFmt::pDfltBoxAutoFmt = 0;194 SwBoxAutoFmt::SwBoxAutoFmt() in SwBoxAutoFmt() function in SwBoxAutoFmt238 SwBoxAutoFmt::SwBoxAutoFmt( const SwBoxAutoFmt& rNew ) in SwBoxAutoFmt() function in SwBoxAutoFmt276 SwBoxAutoFmt::~SwBoxAutoFmt() in ~SwBoxAutoFmt()280 SwBoxAutoFmt& SwBoxAutoFmt::operator=( const SwBoxAutoFmt& rNew ) in operator =()327 sal_Bool SwBoxAutoFmt::Load( SvStream& rStream, const SwAfVersions& rVersions, sal_uInt16 nVer ) in Load()417 sal_Bool SwBoxAutoFmt::LoadOld( SvStream& rStream, sal_uInt16 aLoadVer[] ) in LoadOld()447 sal_Bool SwBoxAutoFmt::Save( SvStream& rStream ) const in Save()493 sal_Bool SwBoxAutoFmt::SaveVerionNo( SvStream& rStream ) const in SaveVerionNo()555 SwBoxAutoFmt* pFmt = rNew.aBoxAutoFmt[ n ]; in operator =()[all …]
69 class SwBoxAutoFmt class116 SwBoxAutoFmt();117 SwBoxAutoFmt( const SwBoxAutoFmt& rNew );118 ~SwBoxAutoFmt();120 int operator==( const SwBoxAutoFmt& rCmp ) const;121 SwBoxAutoFmt& operator=( const SwBoxAutoFmt& rNew );193 static SwBoxAutoFmt* pDfltBoxAutoFmt;208 SwBoxAutoFmt* aBoxAutoFmt[ 16 ];217 void SetBoxFmt( const SwBoxAutoFmt& rNew, sal_uInt8 nPos );218 const SwBoxAutoFmt& GetBoxFmt( sal_uInt8 nPos ) const;[all …]
651 const SwBoxAutoFmt& rBoxFmt = aCurData.GetBoxFmt( nIndex ); in MakeFonts()