| 574 | } |
| 575 | |
| 576 | LineType DiffTextWindow::getNofLines() const |
| 577 | { |
| 578 | return static_cast<LineType>(d->m_bWordWrap ? d->m_diff3WrapLineVector.size() : d->getDiff3LineVector()->size()); |
| 579 | } |
| 580 | |
| 581 | LineType DiffTextWindow::convertLineToDiff3LineIdx(const LineRef line) const |
| 582 | { |
no test coverage detected