Lines Matching refs:ROp
6009 ROp, PrevROp: IReplaceOp;
6020 if (not Supports(Op, IReplaceOp, ROp)) then
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);
6051 + ROp.ToString + ' overlap with previous ' + PrevROp.ToString);
6084 Rop := PrevReplaces[J] as IReplaceOp;
6085 if (IOp.Index = ROp.Index) then
6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6093 + IOp.ToString + ' within boundaries of previous ' + ROp.ToString);