Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-08-10 Thread Cedric Bosdonnat
Hello Troy, On Tue, 2011-07-12 at 19:15 +1000, Troy Rollo wrote: > On Tuesday 12 July 2011, Caolán McNamara wrote: > > This looks good, however what does it do :-) Set sane leading/trailing > > text/space defaults for a new list numbering level based on the previous > > one ? > > Implements the r

Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-07-12 Thread Troy Rollo
On Tuesday 12 July 2011, Caolán McNamara wrote: > This looks good, however what does it do :-) Set sane leading/trailing > text/space defaults for a new list numbering level based on the previous > one ? Implements the rules discussed in

Re: [Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-07-12 Thread Caolán McNamara
On Mon, 2011-07-11 at 23:02 +1000, Troy Rollo wrote: > --- > sw/inc/numrule.hxx| 10 ++- > sw/source/core/doc/number.cxx | 56 > ++--- > 2 files changed, 61 insertions(+), 5 deletions(-) This looks good, however what does it do :-) Set sane

[Libreoffice] [PATCH] Implement new rule for xref to numbered paragraphs

2011-07-11 Thread Troy Rollo
--- sw/inc/numrule.hxx| 10 ++- sw/source/core/doc/number.cxx | 56 ++--- 2 files changed, 61 insertions(+), 5 deletions(-) diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 26d0eff..392ac06 100644 --- a/sw/inc/numrule.hxx +++ b/sw/