Lines Matching refs:SvxHyphenZoneItem
90 TYPEINIT1_FACTORY(SvxHyphenZoneItem, SfxPoolItem, new SvxHyphenZoneItem(sal_False, 0));
698 SvxHyphenZoneItem::SvxHyphenZoneItem( const sal_Bool bHyph, const sal_uInt16 nId ) : in SvxHyphenZoneItem() function in SvxHyphenZoneItem
708 sal_Bool SvxHyphenZoneItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
730 sal_Bool SvxHyphenZoneItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
760 int SvxHyphenZoneItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
764 return ( (((SvxHyphenZoneItem&)rAttr).bHyphen == bHyphen) in operator ==()
765 && (((SvxHyphenZoneItem&)rAttr).bPageEnd == bPageEnd) in operator ==()
766 && (((SvxHyphenZoneItem&)rAttr).nMinLead == nMinLead) in operator ==()
767 && (((SvxHyphenZoneItem&)rAttr).nMinTrail == nMinTrail) in operator ==()
768 && (((SvxHyphenZoneItem&)rAttr).nMaxHyphens == nMaxHyphens) ); in operator ==()
773 SfxPoolItem* SvxHyphenZoneItem::Clone( SfxItemPool * ) const in Clone()
775 return new SvxHyphenZoneItem( *this ); in Clone()
780 SfxItemPresentation SvxHyphenZoneItem::GetPresentation in GetPresentation()
845 SfxPoolItem* SvxHyphenZoneItem::Create(SvStream& rStrm, sal_uInt16) const in Create()
850 SvxHyphenZoneItem* pAttr = new SvxHyphenZoneItem( sal_False, Which() ); in Create()
861 SvStream& SvxHyphenZoneItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()