Home
last modified time | relevance | path

Searched refs:SfxHyphenRegionItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/items/
H A Doptitems.cxx43 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()
184 SfxHyphenRegionItem* pAttr = new SfxHyphenRegionItem( Which() ); in Create()
[all …]
/trunk/main/editeng/inc/editeng/
H A Doptitems.hxx71 class EDITENG_DLLPUBLIC SfxHyphenRegionItem: public SfxPoolItem class
79 SfxHyphenRegionItem( const sal_uInt16 nId );
80 SfxHyphenRegionItem( const SfxHyphenRegionItem& rItem );
98 inline SfxHyphenRegionItem& operator=( const SfxHyphenRegionItem& rNew ) in operator =()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1563 SfxHyphenRegionItem aHyphen( SID_ATTR_HYPHENREGION ); in CreateItemSet()
1748 const SfxHyphenRegionItem* pHyphenItem = (const SfxHyphenRegionItem*)pItem; in ApplyLanguageOptions()
H A Doptlingu.cxx1425 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 41 milliseconds