Searched refs:nChgEnd (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 200 static SwRect lcl_CalculateRepaintRect( SwTxtFrm& rTxtFrm, xub_StrLen nChgStart, xub_StrLen nChgEnd… in lcl_CalculateRepaintRect() argument 207 SwPosition aPos( aNdIdx, SwIndex( pNode, nChgEnd ) ); in lcl_CalculateRepaintRect() 217 nChgEnd >= pEndFrm->GetFollow()->GetOfst() ) in lcl_CalculateRepaintRect() 248 nChgEnd >= pEndFrm->GetFollow()->GetOfst() ) in lcl_CalculateRepaintRect() 1186 xub_StrLen nChgEnd = 0; in _AutoSpell() local 1273 if( pNode->GetWrong()->Fresh( nChgStart, nChgEnd, in _AutoSpell() 1306 pNode->GetWrong()->Fresh( nChgStart, nChgEnd, in _AutoSpell() 1312 if( nChgStart < nChgEnd ) in _AutoSpell() 1314 aRect = lcl_CalculateRepaintRect( *this, nChgStart, nChgEnd ); in _AutoSpell() 1383 xub_StrLen nChgEnd = 0; in SmartTagScan() local [all …]
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 225 xub_StrLen &nChgStart, xub_StrLen &nChgEnd,
|
Completed in 24 milliseconds