summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1225-147/+147
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
| | | | Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
* add MS Write test docDavid Tardon2015-10-081-0/+0
| | | | Change-Id: Ieb33e9b134848e856613b6c769cc50a66f378b85
* don't crash on loading abi13730-1.wpdCaolán McNamara2015-10-081-0/+3
| | | | Change-Id: I3796f16c4df8cc055fb1a75b1583c5b959f02799
* Add code pages introduced in libwps 0.4.2Sean Young2015-10-061-0/+5
| | | | | | | Change-Id: Ice017ac5e15b786538604f7ff9ce8a9f3612e813 Reviewed-on: https://gerrit.libreoffice.org/19183 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Add Microsoft Write conversionSean Young2015-10-061-2/+23
| | | | | | | | 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>
* loplugin:unusedmethodsNoel Grandin2015-10-061-4/+1
| | | | Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
* astyleDavid Tardon2015-10-063-6/+8
| | | | Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-09-232-16/+15
| | | | | | | | 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>
* add more test files in various PalmOS formatsDavid Tardon2015-09-204-0/+0
| | | | Change-Id: I1fbec04b8b035663b3ec9d11d84fe8291bb2eb8b
* add test files for Lotus and QuattroProDavid Tardon2015-09-202-0/+0
| | | | Change-Id: I2a64f07f4599b5490ab8664d1001836aa783abd0
* enable PageMaker import testDavid Tardon2015-09-201-0/+1
| | | | Change-Id: Ie3b77207f42c88460c49926a5d71d4bcc85bcc28
* remove copypastaDavid Tardon2015-09-201-1/+0
| | | | Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751
* Remove unused boost includeRiccardo Magliocchetti2015-09-191-1/+0
| | | | | | | Change-Id: I1cc5d141bb89c574b0f3fd592f21aed82bc46019 Reviewed-on: https://gerrit.libreoffice.org/18710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
* convert Link<> to typedNoel Grandin2015-09-172-4/+3
| | | | Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
* boost->stdCaolán McNamara2015-09-162-4/+4
| | | | Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-152-9/+7
| | | | | | | | | 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>
* This presumably wants to swallow exceptions from XSeekable::seekStephan Bergmann2015-09-101-5/+4
| | | | | | ...instead of doing a needless catch and re-throw Change-Id: I1b1c593ac19a46aa7acfca753bc8177aa7a8ff12
* add CVE-2015-1759 test caseCaolán McNamara2015-08-281-0/+0
| | | | Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
* add CVE-2015-1760 test casesCaolán McNamara2015-08-282-0/+0
| | | | Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-262-3/+2
| | | | Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
* upload libmwaw 0.3.6David Tardon2015-08-252-0/+0
| | | | Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
* astyleDavid Tardon2015-08-252-34/+67
| | | | Change-Id: I597c007e4636f6b05873f24ef3e89c0a7c2c3670
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
| | | | | | | | | | 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>
* clean upStephan Bergmann2015-06-191-77/+82
| | | | Change-Id: Ife8c272d2ac110c44908b0e248f0c53c0f477c06
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
| | | | | | | | 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
* writerperfect: fix gcc-4.7 buildMiklos Vajna2015-06-101-44/+44
| | | | | | error: could not convert '(const char*)"..."' from 'const char*' to 'const rtl::OUString' Change-Id: Ia8569aed46e571bd98489fd91b9708d0fe5df4c0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0817-18/+18
| | | | Change-Id: I72ba7c59cfcf0ec4e5e31067a260e82f8f604567
* Remove include stdio (part8)Julien Nabet2015-06-071-2/+0
| | | | | | | Change-Id: I4ad581158fa68f30d07101697b716dc9b8fab746 Reviewed-on: https://gerrit.libreoffice.org/16139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-2521-23/+23
| | | | Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
* cppcheck: unreadVariableCaolán McNamara2015-05-251-2/+0
| | | | Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
* loplugin:constantfunctionNoel Grandin2015-05-221-2/+2
| | | | Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
* -fsanitize=bool (during CppunitTest_writerperfect_writer)Stephan Bergmann2015-05-211-1/+1
| | | | | | | | ...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
* enable Apple Numbers importDavid Tardon2015-05-209-0/+158
| | | | Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
* enable Apple Pages importDavid Tardon2015-05-209-0/+153
| | | | Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
* wpftencodingdialog.ui: Fix spacing, add mnemonic widget and acceleratorAdolfo Jayme Barrientos2015-05-191-5/+7
| | | | Change-Id: I2dd735d3e9248b31f1c6992c3479bd070eda3a40
* glm is only needed for libetonyek buildDavid Tardon2015-05-191-1/+0
| | | | Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
* upload libetonyek 0.1.2David Tardon2015-05-191-0/+1
| | | | Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e
* astyleDavid Tardon2015-05-196-22/+57
| | | | Change-Id: I4e7bf54959b8a9ce6c453cedfd3525aeff5c8e3a
* Move module-local includes to writerperfect/incStephan Bergmann2015-05-1918-16/+267
| | | | Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
* Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann2015-05-1922-22/+22
| | | | Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
* Clean up WPFTEncodingDialog ctor paramsStephan Bergmann2015-05-193-17/+10
| | | | Change-Id: I28304671deb4e619e76f9ad5d8a2f9a9ec3a0d4f
* ...assuming these want to actually catch css::uno::ExceptionsStephan Bergmann2015-05-192-2/+4
| | | | | | (which ones? or is this just needless cargo cult anyway?) Change-Id: If1450d4f34acd1475eb71c49e0eaf99c40833a8e
* Fix wpftencodingdialog.uiStephan Bergmann2015-05-192-2/+2
| | | | Change-Id: I03430895a9289331bcbbd1f4a442dabddab5e751
* loplugin:vclwidgetsStephan Bergmann2015-05-191-0/+9
| | | | Change-Id: Id6f15ca62c6ba32ea462e45a51e4cea597dae73d
* loplugin:cstylecastStephan Bergmann2015-05-191-1/+1
| | | | Change-Id: I0ef11bcb30bcfbecf5afe5c4c38391acc7b72968
* upload libwps 0.4.0osnola2015-05-1911-7/+404
| | | | Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
* astyleDavid Tardon2015-05-171-32/+32
| | | | Change-Id: I733f1f777bbe30f3ce8b15b60fe56b8dba240ffd
* enable new formats supported by libmwawDavid Tardon2015-05-173-2/+300
| | | | Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
| | | | Change-Id: I2986cc33a29bdb9a388ce6ac715a3b25502eb556