Lines Matching refs:SvxWeightItem
132 TYPEINIT1_FACTORY(SvxWeightItem, SfxEnumItem, new SvxWeightItem(WEIGHT_NORMAL, 0));
650 SvxWeightItem::SvxWeightItem( const FontWeight eWght, const sal_uInt16 nId ) : in SvxWeightItem() function in SvxWeightItem
659 int SvxWeightItem::HasBoolValue() const in HasBoolValue()
666 sal_Bool SvxWeightItem::GetBoolValue() const in GetBoolValue()
673 void SvxWeightItem::SetBoolValue( sal_Bool bVal ) in SetBoolValue()
680 sal_uInt16 SvxWeightItem::GetValueCount() const in GetValueCount()
687 SfxPoolItem* SvxWeightItem::Clone( SfxItemPool * ) const in Clone()
689 return new SvxWeightItem( *this ); in Clone()
694 SvStream& SvxWeightItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
702 SfxPoolItem* SvxWeightItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
706 return new SvxWeightItem( (FontWeight)nWeight, Which() ); in Create()
711 SfxItemPresentation SvxWeightItem::GetPresentation in GetPresentation()
735 XubString SvxWeightItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
744 sal_Bool SvxWeightItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
764 sal_Bool SvxWeightItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()