Searched refs:rRed (Results 1 – 1 of 1) sorted by relevance
230 const SwRedline& rRed = *rTbl[ n ]; in FillRects() local231 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 21 milliseconds