Searched refs:nChgStart (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 236 aPos = SwPosition( aNdIdx, SwIndex( pNode, nChgStart ) ); in lcl_CalculateRepaintRect() 244 nChgStart >= pStartFrm->GetFollow()->GetOfst() ) in lcl_CalculateRepaintRect() 1185 xub_StrLen nChgStart = STRING_LEN; 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() 1382 xub_StrLen nChgStart = STRING_LEN; in SmartTagScan() local 1385 … pSmartTagList->Fresh( nChgStart, nChgEnd, nBegin, nEnd - nBegin, nCurrentIndex, STRING_LEN ); in SmartTagScan()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 225 xub_StrLen &nChgStart, xub_StrLen &nChgEnd,
|
Completed in 23 milliseconds