Searched refs:xDList (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/linguistic/source/ |
H A D | spelldsp.cxx | 293 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 16 milliseconds