Home
last modified time | relevance | path

Searched refs:GetEndInv (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dwrong.cxx199 if( nRet > GetBeginInv() && nChk < GetEndInv() ) in NextWrong()
279 if ( nEnd > GetEndInv() ) in _Invalidate()
467 pRet->SetInvalid( GetBeginInv(), GetEndInv() ); in SplitList()
500 Invalidate( pNext->GetBeginInv(), pNext->GetEndInv() ); in JoinList()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx220 inline xub_StrLen GetEndInv() const { return nEndInvalid; } in GetEndInv() function in SwWrongList
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1198 nEnd = pNode->GetWrong()->GetEndInv(); in _AutoSpell()
1363 nEnd = Min( pSmartTagList->GetEndInv(), (xub_StrLen)rText.getLength() ); in SmartTagScan()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1038 ( nLast == STRING_LEN || nLast < pWrongList->GetEndInv() ) ) in GetTextBoundary()
1040 nLast = nBegin > pWrongList->GetEndInv() in GetTextBoundary()
1041 ? pWrongList->GetEndInv() in GetTextBoundary()

Completed in 48 milliseconds