Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx230 const SwRedline& rRed = *rTbl[ n ]; in FillRects() local
231 if( rRed.HasMark() && (nMode % 4 ) == rRed.GetType() && in FillRects()
232 nNm == rRed.GetAuthor() ) in FillRects()
236 pCrsr = new SwShellCrsr( *GetShell(), *rRed.GetPoint() ); in FillRects()
240 *pCrsr->GetPoint() = *rRed.GetPoint(); in FillRects()
241 *pCrsr->GetMark() = *rRed.GetMark(); in FillRects()

Completed in 11 milliseconds