Home
last modified time | relevance | path

Searched refs:nSentenceEnd (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A DSwGrammarMarkUp.cxx103 void SwGrammarMarkUp::ClearGrammarList( xub_StrLen nSentenceEnd ) in ClearGrammarList() argument
105 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()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1645 …xub_StrLen nSentenceEnd = (xub_StrLen)ModelToViewHelper::ConvertToViewPosition( pConversionMap, aG… in SpellSentence() local
1647 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()
/trunk/main/sw/source/core/inc/
H A DSwGrammarMarkUp.hxx58 void ClearGrammarList( xub_StrLen nSentenceEnd = STRING_LEN );

Completed in 21 milliseconds