Lines Matching refs:SvxFontItem
195 : aFont( *(SvxFontItem*)GetDfltAttr( RES_CHRATR_FONT ) ), in SwBoxAutoFmt()
200 aCJKFont( *(SvxFontItem*)GetDfltAttr( RES_CHRATR_CJK_FONT ) ), in SwBoxAutoFmt()
205 aCTLFont( *(SvxFontItem*)GetDfltAttr( RES_CHRATR_CTL_FONT ) ), in SwBoxAutoFmt()
332 READ( aFont, SvxFontItem , rVersions.nFontVersion) in Load()
343 READ( aCJKFont, SvxFontItem , rVersions.nFontVersion) in Load()
347 READ( aCTLFont, SvxFontItem , rVersions.nFontVersion) in Load()
420 READ( aFont, SvxFontItem , 0) in LoadOld()
628 pFmt->SetFont( (SvxFontItem&)rSet.Get( RES_CHRATR_FONT ) ); in UpdateFromSet()
632 pFmt->SetCJKFont( (SvxFontItem&)rSet.Get( RES_CHRATR_CJK_FONT ) ); in UpdateFromSet()
636 pFmt->SetCTLFont( (SvxFontItem&)rSet.Get( RES_CHRATR_CTL_FONT ) ); in UpdateFromSet()
691 const SvxFontItem& rCJKFont = rChg.GetCJKFont(); in UpdateToSet()
706 const SvxFontItem& rCTLFont = rChg.GetCTLFont(); in UpdateToSet()