Lines Matching refs:SfxHyphenRegionItem
43 TYPEINIT1(SfxHyphenRegionItem, SfxPoolItem);
111 SfxHyphenRegionItem::SfxHyphenRegionItem( const sal_uInt16 nId ) : in SfxHyphenRegionItem() function in SfxHyphenRegionItem
120 SfxHyphenRegionItem::SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem ) : in SfxHyphenRegionItem() function in SfxHyphenRegionItem
131 int SfxHyphenRegionItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
135 return ( ( ( (SfxHyphenRegionItem&)rAttr ).nMinLead == nMinLead ) && in operator ==()
136 ( ( (SfxHyphenRegionItem&)rAttr ).nMinTrail == nMinTrail ) ); in operator ==()
141 SfxPoolItem* SfxHyphenRegionItem::Clone( SfxItemPool* ) const in Clone()
143 return new SfxHyphenRegionItem( *this ); in Clone()
148 SfxItemPresentation SfxHyphenRegionItem::GetPresentation in GetPresentation()
180 SfxPoolItem* SfxHyphenRegionItem::Create(SvStream& rStrm, sal_uInt16 ) const in Create()
184 SfxHyphenRegionItem* pAttr = new SfxHyphenRegionItem( Which() ); in Create()
192 SvStream& SfxHyphenRegionItem::Store( SvStream& rStrm, sal_uInt16 ) const in Store()