/aoo41x/main/linguistic/source/ |
H A D | hyphdsp.cxx | 244 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 D | spelldsp.cxx | 200 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 D | thesdsp.cxx | 62 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 D | thesdsp.hxx | 88 hasLocale( const ::com::sun::star::lang::Locale& aLocale )
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/ |
H A D | SampleHyphenator.java | 192 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 D | SampleSpellChecker.java | 268 public boolean hasLocale( Locale aLocale ) in hasLocale() method in SampleSpellChecker 293 if (!hasLocale( aLocale )) in isValid() 332 if (!hasLocale( aLocale )) in spell()
|
H A D | SampleThesaurus.java | 150 public boolean hasLocale( Locale aLocale ) in hasLocale() method in SampleThesaurus 173 if (!hasLocale( aLocale )) in queryMeanings()
|
/aoo41x/main/editeng/source/misc/ |
H A D | unolingu.cxx | 492 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XSupportedLocales.java | 73 res &= oObj.hasLocale(locales[i]); in _hasLocale() 78 res &= !oObj.hasLocale(invalid); in _hasLocale()
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 113 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 D | sspellimp.hxx | 96 hasLocale( const Locale& rLocale )
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 210 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 D | macspellimp.hxx | 106 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 248 sal_Bool SAL_CALL SpellChecker::hasLocale(const Locale& rLocale) in hasLocale() function in SpellChecker 367 if (!hasLocale( rLocale )) in isValid() 495 if (!hasLocale( rLocale )) in spell()
|
H A D | sspellimp.hxx | 98 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
|
/aoo41x/main/qadevOOo/objdsc/lnn/ |
H A D | com.sun.star.lingu2.Thesaurus.csv | 9 "Thesaurus";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
|
H A D | com.sun.star.lingu2.SpellChecker.csv | 9 "SpellChecker";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
|
H A D | com.sun.star.lingu2.Hyphenator.csv | 12 "Hyphenator";"com::sun::star::linguistic2::XSupportedLocales";"hasLocale()"
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 282 sal_Bool SAL_CALL Thesaurus::hasLocale(const Locale& rLocale) in hasLocale() function in Thesaurus 327 if (!hasLocale( rLocale )) in queryMeanings()
|
H A D | nthesimp.hxx | 116 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
|
/aoo41x/main/sc/source/ui/app/ |
H A D | scmod2.cxx | 93 bHasLang = xThes->hasLocale( aLocale ); in HasThesaurusLanguage()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | UnoForbiddenCharsTable.hxx | 58 …virtual sal_Bool SAL_CALL hasLocale( const ::com::sun::star::lang::Locale& aLocale ) throw (::com:…
|
/aoo41x/main/editeng/source/uno/ |
H A D | UnoForbiddenCharsTable.cxx | 135 sal_Bool SAL_CALL SvxUnoForbiddenCharsTable::hasLocale( const Locale& aLocale ) in hasLocale() function in SvxUnoForbiddenCharsTable
|
/aoo41x/main/sfx2/source/menu/ |
H A D | thessubmenu.cxx | 165 return m_xThesarus.is() && m_xThesarus->hasLocale( rLocale ); in IsSupportedLocale()
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.hxx | 108 virtual sal_Bool SAL_CALL hasLocale( const Locale& rLocale ) throw(RuntimeException);
|