Home
last modified time | relevance | path

Searched refs:hasLocale (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/linguistic/source/
H A Dhyphdsp.cxx244 sal_Bool SAL_CALL HyphenatorDispatcher::hasLocale(const Locale& rLocale) in hasLocale() function in HyphenatorDispatcher
329 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
368 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
377 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in hyphenate()
468 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
507 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
516 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
602 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
641 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
650 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in createPossibleHyphens()
H A Dspelldsp.cxx200 bHasLanguage = pRef[k]->hasLocale( aTmpLocale ); in SvcListHasLanguage()
248 sal_Bool SAL_CALL SpellCheckerDispatcher::hasLocale( const Locale& rLocale ) in hasLocale() function in SpellCheckerDispatcher
368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
431 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl()
536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
618 if (xSpell.is() && xSpell->hasLocale( aLocale )) in spell_Impl()
774 return hasLocale( aLocale ); in hasLanguage()
H A Dthesdsp.cxx62 bHasLanguage = pRef[k]->hasLocale( rLocale ); in SvcListHasLanguage()
108 ThesaurusDispatcher::hasLocale( const Locale& rLocale ) in hasLocale() function in ThesaurusDispatcher
163 if (pRef[i].is() && pRef[i]->hasLocale( rLocale )) in queryMeanings()
199 if (xThes.is() && xThes->hasLocale( rLocale )) in queryMeanings()
H A Dthesdsp.hxx88 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java192 public boolean hasLocale( Locale aLocale ) in hasLocale() method in SampleHyphenator
216 if (!hasLocale( aLocale )) in hyphenate()
297 if (!hasLocale( aLocale )) in queryAlternativeSpelling()
346 if (!hasLocale( aLocale )) in createPossibleHyphens()
H A DSampleSpellChecker.java268 public boolean hasLocale( Locale aLocale ) in hasLocale() method in SampleSpellChecker
293 if (!hasLocale( aLocale )) in isValid()
332 if (!hasLocale( aLocale )) in spell()
H A DSampleThesaurus.java150 public boolean hasLocale( Locale aLocale ) in hasLocale() method in SampleThesaurus
173 if (!hasLocale( aLocale )) in queryMeanings()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx492 hasLocale( const ::com::sun::star::lang::Locale& rLocale )
569 ThesDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() function in ThesDummy_Impl
575 return xThes->hasLocale( rLocale ); in hasLocale()
736 hasLocale( const ::com::sun::star::lang::Locale& rLocale )
795 HyphDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() function in HyphDummy_Impl
801 bRes = xHyph->hasLocale( rLocale ); in hasLocale()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XSupportedLocales.java73 res &= oObj.hasLocale(locales[i]); in _hasLocale()
78 res &= !oObj.hasLocale(invalid); in _hasLocale()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx113 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in SpellChecker
180 if (!hasLocale( rLocale )) in isValid()
285 if (!hasLocale( rLocale )) in spell()
H A Dsspellimp.hxx96 hasLocale( const Locale& rLocale )
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx210 sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in MacSpellChecker
303 if (!hasLocale( rLocale )) in isValid()
417 if (!hasLocale( rLocale )) in spell()
H A Dmacspellimp.hxx108 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx274 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in SpellChecker
393 if (!hasLocale( rLocale )) in isValid()
517 if (!hasLocale( rLocale )) in spell()
H A Dsspellimp.hxx97 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx282 sal_Bool SAL_CALL Thesaurus::hasLocale(const Locale& rLocale) in hasLocale() function in Thesaurus
327 if (!hasLocale( rLocale )) in queryMeanings()
H A Dnthesimp.hxx115 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/lnn/
H A Dcom.sun.star.lingu2.Thesaurus.csv9 "Thesaurus";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
H A Dcom.sun.star.lingu2.SpellChecker.csv9 "SpellChecker";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
H A Dcom.sun.star.lingu2.Hyphenator.csv12 "Hyphenator";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx93 bHasLang = xThes->hasLocale( aLocale ); in HasThesaurusLanguage()
/trunk/main/editeng/inc/editeng/
H A DUnoForbiddenCharsTable.hxx58 …virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale ) throw (::com:…
/trunk/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx135 sal_Bool SAL_CALL SvxUnoForbiddenCharsTable::hasLocale( const Locale& aLocale ) in hasLocale() function in SvxUnoForbiddenCharsTable
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx656 !xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( aLocale )) in GetState()
766 … if (!xThes.is() || nLang == LANGUAGE_NONE || !xThes->hasLocale( SvxCreateLocale( nLang ) )) in GetState()
/trunk/main/sfx2/source/menu/
H A Dthessubmenu.cxx165 return m_xThesarus.is() && m_xThesarus->hasLocale( rLocale ); in IsSupportedLocale()

Completed in 91 milliseconds

12