Revision d311a96...

Go back to digest for 13th November 2011

Features in Office

Matus Uzak committed changes in [calligra] /:

libmsooxml: Added buSzPt/buSzTx and updated processing of the endParaRPr element.

* Fixed inheritance of relative and absolute bullet size.

* Updating selected ParagraphBulletProperties when a text style
is provided by the client to reflect the current state.

* Added support for buSzPt and buSzTx elements, which specify the
bullet size in points and to follow the text size respectively.
There was only support for buSzPct which specifies the bullet
size in percentage.

* Only process the font-size defined in the endParaRPr element in
case of empty paragraphs! This affects calculation of the
top/bottom paragraph margin and calculation of the width/height
attribute for picture bullets. Very positive improvements
proved with cstester.

File Changes

Modified 5 files
  •   filters/libmsooxml/MsooXmlCommonReaderDrawingMLImpl.h
  •   filters/libmsooxml/MsooXmlCommonReaderDrawingMLMethods.h
  •   filters/libmsooxml/MsooXmlUtils.cpp
  •   filters/libmsooxml/MsooXmlUtils.h
  •   filters/words/docx/DocxXmlDocumentReader.cpp
5 files changed in total