Lines Matching refs:SvxEmphasisMarkItem
154 TYPEINIT1_FACTORY(SvxEmphasisMarkItem, SfxUInt16Item, new SvxEmphasisMarkItem(EMPHASISMARK_NONE, 0)…
2966 SvxEmphasisMarkItem::SvxEmphasisMarkItem( const FontEmphasisMark nValue, in SvxEmphasisMarkItem() function in SvxEmphasisMarkItem
2974 SfxPoolItem* SvxEmphasisMarkItem::Clone( SfxItemPool * ) const in Clone()
2976 return new SvxEmphasisMarkItem( *this ); in Clone()
2981 SvStream& SvxEmphasisMarkItem::Store( SvStream& rStrm, in Store()
2990 SfxPoolItem* SvxEmphasisMarkItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
2994 return new SvxEmphasisMarkItem( (FontEmphasisMark)nValue, Which() ); in Create()
2999 SfxItemPresentation SvxEmphasisMarkItem::GetPresentation in GetPresentation()
3035 sal_Bool SvxEmphasisMarkItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
3062 sal_Bool SvxEmphasisMarkItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
3093 sal_uInt16 SvxEmphasisMarkItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()