Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dspelldsp.cxx293 Reference< XDictionaryList > xDList( GetDictionaryList() ); in lcl_GetRulingDictionaryEntry() local
294 Reference< XDictionaryEntry > xNegEntry( SearchDicList( xDList, in lcl_GetRulingDictionaryEntry()
300 Reference< XDictionaryEntry > xPosEntry( SearchDicList( xDList, in lcl_GetRulingDictionaryEntry()
686 Reference< XDictionaryList > xDList; in spell_Impl() local
688 xDList = Reference< XDictionaryList >( GetDicList(), UNO_QUERY ); in spell_Impl()
691 if (bCheckDics && xDList.is()) in spell_Impl()
705 !SearchDicList( xDList, aAddRplcTxt, nLanguage, sal_False, sal_True ).is()) in spell_Impl()
723 SearchSimilarText( aChkWord, nLanguage, xDList, aDicListProps ); in spell_Impl()
729 if (bCheckDics && xDList.is()) in spell_Impl()
730 SeqRemoveNegEntries( aProposals, xDList, nLanguage ); in spell_Impl()

Completed in 19 milliseconds