Lines Matching refs:aScanner

926         SwScanner aScanner( *this, m_Text, 0, 0,  in Spell()  local
929 while( !pArgs->xSpellAlt.is() && aScanner.NextWord() ) in Spell()
931 const XubString& rWord = aScanner.GetWord(); in Spell()
935 LanguageType eActLang = aScanner.GetCurrentLanguage(); in Spell()
947 if( IsSymbol( aScanner.GetBegin() ) ) in Spell()
969 pArgs->pStartIdx->Assign(this, aScanner.GetEnd() - nRight ); in Spell()
970 pArgs->pEndIdx->Assign(this, aScanner.GetBegin() + nLeft ); in Spell()
1236 SwScanner aScanner( *pNode, pNode->GetTxt(), 0, 0, in _AutoSpell() local
1239 while( aScanner.NextWord() ) in _AutoSpell()
1241 const XubString& rWord = aScanner.GetWord(); in _AutoSpell()
1242 nBegin = aScanner.GetBegin(); in _AutoSpell()
1243 xub_StrLen nLen = aScanner.GetLen(); in _AutoSpell()
1247 LanguageType eActLang = aScanner.GetCurrentLanguage(); in _AutoSpell()
1480 SwScanner aScanner( *pNode, pNode->GetTxt(), 0, 0, in CollectAutoCmplWrds() local
1482 while( aScanner.NextWord() ) in CollectAutoCmplWrds()
1484 nBegin = aScanner.GetBegin(); in CollectAutoCmplWrds()
1485 nLen = aScanner.GetLen(); in CollectAutoCmplWrds()
1488 const XubString& rWord = aScanner.GetWord(); in CollectAutoCmplWrds()
2008 SwScanner aScanner( *this, aScannerText, 0, pConversionMap, in CountWords() local
2014 while ( aScanner.NextWord() ) in CountWords()
2016 if ( aScanner.GetLen() > 1 || in CountWords()
2017 … CH_TXTATR_BREAKWORD != aScriptText.match(aBreakWord, aScanner.GetBegin() ) ) in CountWords()
2039 SwScanner aScanner( *this, aNumString, &aLanguage, 0, in CountWords() local
2043 while ( aScanner.NextWord() ) in CountWords()