Searched refs:SfxHyphenRegionItem (Results 1 – 4 of 4) sorted by relevance
43 TYPEINIT1(SfxHyphenRegionItem, SfxPoolItem);111 SfxHyphenRegionItem::SfxHyphenRegionItem( const sal_uInt16 nId ) : in SfxHyphenRegionItem() function in SfxHyphenRegionItem120 SfxHyphenRegionItem::SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem ) : in SfxHyphenRegionItem() function in SfxHyphenRegionItem131 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()184 SfxHyphenRegionItem* pAttr = new SfxHyphenRegionItem( Which() ); in Create()[all …]
71 class EDITENG_DLLPUBLIC SfxHyphenRegionItem: public SfxPoolItem class79 SfxHyphenRegionItem( const sal_uInt16 nId );80 SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem );98 inline SfxHyphenRegionItem& operator=( const SfxHyphenRegionItem& rNew ) in operator =()
1563 SfxHyphenRegionItem aHyphen( SID_ATTR_HYPHENREGION ); in CreateItemSet()1748 const SfxHyphenRegionItem* pHyphenItem = (const SfxHyphenRegionItem*)pItem; in ApplyLanguageOptions()
1425 SfxHyphenRegionItem aHyp( GetWhich( SID_ATTR_HYPHENREGION ) ); in FillItemSet()1616 const SfxHyphenRegionItem *pHyp = NULL; in Reset()1619 pHyp = &( (const SfxHyphenRegionItem &) rSet.Get( nWhich ) ); in Reset()
Completed in 43 milliseconds