summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)Author
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
2015-09-20remove copypastaDavid Tardon
Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751
2015-09-19Remove unused boost includeRiccardo Magliocchetti
Change-Id: I1cc5d141bb89c574b0f3fd592f21aed82bc46019 Reviewed-on: https://gerrit.libreoffice.org/18710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2015-09-17convert Link<> to typedNoel Grandin
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-16boost->stdCaolán McNamara
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-10This presumably wants to swallow exceptions from XSeekable::seekStephan Bergmann
...instead of doing a needless catch and re-throw Change-Id: I1b1c593ac19a46aa7acfca753bc8177aa7a8ff12
2015-08-28add CVE-2015-1759 test caseCaolán McNamara
Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
2015-08-28add CVE-2015-1760 test casesCaolán McNamara
Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25upload libmwaw 0.3.6David Tardon
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
2015-08-25astyleDavid Tardon
Change-Id: I597c007e4636f6b05873f24ef3e89c0a7c2c3670
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
make it consistent across the codebase, no space between keyword and the colon Change-Id: Idca61ddfc74ad2460fb05fe417499324b05e5de5 Reviewed-on: https://gerrit.libreoffice.org/17148 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-19clean upStephan Bergmann
Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
Idea originally from caolan. Found using the following command: find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;' Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763
2015-06-10writerperfect: fix gcc-4.7 buildMiklos Vajna
error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString' Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
Change-Id: I72ba7c59cfcf0ec4e5e31067a260e82f8f604567
2015-06-07Remove include stdio (part8)Julien Nabet
Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746 Reviewed-on: https://gerrit.libreoffice.org/16139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-05-25cppcheck: unreadVariableCaolán McNamara
Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
2015-05-22loplugin:constantfunctionNoel Grandin
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-21-fsanitize=bool (during CppunitTest_writerperfect_writer)Stephan Bergmann
...as libwps::WPSDocument::isFileFormatSupported doesn't necessarily write false into its needCharSetEncoding param ("A flag set to true if we need the character set encoding"), whether or not that's a good idea. Change-Id: Ib094a0fed84b6e6ff66e9b8a2524f55a60de64ef
2015-05-20enable Apple Numbers importDavid Tardon
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
2015-05-20enable Apple Pages importDavid Tardon
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
2015-05-19wpftencodingdialog.ui: Fix spacing, add mnemonic widget and acceleratorAdolfo Jayme Barrientos
Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40
2015-05-19glm is only needed for libetonyek buildDavid Tardon
Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
2015-05-19upload libetonyek 0.1.2David Tardon
Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e
2015-05-19astyleDavid Tardon
Change-Id: I4e7bf54959b8a9ce6c453cedfd3525aeff5c8e3a
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
2015-05-19Clean up WPFTEncodingDialog ctor paramsStephan Bergmann
Change-Id: I28304671deb4e619e76f9ad5d8a2f9a9ec3a0d4f
2015-05-19...assuming these want to actually catch css::uno::ExceptionsStephan Bergmann
(which ones? or is this just needless cargo cult anyway?) Change-Id: If1450d4f34acd1475eb71c49e0eaf99c40833a8e
2015-05-19Fix wpftencodingdialog.uiStephan Bergmann
Change-Id: I03430895a9289331bcbbd1f4a442dabddab5e751
2015-05-19loplugin:vclwidgetsStephan Bergmann
Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d
2015-05-19loplugin:cstylecastStephan Bergmann
Change-Id: I0ef11bcb30bcfbecf5afe5c4c38391acc7b72968
2015-05-19upload libwps 0.4.0osnola
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-17astyleDavid Tardon
Change-Id: I733f1f777bbe30f3ce8b15b60fe56b8dba240ffd
2015-05-17enable new formats supported by libmwawDavid Tardon
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
Change-Id: I2986cc33a29bdb9a388ce6ac715a3b25502eb556