Searched refs:eActLang (Results 1 – 2 of 2) sorted by relevance
935 LanguageType eActLang = aScanner.GetCurrentLanguage(); in Spell() local937 if( rWord.Len() > 0 && LANGUAGE_NONE != eActLang ) in Spell()941 SvxSpellWrapper::CheckSpellLang( pArgs->xSpeller, eActLang ); in Spell()942 pArgs->xSpellAlt = pArgs->xSpeller->spell( rWord, eActLang, in Spell()1205 LanguageType eActLang = pNode->GetLang( nBegin ); in _AutoSpell() local1208 pBreakIt->GetLocale( eActLang ), in _AutoSpell()1247 LanguageType eActLang = aScanner.GetCurrentLanguage(); in _AutoSpell() local1250 bSpell = xSpell.is() ? xSpell->hasLanguage( eActLang ) : sal_False; in _AutoSpell()1256 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 28 milliseconds