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.cxx243 sal_Bool SAL_CALL HyphenatorDispatcher::hasLocale(const Locale& rLocale) in hasLocale() function in HyphenatorDispatcher
326 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
365 if (xHyph.is() && xHyph->hasLocale( rLocale )) in hyphenate()
374 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in hyphenate()
464 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
503 if (xHyph.is() && xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
512 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in queryAlternativeSpelling()
597 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
636 if (xHyph.is() && xHyph->hasLocale( rLocale )) in createPossibleHyphens()
645 if (xHyph.is() && !xHyph->hasLocale( rLocale )) in createPossibleHyphens()
H A Dspelldsp.cxx200 bHasLanguage = pRef[k]->hasLocale( aTmpLocale ); in SvcListHasLanguage()
247 sal_Bool SAL_CALL SpellCheckerDispatcher::hasLocale( const Locale& rLocale ) in hasLocale() function in SpellCheckerDispatcher
363 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl()
426 if (xSpell.is() && xSpell->hasLocale( aLocale )) in isValid_Impl()
530 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl()
612 if (xSpell.is() && xSpell->hasLocale( aLocale )) in spell_Impl()
766 return hasLocale( aLocale ); in hasLanguage()
H A Dthesdsp.cxx62 bHasLanguage = pRef[k]->hasLocale( rLocale ); in SvcListHasLanguage()
107 ThesaurusDispatcher::hasLocale( const Locale& rLocale ) in hasLocale() function in ThesaurusDispatcher
160 if (pRef[i].is() && pRef[i]->hasLocale( rLocale )) in queryMeanings()
196 if (xThes.is() && xThes->hasLocale( rLocale )) in queryMeanings()
H A Dthesdsp.hxx87 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.cxx491 hasLocale( const ::com::sun::star::lang::Locale& rLocale );
564 ThesDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() function in ThesDummy_Impl
569 return xThes->hasLocale( rLocale ); in hasLocale()
715 hasLocale( const ::com::sun::star::lang::Locale& rLocale );
766 HyphDummy_Impl::hasLocale( const lang::Locale& rLocale ) in hasLocale() function in HyphDummy_Impl
771 bRes = xHyph->hasLocale( rLocale ); in hasLocale()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx112 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in SpellChecker
177 if (!hasLocale( rLocale )) in isValid()
281 if (!hasLocale( rLocale )) in spell()
H A Dsspellimp.hxx95 hasLocale( const Locale& rLocale );
/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/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx209 sal_Bool SAL_CALL MacSpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in MacSpellChecker
300 if (!hasLocale( rLocale )) in isValid()
413 if (!hasLocale( rLocale )) in spell()
H A Dmacspellimp.hxx108 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale );
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx273 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in SpellChecker
390 if (!hasLocale( rLocale )) in isValid()
513 if (!hasLocale( rLocale )) in spell()
H A Dsspellimp.hxx97 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale );
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx281 sal_Bool SAL_CALL Thesaurus::hasLocale(const Locale& rLocale) in hasLocale() function in Thesaurus
324 if (!hasLocale( rLocale )) in queryMeanings()
H A Dnthesimp.hxx115 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale );
/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/editeng/inc/editeng/
H A DUnoForbiddenCharsTable.hxx58 virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale );
/trunk/main/sc/source/ui/app/
H A Dscmod2.cxx93 bHasLang = xThes->hasLocale( aLocale ); in HasThesaurusLanguage()
/trunk/main/editeng/source/uno/
H A DUnoForbiddenCharsTable.cxx130 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/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.hxx107 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale );

12