Andre Poenitz wrote:
> +void DocumentIterator::forwardPar()
> +{
> + while (true) {
> + size_t old_depth = depth();
> + idx_type old_idx = idx();
> + par_type old_par = par();
> +
> + forwardPos();
> +
> + if (empty())
> +
Andre Poenitz wrote:
> On Sat, Mar 27, 2004 at 04:14:48PM +0100, Alfredo Braunstein wrote:
>> This is the merge of paritertator with dociterator, allowing pariterator
>> to go into math-text insets etc.
>>
>> + const correctness of InsetText::paragraphs
>> + 12 files changed, 145 insertions(+), 3
On Sat, Mar 27, 2004 at 04:14:48PM +0100, Alfredo Braunstein wrote:
> This is the merge of paritertator with dociterator, allowing pariterator to
> go into math-text insets etc.
>
> + const correctness of InsetText::paragraphs
> + 12 files changed, 145 insertions(+), 358 deletions(-)
+void Docum