Searched refs:GetBeginInv (Results 1 – 6 of 6) sorted by relevance
199 if( nRet > GetBeginInv() && nChk < GetEndInv() ) in NextWrong()200 nRet = nChk > GetBeginInv() ? nChk : GetBeginInv(); in NextWrong()277 if ( nBegin < GetBeginInv() ) in _Invalidate()325 if( STRING_LEN == GetBeginInv() ) in Move()338 if( STRING_LEN != GetBeginInv() ) in Move()426 if (STRING_LEN == GetBeginInv()) in Invalidate()467 pRet->SetInvalid( GetBeginInv(), GetEndInv() ); in SplitList()471 if( STRING_LEN == GetBeginInv() ) in SplitList()500 Invalidate( pNext->GetBeginInv(), pNext->GetEndInv() ); in JoinList()
109 } else if( GetBeginInv() <= nSentenceEnd ) { in ClearGrammarList()112 while( pIter != maSentence.end() && *pIter < GetBeginInv() ) in ClearGrammarList()
167 if( pWList->GetBeginInv() < STRING_LEN ) in commitStringMarkup()442 if( pWList->GetBeginInv() < STRING_LEN ) in commitMultiTextMarkup()447 bAcceptGrammarError = (xub_StrLen)aSentenceEnd.mnPos > pWList->GetBeginInv(); in commitMultiTextMarkup()
1195 nBegin = pNode->GetWrong()->GetBeginInv(); in _AutoSpell()1318 pNode->SetWrongDirty( STRING_LEN != pNode->GetWrong()->GetBeginInv() ); in _AutoSpell()1360 if ( pSmartTagList->GetBeginInv() != STRING_LEN ) in SmartTagScan()1362 nBegin = pSmartTagList->GetBeginInv(); in SmartTagScan()1442 pNode->SetSmartTagDirty( STRING_LEN != pSmartTagList->GetBeginInv() ); in SmartTagScan()
219 inline xub_StrLen GetBeginInv() const { return nBeginInvalid; } in GetBeginInv() function in SwWrongList
1037 if ( nBegin > pWrongList->GetBeginInv() && in GetTextBoundary()
Completed in 54 milliseconds