Lines Matching refs:SvxPostureItem
131 TYPEINIT1_FACTORY(SvxPostureItem, SfxEnumItem, new SvxPostureItem(ITALIC_NONE, 0));
497 SvxPostureItem::SvxPostureItem( const FontItalic ePosture, const sal_uInt16 nId ) : in SvxPostureItem() function in SvxPostureItem
504 SfxPoolItem* SvxPostureItem::Clone( SfxItemPool * ) const in Clone()
506 return new SvxPostureItem( *this ); in Clone()
511 sal_uInt16 SvxPostureItem::GetValueCount() const in GetValueCount()
518 SvStream& SvxPostureItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store()
526 SfxPoolItem* SvxPostureItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
530 return new SvxPostureItem( (const FontItalic)nPosture, Which() ); in Create()
535 SfxItemPresentation SvxPostureItem::GetPresentation in GetPresentation()
559 XubString SvxPostureItem::GetValueTextByPos( sal_uInt16 nPos ) const in GetValueTextByPos()
584 sal_Bool SvxPostureItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
602 sal_Bool SvxPostureItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
629 int SvxPostureItem::HasBoolValue() const in HasBoolValue()
636 sal_Bool SvxPostureItem::GetBoolValue() const in GetBoolValue()
643 void SvxPostureItem::SetBoolValue( sal_Bool bVal ) in SetBoolValue()