Home
last modified time | relevance | path

Searched refs:xChangeAll (Results 1 – 3 of 3) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dunolingu.cxx932 LinguMgr::xChangeAll = 0; in AtExit()
955 uno::Reference< XDictionary > LinguMgr::xChangeAll = 0; member in LinguMgr
1013 return xChangeAll.is() ? xChangeAll : GetChangeAll(); in GetChangeAllList()
1155 xChangeAll = uno::Reference< XDictionary > ( in GetChangeAll()
1161 return xChangeAll; in GetChangeAll()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1281 Reference<XDictionary> xChangeAll( SvxGetChangeAllList(), UNO_QUERY ); in ApplyChangeAllList_Impl() local
1282 if(!xChangeAll->getCount()) in ApplyChangeAllList_Impl()
1289 Reference<XDictionaryEntry> xEntry = xChangeAll->getEntry( aStart->sText ); in ApplyChangeAllList_Impl()
1700 Reference<XDictionary> xChangeAll( SvxGetChangeAllList(), UNO_QUERY ); in MarkNextError() local
1710 if(xChangeAll->getCount() && pSpellErrorDescription && in MarkNextError()
1711 (xEntry = xChangeAll->getEntry( pSpellErrorDescription->sErrorText )).is()) in MarkNextError()
/trunk/main/editeng/inc/editeng/
H A Dunolingu.hxx91 ::com::sun::star::linguistic2::XDictionary > xChangeAll;

Completed in 39 milliseconds