| 1650 | *************************************************************************/ |
| 1651 | |
| 1652 | WERD_RES *PAGE_RES_IT::forward_paragraph() { |
| 1653 | while (block_res == next_block_res && |
| 1654 | (next_row_res != NULL && next_row_res->row != NULL && |
| 1655 | row_res->row->para() == next_row_res->row->para())) { |
| 1656 | internal_forward(false, true); |
| 1657 | } |
| 1658 | return internal_forward(false, true); |
| 1659 | } |
| 1660 | |
| 1661 | /************************************************************************* |
| 1662 | * PAGE_RES_IT::forward_block |
no test coverage detected