summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)Author
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-03-11tdf#97966: Remove 'static' keywordsWastack
Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd Reviewed-on: https://gerrit.libreoffice.org/23132 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
(as some tests derive from the latter only for the Directories part, not for the setUp/tearDown overrides: those tests will be cleaned up next) Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f Reviewed-on: https://gerrit.libreoffice.org/23078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07improve defaultparams lopluginNoel Grandin
to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-01MS Write conversion should default to CP1252Sean Young
2f7f818eeada83c0491dbf40253934d177c36621 "Add Microsoft Word for DOS conversion" changed this to CP1251 by mistake. Change-Id: I5d51d8518322a7e542ae8931cf7e72053d89f971 Reviewed-on: https://gerrit.libreoffice.org/22787 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-15make charset sel. dlg translatableDavid Tardon
Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94
2016-02-15Add Microsoft Word for DOS conversionSean Young
Change-Id: I9e20a35dd8e18ba1a9251f4dc3ce903183c250cf Reviewed-on: https://gerrit.libreoffice.org/22368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-02-15upload libwps 0.4.3David Tardon
Change-Id: I4f147c3d55de86eb4bd56bb4c728df19c925b376 Reviewed-on: https://gerrit.libreoffice.org/22366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-02-08wpftdraw: use service constructorDavid Tardon
Change-Id: I4bc9bc2bd9fe3429701160db408303cd0b0c9714
2016-02-08wpftwriter: use service constructorDavid Tardon
Change-Id: I217988ca09b40af7cb2b3b28ea7c2af6a9db12d0
2016-02-08wpftcalc: use service constructorDavid Tardon
Change-Id: Ic93e932c89b7962243e84aa50431d0e8deb1b499
2016-02-08wpftimpress: use service constructorDavid Tardon
Change-Id: Ic53703b68b816eafe598f70df46aaa11b452b4f7
2016-02-08drop unused includeDavid Tardon
Change-Id: Ia0d9568ee33cab8498946a535baa6edb4ae28796
2016-02-08these macros are not definedDavid Tardon
Change-Id: I881c2df8917dd7b5e172b0689fcb685d9f6128df
2016-02-08astyleDavid Tardon
Change-Id: Ib9f4c6c4343dab9dd0959330f3a39fea319b4f4f
2016-02-08loplugin:unusedmethodsNoel Grandin
using an idea from dtardon: <dtardon> noelgrandin, hi. could you try to run the unusedmethods clang plugin with "make build-nocheck"? that would catch functions that are only used in tests. e.g., i just removed the whole o3tl::range class, which has not been used in many years, but htere was a test for it... <noelgrandin> dtardon, interesting idea! Sure, I can do that. Change-Id: I5653953a426a2186a1e43017212d87ffce520387 Reviewed-on: https://gerrit.libreoffice.org/22041 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-19Missing dependencyStephan Bergmann
Change-Id: I287bd92314780cc644ae559d988b93c408531340
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
Change-Id: Ia410950353aec0106ea82d025ed3ee89c79ca127
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin
Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195
2015-12-17do not require newest libe-book for buildDavid Tardon
Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1
2015-12-17do not require newest libwps for buildDavid Tardon
Change-Id: Iba0090da0591b6f9a6d74bb18ebaabef53448063
2015-12-17do not require newest libmwaw for buildDavid Tardon
Change-Id: Ic0f9e47c2128b74deb0a948c1853afb13ae5fd1d
2015-12-17do not require newest libetonyek for buildDavid Tardon
Change-Id: I6e023cd25a1481dd18e3a16b8756c43dde4560ce
2015-12-17allow to skip import tests based on library versionDavid Tardon
That way we don't have to require the newest version for build just to run tests. Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1
2015-12-08merge some Palm text format filtersDavid Tardon
Change-Id: I796ce84325549178d3eac572c363a8cbc9ae542f
2015-12-08merge libmwaw format specs (writer)David Tardon
Change-Id: Icf1e5e976e0c98b2ce8e2dd7a3b9c89a6be7d7c6
2015-12-08add generic presentation filter for libmwawDavid Tardon
Change-Id: I3b96671b7a0f278329a686ba9082b3e4e4989e87
2015-12-08merge libmwaw format specs (draw)David Tardon
Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50
2015-12-08drop unnecessary {}David Tardon
Change-Id: I5fce2b580dd2424f80c802c513ac229988212c58
2015-12-08add missing breaksDavid Tardon
Change-Id: I5071948d523bc8bd327cd66ee785e9bc2c173054
2015-12-07merge libmwaw type/filter defs (Calc)David Tardon
Change-Id: Ic0f01d2f71cad69bea0944c62fb0832bc6caa252
2015-11-29enable new file formats supported by libmwaw-0.3.7osnola
Change-Id: I03d0f112f74dce6c307258d9765281d91cdd3a03
2015-11-25com::sun::star->css in writerperfect/Noel Grandin
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9 Reviewed-on: https://gerrit.libreoffice.org/20146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-18upload libetonyek 0.1.4David Tardon
Change-Id: I21eb802e65c7054cfbf73a90c0d63a007829ebcf
2015-11-17use unique_ptr for pImpl in writerperfect/Noel Grandin
Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
Change-Id: Ia5e47261d1fc6fac2d046656c05a1c5eedb07e02 Reviewed-on: https://gerrit.libreoffice.org/19978 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
using variations of: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\; \s*OUString\* pArray.*; .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g" Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3 Reviewed-on: https://gerrit.libreoffice.org/19971 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
2015-10-08add MS Write test docDavid Tardon
Change-Id: Ieb33e9b134848e856613b6c769cc50a66f378b85
2015-10-08don't crash on loading abi13730-1.wpdCaolán McNamara
Change-Id: I3796f16c4df8cc055fb1a75b1583c5b959f02799
2015-10-06Add code pages introduced in libwps 0.4.2Sean Young
Change-Id: Ice017ac5e15b786538604f7ff9ce8a9f3612e813 Reviewed-on: https://gerrit.libreoffice.org/19183 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-10-06Add Microsoft Write conversionSean Young
Change-Id: I528fd1e83c2cdd89fb13504beb9f86da9e02122d Reviewed-on: https://gerrit.libreoffice.org/19182 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-10-06loplugin:unusedmethodsNoel Grandin
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
2015-10-06astyleDavid Tardon
Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara
Change-Id: I03020e3536ee692a96224a517794c0d0a294f607 Reviewed-on: https://gerrit.libreoffice.org/18793 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-20add more test files in various PalmOS formatsDavid Tardon
Change-Id: I1fbec04b8b035663b3ec9d11d84fe8291bb2eb8b
2015-09-20add test files for Lotus and QuattroProDavid Tardon
Change-Id: I2a64f07f4599b5490ab8664d1001836aa783abd0
2015-09-20enable PageMaker import testDavid Tardon
Change-Id: Ie3b77207f42c88460c49926a5d71d4bcc85bcc28