[libwps] branch master updated (03a1f94 -> 8f9fa7a)

Rene Engelhard rene at moszumanska.debian.org
Mon Oct 17 21:39:31 UTC 2016


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

rene pushed a change to branch master
in repository libwps.

      from  03a1f94   update changelog
      adds  e3f8210   Imported Upstream version 0.4.4
       new  75d1dde   Imported Upstream version 0.4.4
       new  e2c904f   Imported Upstream version 0.4.4
       new  8f9fa7a   Merge tag 'upstream/0.4.4'

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                                     | 1749 ++++----
 Makefile.in                                   |   47 +-
 NEWS                                          |    5 +
 aclocal.m4                                    |  268 +-
 build/Makefile.in                             |   23 +-
 build/win32/Makefile.in                       |   23 +-
 build/win32/libwps.dsp                        |   32 +
 build/win32/libwps.vcproj                     |   96 +
 build/win32/libwps.vcxproj                    |   22 +-
 compile                                       |    2 +-
 config.guess                                  |  164 +-
 config.h.in                                   |    3 +-
 config.sub                                    |   26 +-
 configure                                     | 3179 ++++++++------
 configure.ac                                  |    3 +-
 depcomp                                       |    2 +-
 docs/Makefile.in                              |   23 +-
 docs/doxygen/Makefile.in                      |   23 +-
 inc/Makefile.in                               |   23 +-
 inc/libwps/Makefile.in                        |   25 +-
 ltmain.sh                                     | 5510 ++++++++++++++++---------
 m4/._libtool.m4                               |  Bin 0 -> 239 bytes
 m4/._ltoptions.m4                             |  Bin 0 -> 239 bytes
 m4/._ltsugar.m4                               |  Bin 0 -> 239 bytes
 m4/._lt~obsolete.m4                           |  Bin 0 -> 239 bytes
 m4/libtool.m4                                 | 2546 +++++++-----
 m4/ltoptions.m4                               |  127 +-
 m4/ltsugar.m4                                 |    7 +-
 m4/ltversion.m4                               |   12 +-
 m4/lt~obsolete.m4                             |    7 +-
 missing                                       |    2 +-
 src/Makefile.in                               |   23 +-
 src/conv/Makefile.am                          |    2 +-
 src/conv/Makefile.in                          |   27 +-
 src/conv/helper/Makefile.am                   |    9 +
 src/conv/{raw => helper}/Makefile.in          |  211 +-
 src/conv/helper/helper.cpp                    |  288 ++
 src/conv/helper/helper.h                      |   80 +
 src/conv/html/Makefile.am                     |    6 +-
 src/conv/html/Makefile.in                     |   31 +-
 src/conv/html/wps2html.cpp                    |   15 +-
 src/conv/raw/Makefile.am                      |    6 +-
 src/conv/raw/Makefile.in                      |   31 +-
 src/conv/raw/wps2raw.cpp                      |   15 +-
 src/conv/text/Makefile.am                     |    6 +-
 src/conv/text/Makefile.in                     |   31 +-
 src/conv/text/wps2text.cpp                    |   17 +-
 src/conv/wks2csv/Makefile.am                  |    6 +-
 src/conv/wks2csv/Makefile.in                  |   31 +-
 src/conv/wks2csv/wks2csv.cpp                  |   31 +-
 src/conv/wks2raw/Makefile.am                  |    6 +-
 src/conv/wks2raw/Makefile.in                  |   31 +-
 src/conv/wks2raw/wks2raw.cpp                  |   25 +-
 src/conv/wks2text/Makefile.am                 |    6 +-
 src/conv/wks2text/Makefile.in                 |   31 +-
 src/conv/wks2text/wks2text.cpp                |   29 +-
 src/lib/Lotus.cpp                             |  758 +++-
 src/lib/Lotus.h                               |   69 +-
 src/lib/LotusGraph.cpp                        | 1076 ++++-
 src/lib/LotusGraph.h                          |   53 +-
 src/lib/LotusSpreadsheet.cpp                  | 1193 ++++--
 src/lib/LotusSpreadsheet.h                    |   57 +-
 src/lib/LotusStyleManager.cpp                 |  980 ++++-
 src/lib/LotusStyleManager.h                   |   61 +-
 src/lib/Makefile.am                           |    8 +
 src/lib/Makefile.in                           |   54 +-
 src/lib/WKS4.cpp                              |   36 +-
 src/lib/WKS4.h                                |    3 +
 src/lib/WKS4Format.cpp                        |  549 +++
 src/lib/WKS4Format.h                          |  101 +
 src/lib/WKS4Spreadsheet.cpp                   |   48 +-
 src/lib/WKSContentListener.cpp                |   69 +-
 src/lib/WKSContentListener.h                  |    1 +
 src/lib/WKSSubDocument.cpp                    |    2 +-
 src/lib/WKSSubDocument.h                      |    2 +-
 src/lib/WPS4.cpp                              |   23 +-
 src/lib/WPS4.h                                |    4 +-
 src/lib/WPS4Graph.cpp                         |    8 +-
 src/lib/WPS4Graph.h                           |    4 +-
 src/lib/WPS4Text.cpp                          |   77 +-
 src/lib/WPS4Text.h                            |    4 +
 src/lib/WPS8Table.cpp                         |    8 +-
 src/lib/WPSCell.cpp                           |    2 +-
 src/lib/WPSCell.h                             |    6 +-
 src/lib/WPSEntry.h                            |    4 +-
 src/lib/WPSGraphicShape.cpp                   |  201 +-
 src/lib/WPSGraphicShape.h                     |   32 +-
 src/lib/WPSHeader.cpp                         |   23 +
 src/lib/WPSOLE1Parser.cpp                     |  711 ++++
 src/lib/WPSOLE1Parser.h                       |   94 +
 src/lib/WPSOLEParser.cpp                      |    7 +
 src/lib/WPSPageSpan.h                         |    4 +-
 src/lib/WPSPosition.h                         |    4 +-
 src/lib/{WPSSubDocument.cpp => WPSStream.cpp} |   26 +-
 src/lib/{WPSSubDocument.cpp => WPSStream.h}   |   47 +-
 src/lib/WPSStringStream.cpp                   |  184 +
 src/lib/WPSStringStream.h                     |   97 +
 src/lib/WPSSubDocument.cpp                    |    2 +-
 src/lib/WPSSubDocument.h                      |    2 +-
 src/lib/libwps_internal.cpp                   |   57 +
 src/lib/libwps_internal.h                     |  365 +-
 101 files changed, 15239 insertions(+), 6820 deletions(-)
 create mode 100644 m4/._libtool.m4
 create mode 100644 m4/._ltoptions.m4
 create mode 100644 m4/._ltsugar.m4
 create mode 100644 m4/._lt~obsolete.m4
 create mode 100644 src/conv/helper/Makefile.am
 copy src/conv/{raw => helper}/Makefile.in (74%)
 create mode 100644 src/conv/helper/helper.cpp
 create mode 100644 src/conv/helper/helper.h
 create mode 100644 src/lib/WKS4Format.cpp
 create mode 100644 src/lib/WKS4Format.h
 create mode 100644 src/lib/WPSOLE1Parser.cpp
 create mode 100644 src/lib/WPSOLE1Parser.h
 copy src/lib/{WPSSubDocument.cpp => WPSStream.cpp} (61%)
 copy src/lib/{WPSSubDocument.cpp => WPSStream.h} (54%)
 create mode 100644 src/lib/WPSStringStream.cpp
 create mode 100644 src/lib/WPSStringStream.h

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



More information about the Pkg-openoffice-commits mailing list