summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)Author
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
Change-Id: If7c259f0d12a41182f476ddb558f7cb5f76f9577 Reviewed-on: https://gerrit.libreoffice.org/36253 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin
Change-Id: Id862544f27ebcbe8363f93dc83192d0f0cddb5cc Reviewed-on: https://gerrit.libreoffice.org/36041 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-02libmwaw import filter improvementsosnola
+ correct a small mistake + add pot the file extension (the file extension for PowerPoint 95 template) Change-Id: I4ad18088ccb9777e1b34f393effbe2d24468804e
2017-04-02libstaroffice import filter improvementsosnola
+ add support for presentation file (i.e. the file created will StarImpress are now open as presentation). + modify the OLE parser to be similar to the librevenge OLE parser, ie. the librevenge parser ignores the first character of a filename if this is a control character... Change-Id: I913a70cba29839d43dac58d5e00dbebfc4d28abc
2017-04-02libwps import filter improvementsosnola
+ some astyle modifications, + add .wk4 and .123 to the list of file extensions, + add support to open Lotus files protected by a password. Change-Id: I94d4afffd73f0999ff2b1958704cb3985fcd0cc9
2017-04-01upload libmwaw 0.3.11David Tardon
Change-Id: Ie244411dd155af245c83e758f432237ce72fa623 Reviewed-on: https://gerrit.libreoffice.org/35981 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-04-01add test docs for libmwaw 0.3.10David Tardon
Change-Id: Iea46a5d41a83edb150573102ccfbd9cd3ab4e89a Reviewed-on: https://gerrit.libreoffice.org/35980 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-03-27upload libwps 0.4.6David Tardon
Change-Id: Icd1ce144733d2f5e907a19bb6ef307d50becb49d Reviewed-on: https://gerrit.libreoffice.org/35769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-03-25Fix typosAndrea Gelmini
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-03-21fix and enable testDavid Tardon
Change-Id: I309b74c19ea076157d1c0b9c0c817ab4055512c3
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem
This should make it easy to reuse the mapping code wherever necessary and restores the loading of writerperfect documents. Change-Id: I505bffa47fe37270b0430d9ae5afec5072762b4c Reviewed-on: https://gerrit.libreoffice.org/35263 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-02-16enable the other testsDavid Tardon
Change-Id: I68a5435348a6a6362bc946c7eca18e29bd69724a
2017-02-16don't run terminate()David Tardon
AFAICS no other import test is doing it either. Change-Id: I8cbdc27fe60102067c6d09280b99a032ac44ba10
2017-02-16fix copypastaDavid Tardon
Change-Id: Id3e33aec0a1c027d350408abb86a6a99da74ebb4
2017-02-16rename to match text and spreadsheet testsDavid Tardon
Change-Id: I614326cfe8ade8ea07822479cbc656db8e51c1b7
2017-02-16fix factory URLDavid Tardon
Change-Id: I476b89d70510e786b116ee11ddd68916683945b8
2017-02-15disable these for nowDavid Tardon
Change-Id: Ic9b1283fa1c03e18047781f2a032c994cfc669c9
2017-02-15test result of presentation document importDavid Tardon
Change-Id: I4f7a9867a2fab4c49542a917aef9010e48c9b9b8
2017-02-15test result of drawing document importDavid Tardon
Change-Id: If60a94ba67e29e3595c26e4b5d0c0b4f9790eff8
2017-02-15test result of spreadsheet document importDavid Tardon
Change-Id: I1cfc3c4c3c2d1c40cd97bfe6d72fb03ce8b11823
2017-02-15move headers used by tests to inc/David Tardon
Change-Id: Ice159ae9fcb7284143d9e4734b8cb34f5c6a2ec5
2017-02-14more windows build fixesMarkus Mohrhard
Change-Id: I57b361dea1ee6a5bfdc95ec3632bb42a5941b900 Reviewed-on: https://gerrit.libreoffice.org/34232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-02-14more build fixes, loplugin:staticmethodsMarkus Mohrhard
Change-Id: I710182dfe2082b9782076faa27c8bd78e899a7cb
2017-02-14fix buildMarkus Mohrhard
Change-Id: I7b27d5e5b47eb91cfe87918ae335cd228845be17
2017-02-13test result of text document importDavid Tardon
Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2
2017-02-13Fix typosAndrea Gelmini
Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c Reviewed-on: https://gerrit.libreoffice.org/34199 Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com> Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
reference classes, uno::Reference and rtl::Reference. Specifically rename Is()->is() and Clear()->clear(). Change-Id: Icb7e05e2d09cb9977121508b837ba0961dabb4ae Reviewed-on: https://gerrit.libreoffice.org/33576 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-29add test for handling .wk3 format fileDavid Tardon
Change-Id: Id6fd1f979902e286009d16f9d8ea551df3940859
2017-01-29eliminate some code duplicityDavid Tardon
Change-Id: I7792ddd691f81744971d45e1155e3192b24155dc
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
Change-Id: I511822dc874101ed3b9850b015b746a86d26c3b5 Reviewed-on: https://gerrit.libreoffice.org/33578 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-01-19New loplugin:dynexcspec: Add @throws documentation, writerperfectStephan Bergmann
Change-Id: I413e4b796154a731638ec334cc0bd6c045b1840e
2017-01-12upload libwps 0.4.5David Tardon
Change-Id: Ifab6f95d22d0d335d68bb367dca12a92b864cdd9
2017-01-11astyleDavid Tardon
Change-Id: Iee24a1b7bc4ada389dfa5f0f39c9d06938ed1481
2017-01-11honor lib version in import tests againDavid Tardon
Change-Id: Idf99aab4bc136ac4a8a07945001e4f34a34a0e17
2017-01-06writerperfect, xmloff: fix loplugin:cppunitassertequals warningsMiklos Vajna
Change-Id: Ie8246433a7cea0886f00d8c76cf6f7d023545417 Reviewed-on: https://gerrit.libreoffice.org/32770 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
...from previous commit Change-Id: I062b7cd212c17e7eb5274476e6859228d0477c7f Reviewed-on: https://gerrit.libreoffice.org/32098 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-12-05loplugin:unnecessaryoverrideStephan Bergmann
Change-Id: I7721c15ba94ff27f64962bb67698853bc3b86cea
2016-12-05fix buildCaolán McNamara
Change-Id: I3fa46edfbdb75201e9dc4a615d67124487e2dd20
2016-12-05drop unneeded dep on boost_headersDavid Tardon
Change-Id: I351badba30556ec06ebfa8a360cc58e89f206372
2016-12-05convert test helper library to dynamicDavid Tardon
Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386
2016-12-05refactorDavid Tardon
Change-Id: I0cc034e7521de7911a9f5dfe8bc405971d175754
2016-12-05rename to better match the purposeDavid Tardon
Change-Id: I7cd8e551c284045fbe782cc9756e283d466fd1bc
2016-12-05simplify a bitDavid Tardon
Change-Id: Id56ba12c4c8c96285d95c48c4f49c93e4feec580
2016-12-05try to retrieve the .fm3 file when reading a .wp3 fileosnola
Change-Id: Ib2c2af423b92a65c08c2647a1e931ea54228c203
2016-12-05add separate MS PowerPoint 3 filter (libmwaw)David Tardon
Change-Id: I9f07e6d363387fc47f187f6635f489f8f8237f77
2016-12-05add new test files for libmwaw 0.3.9David Tardon
Change-Id: Ia8b69fac2115c9fd932c08deabe8908e07388d86
2016-11-13add missing dependencyDavid Tardon
Change-Id: I72696c82d9a96709746060ae18bd497da8715d35
2016-11-02add missing dependency to gb_Library_use_externals, icu_headersEike Rathke
Change-Id: Ia414b02c52f73724df6829431d090a18e76baa68
2016-10-19tdf#103274 (9): Add default XCommandEnvironment referenceGiuseppe Castagno
Change-Id: If1b7bc913e392f511caf0684baa5bc3ce2c6933d Reviewed-on: https://gerrit.libreoffice.org/30035 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>