Searched refs:nSentenceEnd (Results 1 – 3 of 3) sorted by relevance
103 void SwGrammarMarkUp::ClearGrammarList( xub_StrLen nSentenceEnd ) in ClearGrammarList() argument105 if( STRING_LEN == nSentenceEnd ) { in ClearGrammarList()109 } else if( GetBeginInv() <= nSentenceEnd ) { in ClearGrammarList()118 while( pLast != maSentence.end() && *pLast <= nSentenceEnd ) in ClearGrammarList()121 RemoveEntry( nStart, nSentenceEnd ); in ClearGrammarList()122 SetInvalid( nSentenceEnd + 1, STRING_LEN ); in ClearGrammarList()
1645 …xub_StrLen nSentenceEnd = (xub_StrLen)ModelToViewHelper::ConvertToViewPosition( pConversionMap, aG… in SpellSentence() local1647 if( aExpandText[nSentenceEnd - 1] == ' ' ) in SpellSentence()1648 --nSentenceEnd; in SpellSentence()1649 if( pCrsr->End()->nContent.GetIndex() < nSentenceEnd ) in SpellSentence()1652 pCrsr->End()->nNode.GetNode().GetCntntNode(), nSentenceEnd); in SpellSentence()
58 void ClearGrammarList( xub_StrLen nSentenceEnd = STRING_LEN );
Completed in 78 milliseconds