[libmwaw] branch upstream updated (afc77e7 -> 250b299)

Rene Engelhard rene at moszumanska.debian.org
Wed Nov 23 21:55:13 UTC 2016


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

rene pushed a change to branch upstream
in repository libmwaw.

      from  afc77e7   Import Upstream version 0.3.8
       new  250b299   Imported Upstream version 0.3.9

The 1 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:
 CHANGES                                         |   10 +
 build/win32/libmwaw.dsp                         |   16 +
 build/win32/libmwaw.vcproj                      |   16 +
 build/win32/libmwaw.vcxproj                     |   10 +
 configure                                       |   29 +-
 configure.ac                                    |    3 +-
 inc/libmwaw/MWAWDocument.hxx                    |    7 +-
 libmwaw.spec                                    |    4 +-
 src/conv/Makefile.am                            |    2 +-
 src/conv/Makefile.in                            |    4 +-
 src/conv/csv/Makefile.am                        |    6 +-
 src/conv/csv/Makefile.in                        |    6 +-
 src/conv/csv/mwaw2csv.cpp                       |   28 +-
 src/conv/helper/Makefile.am                     |    9 +
 src/{tools/zip => conv/helper}/Makefile.in      |  178 +-
 src/conv/helper/helper.cpp                      |  464 +++
 src/{lib/MWAWEntry.cxx => conv/helper/helper.h} |   34 +-
 src/conv/html/Makefile.am                       |    6 +-
 src/conv/html/Makefile.in                       |    6 +-
 src/conv/html/mwaw2html.cpp                     |   33 +-
 src/conv/raw/Makefile.am                        |    6 +-
 src/conv/raw/Makefile.in                        |    6 +-
 src/conv/raw/mwaw2raw.cpp                       |   38 +-
 src/conv/svg/Makefile.am                        |    6 +-
 src/conv/svg/Makefile.in                        |    6 +-
 src/conv/svg/mwaw2svg.cpp                       |   33 +-
 src/conv/text/Makefile.am                       |    6 +-
 src/conv/text/Makefile.in                       |    6 +-
 src/conv/text/mwaw2text.cpp                     |   38 +-
 src/lib/ClarisWksText.cxx                       |    2 +-
 src/lib/CricketDrawParser.cxx                   |    4 +-
 src/lib/FreeHandParser.cxx                      |    4 +-
 src/lib/FullWrtText.cxx                         |    2 +-
 src/lib/MWAWDocument.cxx                        |   18 +-
 src/lib/MWAWFont.cxx                            |  113 +-
 src/lib/MWAWFont.hxx                            |   36 +-
 src/lib/MWAWFontConverter.cxx                   |   91 +-
 src/lib/MWAWGraphicListener.cxx                 |    2 +-
 src/lib/MWAWGraphicShape.cxx                    |    2 +
 src/lib/MWAWGraphicShape.hxx                    |    4 +-
 src/lib/MWAWHeader.cxx                          |   23 +
 src/lib/MWAWInputStream.cxx                     |   84 +-
 src/lib/MWAWInputStream.hxx                     |    2 +
 src/lib/MWAWList.cxx                            |   35 +-
 src/lib/MWAWList.hxx                            |   14 +-
 src/lib/MWAWPageSpan.cxx                        |   12 +-
 src/lib/MWAWPageSpan.hxx                        |    4 +-
 src/lib/MWAWParser.cxx                          |   11 +-
 src/lib/MWAWParser.hxx                          |    9 +-
 src/lib/MWAWPosition.hxx                        |    2 +-
 src/lib/MWAWPresentationListener.cxx            |    6 +-
 src/lib/MWAWSpreadsheetListener.cxx             |    2 +-
 src/lib/MWAWStringStream.cxx                    |    7 +-
 src/lib/MWAWTextListener.cxx                    |    2 +-
 src/lib/MacDraft5Parser.cxx                     |    7 +-
 src/lib/MacDraft5StyleManager.cxx               |   15 +-
 src/lib/Makefile.am                             |    4 +
 src/lib/Makefile.in                             |   24 +-
 src/lib/MsWks4Text.cxx                          |    4 +-
 src/lib/MsWrdText.cxx                           |    2 +-
 src/lib/MsWrdText.hxx                           |    2 +-
 src/lib/PowerPoint1Parser.cxx                   | 2134 +++++++++++++
 src/lib/PowerPoint1Parser.hxx                   |  154 +
 src/lib/PowerPoint3Parser.cxx                   | 3678 +++++++++++++++++++++++
 src/lib/PowerPoint3Parser.hxx                   |  175 ++
 src/lib/README                                  |    6 +-
 src/lib/RagTime5Parser.cxx                      |    5 +-
 src/lib/WriteNowParser.cxx                      |    2 +-
 src/lib/WriteNowText.cxx                        |    2 +-
 src/lib/libmwaw_internal.hxx                    |    5 +-
 src/tools/file/file.cpp                         |   14 +-
 71 files changed, 7338 insertions(+), 402 deletions(-)
 create mode 100644 src/conv/helper/Makefile.am
 copy src/{tools/zip => conv/helper}/Makefile.in (78%)
 create mode 100644 src/conv/helper/helper.cpp
 copy src/{lib/MWAWEntry.cxx => conv/helper/helper.h} (62%)
 create mode 100644 src/lib/PowerPoint1Parser.cxx
 create mode 100644 src/lib/PowerPoint1Parser.hxx
 create mode 100644 src/lib/PowerPoint3Parser.cxx
 create mode 100644 src/lib/PowerPoint3Parser.hxx

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



More information about the Pkg-openoffice-commits mailing list