Searched refs:SfxSpellCheckItem (Results 1 – 5 of 5) sorted by relevance
42 TYPEINIT1(SfxSpellCheckItem, SfxPoolItem);47 SfxSpellCheckItem::SfxSpellCheckItem in SfxSpellCheckItem() function in SfxSpellCheckItem60 SfxSpellCheckItem::SfxSpellCheckItem( const SfxSpellCheckItem& rItem ) : in SfxSpellCheckItem() function in SfxSpellCheckItem69 SfxItemPresentation SfxSpellCheckItem::GetPresentation in GetPresentation()96 SfxPoolItem* SfxSpellCheckItem::Clone( SfxItemPool* ) const in Clone()98 return new SfxSpellCheckItem( *this ); in Clone()103 int SfxSpellCheckItem::operator==( const SfxPoolItem& rItem ) const in operator ==()106 return ( xSpellCheck == ( (const SfxSpellCheckItem& )rItem ).GetXSpellChecker() ); in operator ==()
41 class EDITENG_DLLPUBLIC SfxSpellCheckItem: public SfxPoolItem class46 SfxSpellCheckItem( ::com::sun::star::uno::Reference<49 SfxSpellCheckItem( const SfxSpellCheckItem& rItem );
1211 const SfxSpellCheckItem* pItem = 0; in SvxLinguTabPage()1219 pItem = (const SfxSpellCheckItem*)&(rSet.Get( GetWhich( SID_ATTR_SPELL ) ) ); in SvxLinguTabPage()
1562 pRet->Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in CreateItemSet()
590 aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in StartSpellOptDlg_Impl()
Completed in 83 milliseconds