Lines Matching refs:SvxFontItem

123 sal_Bool SvxFontItem::bEnableStoreUnicodeNames = sal_False;
130 TYPEINIT1_FACTORY(SvxFontItem, SfxPoolItem, new SvxFontItem(0));
230 SvxFontItem::SvxFontItem( const sal_uInt16 nId ) : in SvxFontItem() function in SvxFontItem
240 SvxFontItem::SvxFontItem( const FontFamily eFam, const XubString& aName, in SvxFontItem() function in SvxFontItem
255 SvxFontItem& SvxFontItem::operator=(const SvxFontItem& rFont) in operator =()
266 sal_Bool SvxFontItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
296 sal_Bool SvxFontItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId) in PutValue()
361 int SvxFontItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
365 const SvxFontItem& rItem = (const SvxFontItem&)rAttr; in operator ==()
384 SfxPoolItem* SvxFontItem::Clone( SfxItemPool * ) const in Clone()
386 return new SvxFontItem( *this ); in Clone()
391 SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
423 SfxPoolItem* SvxFontItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
460 return new SvxFontItem( (FontFamily)_eFamily, aName, aStyle, in Create()
466 SfxItemPresentation SvxFontItem::GetPresentation in GetPresentation()
490 void SvxFontItem::EnableStoreUnicodeNames( sal_Bool bEnable ) in EnableStoreUnicodeNames()
3806 void GetDefaultFonts( SvxFontItem& rLatin, SvxFontItem& rAsian, SvxFontItem& rComplex ) in GetDefaultFonts()
3822 SvxFontItem* aItemArr[ nItemCnt ] = { &rLatin, &rAsian, &rComplex }; in GetDefaultFonts()
3829 SvxFontItem* pItem = aItemArr[ n ]; in GetDefaultFonts()