Re: [patch] merge ParIterator with DocumentIterator

2004-03-27 Thread Alfredo Braunstein
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()) > +

Re: [patch] merge ParIterator with DocumentIterator

2004-03-27 Thread Alfredo Braunstein
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

Re: [patch] merge ParIterator with DocumentIterator

2004-03-27 Thread Andre Poenitz
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