Home
last modified time | relevance | path

Searched refs:GetBeginInv (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwrong.cxx199 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()
H A DSwGrammarMarkUp.cxx109 } else if( GetBeginInv() <= nSentenceEnd ) { in ClearGrammarList()
112 while( pIter != maSentence.end() && *pIter < GetBeginInv() ) in ClearGrammarList()
/trunk/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx167 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()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1195 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()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx219 inline xub_StrLen GetBeginInv() const { return nBeginInvalid; } in GetBeginInv() function in SwWrongList
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1037 if ( nBegin > pWrongList->GetBeginInv() && in GetTextBoundary()

Completed in 57 milliseconds