Lines Matching refs:SvxCharReliefItem
159 TYPEINIT1_FACTORY(SvxCharReliefItem, SfxEnumItem, new SvxCharReliefItem(RELIEF_NONE, 0));
3496 SvxCharReliefItem::SvxCharReliefItem( FontRelief eValue, in SvxCharReliefItem() function in SvxCharReliefItem
3502 SfxPoolItem* SvxCharReliefItem::Clone( SfxItemPool * ) const in Clone()
3504 return new SvxCharReliefItem( *this ); in Clone()
3507 SfxPoolItem* SvxCharReliefItem::Create(SvStream & rStrm, sal_uInt16) const in Create()
3511 return new SvxCharReliefItem( (FontRelief)nVal, Which() ); in Create()
3514 SvStream& SvxCharReliefItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store()
3521 sal_uInt16 SvxCharReliefItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion()
3526 String SvxCharReliefItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
3533 sal_uInt16 SvxCharReliefItem::GetValueCount() const in GetValueCount()
3538 SfxItemPresentation SvxCharReliefItem::GetPresentation in GetPresentation()
3564 sal_Bool SvxCharReliefItem::PutValue( const com::sun::star::uno::Any& rVal, in PutValue()
3589 sal_Bool SvxCharReliefItem::QueryValue( com::sun::star::uno::Any& rVal, in QueryValue()