On Friday 29 of July 2011, Caolán McNamara wrote:
> On Thu, 2011-07-28 at 17:14 +0200, Lubos Lunak wrote:
> > > -// Find another way for hyperlinks
> > > -RunText( rInfos.pField->GetFieldName() );
> > > +String sExpand( rInfos.pField->ExpandField( true ) );
> > > +sE
On Thu, 2011-07-28 at 17:14 +0200, Lubos Lunak wrote:
> > -// Find another way for hyperlinks
> > -RunText( rInfos.pField->GetFieldName() );
> > +String sExpand( rInfos.pField->ExpandField( true ) );
> > +sExpand.SearchAndReplaceAll( 0x0A, 0x0B );
>
> This line loo
On Friday 22 of July 2011, Troy Rollo wrote:
> Prior to this patch, fields were being exported to docx file with the
> field value being the name of the field. This patch changes it to
> export the field value as the field value.
> ---
> sw/source/filter/ww8/docxattributeoutput.cxx |6 --
>
On Sat, 2011-07-23 at 00:18 +1000, Troy Rollo wrote:
> Prior to this patch, fields were being exported to docx file with the
> field value being the name of the field. This patch changes it to
> export the field value as the field value.
Ditto with this one. I'll CC Cedric and Lubos for review.
Prior to this patch, fields were being exported to docx file with the
field value being the name of the field. This patch changes it to
export the field value as the field value.
---
sw/source/filter/ww8/docxattributeoutput.cxx |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff