Home
last modified time | relevance | path

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

/trunk/main/linguistic/source/
H A Dhyphdsp.cxx297 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in hyphenate()
299 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in hyphenate()
440 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in queryAlternativeSpelling()
442 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in queryAlternativeSpelling()
573 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in createPossibleHyphens()
575 xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale, in createPossibleHyphens()
H A Dhyphdsp.hxx78 GetDicList();
149 HyphenatorDispatcher::GetDicList() in GetDicList() function in HyphenatorDispatcher
H A Dspelldsp.hxx85 GetDicList();
147 SpellCheckerDispatcher::GetDicList() in GetDicList() function in SpellCheckerDispatcher
H A Dspelldsp.cxx462 GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in isValid_Impl()
681 if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() )) in spell_Impl()
682 xDList = Reference< XDictionaryList >( GetDicList(), UNO_QUERY ); in spell_Impl()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx952 return xDicList.is() ? xDicList : GetDicList(); in GetDictionaryList()
1055 uno::Reference< XDictionaryList > LinguMgr::GetDicList() in GetDicList() function in LinguMgr
/trunk/main/editeng/inc/editeng/
H A Dunolingu.hxx103 ::com::sun::star::linguistic2::XDictionaryList > GetDicList();