Searched refs:eActLang (Results 1 – 2 of 2) sorted by relevance
941 LanguageType eActLang = aScanner.GetCurrentLanguage(); in Spell() local943 if( rWord.Len() > 0 && LANGUAGE_NONE != eActLang ) in Spell()947 SvxSpellWrapper::CheckSpellLang( pArgs->xSpeller, eActLang ); in Spell()948 pArgs->xSpellAlt = pArgs->xSpeller->spell( rWord, eActLang, in Spell()1211 LanguageType eActLang = pNode->GetLang( nBegin ); in _AutoSpell() local1214 pBreakIt->GetLocale( eActLang ), in _AutoSpell()1253 LanguageType eActLang = aScanner.GetCurrentLanguage(); in _AutoSpell() local1256 bSpell = xSpell.is() ? xSpell->hasLanguage( eActLang ) : sal_False; in _AutoSpell()1262 if( !xSpell->isValid( rWord, eActLang, Sequence< PropertyValue >() ) ) in _AutoSpell()
1031 LanguageType eActLang = (LanguageType)pNode->GetLang( nBegin, nLen ); in GetCorrection() local1032 if( xSpell->hasLanguage( eActLang )) in GetCorrection()1049 xSpellAlt = xSpell->spell( aWord, eActLang, aPropVals ); in GetCorrection()
Completed in 32 milliseconds