summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* set number of read bytes correctlyDavid Tardon2018-03-061-1/+4
| | | | | | | | | | | | | It was wrong if we read less than was expected. Thanks to Antti Levomäki and Christian Jalio from Forcepoint. Change-Id: I070c1731d1aace4c101fa01efed0c28734c44899 (cherry picked from commit 9534a8fe3e84bfcc7d0d2addac4dd8cd96746d99) Reviewed-on: https://gerrit.libreoffice.org/50463 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 1b1f416244ace9ab3eb532cc4ab242486cd1930d)
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-12-051-2/+2
| | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/41237 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 2e8acde112e1c6754df26902e79a78346ba45a2d) Change-Id: I899a8126c9d971601fea6c77eca165718aea0ac5 Reviewed-on: https://gerrit.libreoffice.org/45452 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 2887aefa4d4f60ba8b0cd7efd5d3a73ffb209781)
* add missing dependencyDavid Tardon2016-11-131-0/+3
| | | | Change-Id: I72696c82d9a96709746060ae18bd497da8715d35
* add missing dependency to gb_Library_use_externals, icu_headersEike Rathke2016-11-023-0/+3
| | | | Change-Id: Ia414b02c52f73724df6829431d090a18e76baa68
* tdf#103274 (9): Add default XCommandEnvironment referenceGiuseppe Castagno2016-10-191-1/+4
| | | | | | | 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>
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-1/+1
| | | | | | | | | | | | | | Conditional statements are using SvRef::Is() method. Changed static_cast<T*>(svRef<T>) occurances to svRef.get(). Added operator == and != to SvRef. SbxObject::Execute is using SbxVariableRef internally. SbxObject::FindQualified is using SbxVariableRef internally. Change-Id: I45b553e35d8fca9bf71163e6eefc60802a066395 Reviewed-on: https://gerrit.libreoffice.org/29621 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-4/+4
| | | | | | | | | ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
* Fix '--as-needed' build for zmf with system libpngJan-Marek Glogowski2016-09-191-1/+1
| | | | | | | Change-Id: I92378dae4a515a587c897fff83b15d8e836b0aa2 Reviewed-on: https://gerrit.libreoffice.org/28974 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-6/+6
| | | | | | | | | | | | | | | | | The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
* astyleDavid Tardon2016-09-096-13/+16
| | | | Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
* use std::unique_ptrDavid Tardon2016-09-091-7/+6
| | | | Change-Id: Idd19671bb2eab12cac2011160c617bf3f43659d7
* upload libzmf 0.0.1David Tardon2016-09-091-0/+1
| | | | | | | Change-Id: I706d454226d17fe1386c876782f6ad2843f17197 Reviewed-on: https://gerrit.libreoffice.org/28718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-3/+3
| | | | | | | | Change-Id: I77682f7e289a59b986bb84edf014029a20266470 Reviewed-on: https://gerrit.libreoffice.org/28420 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* add test files for libstarofficeosnola2016-08-1113-0/+14
| | | | Change-Id: Iabb5965eb09e9128f2cfc720bf69e97f6a96fa22
* integrate libstarofficeosnola2016-08-1113-2/+468
| | | | Change-Id: I85913f1bd1af5d102573040588cca9d8ddeebb5d
* improve passstuffbyref return analysisNoel Grandin2016-07-271-2/+2
| | | | | | | Change-Id: I4258bcc97273d8bb7a8c4879fac02a427f76e18c Reviewed-on: https://gerrit.libreoffice.org/27317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-4/+4
| | | | Change-Id: I7b11fa9efc507635506bfedb141ad02c2afa68c9
* upload libmwaw 0.3.8David Tardon2016-06-248-0/+405
| | | | Change-Id: I4779d538199ecccb8997e3bfdbf97d7b0ea9679b
* add integration test for libzmfDavid Tardon2016-06-234-0/+1
| | | | Change-Id: Ic56be82cfc2b2439a4f0e60797796e4583f93554
* integrate libzmfAleksas Pantechovskis2016-06-234-0/+117
| | | | | | | Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774 Reviewed-on: https://gerrit.libreoffice.org/26574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-095-20/+5
| | | | | | | | | | | | | | | | | | | | This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* loplugin:unusedmethodsNoel Grandin2016-05-262-20/+0
| | | | | | | Change-Id: Ib36bc0e87d00abb638cbfec511cd13b6179eabda Reviewed-on: https://gerrit.libreoffice.org/25431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* clang-tidy misc-unused-alias-declsNoel Grandin2016-05-192-2/+0
| | | | | | | Change-Id: Iabde7a84b9c2758e0d2b2ffe0fb99fcfa51ff124 Reviewed-on: https://gerrit.libreoffice.org/25075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-192-133/+0
| | | | | | | Change-Id: If95890eff0f785111e8b511ac1d5481c6910f099 Reviewed-on: https://gerrit.libreoffice.org/25148 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann2016-05-031-2/+2
| | | | Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-283-8/+8
| | | | | | | Change-Id: I6e91d22fc1826038c05ddb6fc065563c6a250752 Reviewed-on: https://gerrit.libreoffice.org/24459 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
| | | | Change-Id: I38560113652ac39104b942a4cb80b1e03944513c
* clean-up: unused using declarations and includesJochen Nitschke2016-04-1817-25/+0
| | | | | | | | | | | | | | Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke2016-04-131-2/+3
| | | | | | | | | | | | | | | Replace with C++11 delete copy-constructur and copy-assignment. Remove boost/noncopyable.hpp includes. Add missing default ctors. With this commit there should be no users of boost::noncopyable left. Change-Id: I6b1e47824912a6a80cc3f00f34938ebc048d8975 Reviewed-on: https://gerrit.libreoffice.org/24051 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Avoid reserved identifiersStephan Bergmann2016-04-1215-30/+30
| | | | Change-Id: Iaff499c3c8012cfc13849b9b85ec544e1f5d6db8
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1212-12/+0
| | | | | | | | | | | | Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-0217-36/+0
| | | | | | | | | 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>
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
| | | | | | | Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd Reviewed-on: https://gerrit.libreoffice.org/23132 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-103-7/+7
| | | | | | | | | | (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>
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+2
| | | | | | | | | 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>
* MS Write conversion should default to CP1252Sean Young2016-03-011-1/+1
| | | | | | | | | | 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>
* make charset sel. dlg translatableDavid Tardon2016-02-159-8/+150
| | | | Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94
* Add Microsoft Word for DOS conversionSean Young2016-02-151-17/+28
| | | | | | | Change-Id: I9e20a35dd8e18ba1a9251f4dc3ce903183c250cf Reviewed-on: https://gerrit.libreoffice.org/22368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* upload libwps 0.4.3David Tardon2016-02-153-0/+2
| | | | | | | Change-Id: I4f147c3d55de86eb4bd56bb4c728df19c925b376 Reviewed-on: https://gerrit.libreoffice.org/22366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
* wpftdraw: use service constructorDavid Tardon2016-02-0810-248/+65
| | | | Change-Id: I4bc9bc2bd9fe3429701160db408303cd0b0c9714
* wpftwriter: use service constructorDavid Tardon2016-02-0815-319/+113
| | | | Change-Id: I217988ca09b40af7cb2b3b28ea7c2af6a9db12d0
* wpftcalc: use service constructorDavid Tardon2016-02-089-175/+58
| | | | Change-Id: Ic93e932c89b7962243e84aa50431d0e8deb1b499
* wpftimpress: use service constructorDavid Tardon2016-02-086-124/+35
| | | | Change-Id: Ic53703b68b816eafe598f70df46aaa11b452b4f7
* drop unused includeDavid Tardon2016-02-0818-147/+96
| | | | Change-Id: Ia0d9568ee33cab8498946a535baa6edb4ae28796
* these macros are not definedDavid Tardon2016-02-084-8/+0
| | | | Change-Id: I881c2df8917dd7b5e172b0689fcb685d9f6128df
* astyleDavid Tardon2016-02-081-1/+1
| | | | Change-Id: Ib9f4c6c4343dab9dd0959330f3a39fea319b4f4f
* loplugin:unusedmethodsNoel Grandin2016-02-083-37/+38
| | | | | | | | | | | | | | | 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>
* Missing dependencyStephan Bergmann2016-01-191-0/+3
| | | | Change-Id: I287bd92314780cc644ae559d988b93c408531340
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-111-1/+1
| | | | Change-Id: Ia410950353aec0106ea82d025ed3ee89c79ca127
* loplugin:unusedfields writerfilter,writerperfectNoel Grandin2015-12-214-9/+5
| | | | Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195