Home
last modified time | relevance | path

Searched refs:SfxSpellCheckItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/editeng/source/items/
H A Doptitems.cxx42 TYPEINIT1(SfxSpellCheckItem, SfxPoolItem);
47 SfxSpellCheckItem::SfxSpellCheckItem in SfxSpellCheckItem() function in SfxSpellCheckItem
60 SfxSpellCheckItem::SfxSpellCheckItem( const SfxSpellCheckItem& rItem ) : in SfxSpellCheckItem() function in SfxSpellCheckItem
69 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 ==()
/trunk/main/editeng/inc/editeng/
H A Doptitems.hxx41 class EDITENG_DLLPUBLIC SfxSpellCheckItem: public SfxPoolItem class
46 SfxSpellCheckItem( ::com::sun::star::uno::Reference<
49 SfxSpellCheckItem( const SfxSpellCheckItem& rItem );
/trunk/main/cui/source/options/
H A Doptlingu.cxx1211 const SfxSpellCheckItem* pItem = 0; in SvxLinguTabPage()
1219 pItem = (const SfxSpellCheckItem*)&(rSet.Get( GetWhich( SID_ATTR_SPELL ) ) ); in SvxLinguTabPage()
H A Dtreeopt.cxx1562 pRet->Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in CreateItemSet()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx590 aSet.Put(SfxSpellCheckItem( xSpell, SID_ATTR_SPELL )); in StartSpellOptDlg_Impl()

Completed in 331 milliseconds