[libmwaw] 02/03: Merge tag 'upstream/0.3.9'
Rene Engelhard
rene at moszumanska.debian.org
Wed Nov 23 21:55:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libmwaw.
commit 087ecb326883a94bd6e89f917b37b38b0121d920
Merge: ff92712 250b299
Author: Rene Engelhard <rene at rene-engelhard.de>
Date: Wed Nov 23 22:46:31 2016 +0100
Merge tag 'upstream/0.3.9'
Upstream version 0.3.9
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/conv/{html => helper}/Makefile.in | 189 +-
src/conv/helper/helper.cpp | 464 +++++
src/conv/helper/helper.h | 66 +
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, 7391 insertions(+), 392 deletions(-)
--
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