Searched refs:hasLanguage (Results 1 – 11 of 11) sorted by relevance
630 hasLanguage( sal_Int16 nLanguage )676 SpellDummy_Impl::hasLanguage( sal_Int16 nLanguage ) in hasLanguage() function in SpellDummy_Impl682 bRes = xSpell->hasLanguage( nLanguage ); in hasLanguage()
223 if (xSpell.is() && xSpell->hasLanguage( nLang )) in CheckSpellLang()
53 bool hasLanguage() const { return (maLang.rgch[0] != '\0'); } in hasLanguage() function in grutils::GrFeatureParser
48 boolean hasLanguage( [in] short nLanguage );
128 if (mpFeatures && mpFeatures->hasLanguage()) in getLanguage()
115 …virtual ::sal_Bool SAL_CALL hasLanguage( ::sal_Int16 nLanguage ) throw (::com::sun::star::uno::Run…
768 sal_Bool SAL_CALL SpellCheckerDispatcher::hasLanguage( in hasLanguage() function in SpellCheckerDispatcher
182 if (xSpell->hasLanguage( nTmpLang ) && in lcl_CheckLanguage()
1032 if( xSpell->hasLanguage( eActLang )) in GetCorrection()
151 if (xSpell->hasLanguage( nTmpLang ) && in DBG_NAME()
1256 bSpell = xSpell.is() ? xSpell->hasLanguage( eActLang ) : sal_False; in _AutoSpell()
Completed in 111 milliseconds