[libstaroffice] branch master updated (247bc47 -> 0afe640)

Rene Engelhard rene at moszumanska.debian.org
Wed Feb 22 12:25:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a change to branch master
in repository libstaroffice.

      from  247bc47   changelog for 0.0.2-3
       new  4a8006b   New upstream version 0.0.3
       new  0f2ca7c   Merge tag 'upstream/0.0.3'
       new  0afe640   changelog for 0.0.3-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                          |  170 +++
 NEWS                                               |    8 +
 build/win32/libstaroffice.dsp                      |   16 +
 build/win32/libstaroffice.vcproj                   |   20 +
 build/win32/libstaroffice.vcxproj                  |   10 +
 configure                                          |   26 +-
 configure.ac                                       |    2 +-
 debian/changelog                                   |    6 +
 inc/libstaroffice/libstaroffice.hxx                |    7 +-
 src/lib/._StarItemPool.cxx                         |  Bin 171 -> 0 bytes
 src/lib/._StarObjectDraw.cxx                       |  Bin 171 -> 0 bytes
 src/lib/Makefile.am                                |    4 +
 src/lib/Makefile.in                                |   52 +-
 src/lib/SDAParser.cxx                              |   61 +-
 src/lib/SDAParser.hxx                              |    6 +-
 src/lib/SDGParser.cxx                              |    4 +-
 src/lib/STOFFCell.cxx                              |    8 +-
 src/lib/STOFFCellStyle.cxx                         |    2 +-
 src/lib/STOFFDocument.cxx                          |   32 +-
 src/lib/STOFFFont.cxx                              |    6 +
 src/lib/STOFFFont.hxx                              |    2 +
 src/lib/{STOFFSection.cxx => STOFFFrameStyle.cxx}  |   30 +-
 .../{STOFFCellStyle.hxx => STOFFFrameStyle.hxx}    |   24 +-
 src/lib/STOFFGraphicListener.cxx                   |  410 +++++--
 src/lib/STOFFGraphicListener.hxx                   |   16 +-
 src/lib/STOFFGraphicStyle.cxx                      |   23 +
 src/lib/STOFFGraphicStyle.hxx                      |    6 +-
 src/lib/STOFFListener.hxx                          |    2 +
 src/lib/STOFFOLEParser.cxx                         |   10 +
 src/lib/STOFFOLEParser.hxx                         |    7 +-
 src/lib/STOFFPageSpan.hxx                          |    2 +-
 src/lib/STOFFParagraph.cxx                         |    1 +
 src/lib/STOFFParagraph.hxx                         |    4 +-
 src/lib/STOFFParser.cxx                            |   10 +
 src/lib/STOFFParser.hxx                            |    6 +-
 src/lib/STOFFSection.hxx                           |    2 +-
 src/lib/STOFFSpreadsheetListener.cxx               |   56 +-
 src/lib/STOFFSpreadsheetListener.hxx               |    4 +-
 src/lib/STOFFTable.cxx                             |  369 +------
 src/lib/STOFFTable.hxx                             |  131 +--
 src/lib/STOFFTextListener.cxx                      |   37 +-
 src/lib/STOFFTextListener.hxx                      |    2 +
 src/lib/StarAttribute.cxx                          |   14 +-
 src/lib/StarBitmap.cxx                             |   18 +-
 src/lib/StarCellAttribute.cxx                      |   22 +-
 src/lib/StarCellFormula.cxx                        |    9 +-
 src/lib/StarCharAttribute.cxx                      |    4 +-
 src/lib/StarFileManager.cxx                        |   73 +-
 src/lib/StarFormatManager.cxx                      |   32 +-
 src/lib/StarFormatManager.hxx                      |    6 +
 src/lib/StarFrameAttribute.cxx                     | 1136 ++++++++++++++++++++
 ...tarPageAttribute.hxx => StarFrameAttribute.hxx} |   12 +-
 src/lib/StarGraphicAttribute.cxx                   |  482 +--------
 src/lib/StarGraphicStruct.cxx                      |   56 +-
 src/lib/StarItem.hxx                               |    4 +-
 src/lib/StarItemPool.cxx                           |  102 +-
 src/lib/StarLayout.cxx                             |   51 +-
 src/lib/StarObject.cxx                             |  210 +++-
 src/lib/StarObject.hxx                             |    4 +-
 src/lib/StarObjectChart.cxx                        |   15 +-
 src/lib/StarObjectDraw.cxx                         |    4 +-
 src/lib/StarObjectNumericRuler.cxx                 |   10 +-
 src/lib/StarObjectSmallGraphic.cxx                 |   26 +-
 src/lib/StarObjectSmallText.cxx                    |    4 +-
 src/lib/StarObjectSpreadsheet.cxx                  |   18 +-
 src/lib/StarObjectText.cxx                         |  117 +-
 src/lib/StarObjectText.hxx                         |    3 +-
 src/lib/StarParagraphAttribute.cxx                 |  358 +-----
 src/lib/StarState.cxx                              |    1 +
 src/lib/StarState.hxx                              |   23 +-
 src/lib/StarTable.cxx                              |  489 +++++++--
 src/lib/StarTable.hxx                              |   16 +-
 src/lib/StarZone.cxx                               |    2 -
 src/lib/StarZone.hxx                               |    5 +
 src/lib/libstaroffice_internal.hxx                 |    2 +-
 75 files changed, 3120 insertions(+), 1802 deletions(-)
 delete mode 100644 src/lib/._StarItemPool.cxx
 delete mode 100644 src/lib/._StarObjectDraw.cxx
 copy src/lib/{STOFFSection.cxx => STOFFFrameStyle.cxx} (68%)
 copy src/lib/{STOFFCellStyle.hxx => STOFFFrameStyle.hxx} (75%)
 create mode 100644 src/lib/StarFrameAttribute.cxx
 copy src/lib/{StarPageAttribute.hxx => StarFrameAttribute.hxx} (86%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libstaroffice.git



More information about the Pkg-openoffice-commits mailing list