summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* package: OFFICE-3940 ODF 1.3 import of OpenPGP encryptionMichael Stahl2020-05-231-13/+18
* Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann2020-05-151-6/+0
* tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski2020-02-103-5/+8
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-1/+1
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-182-2/+15
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-172-3/+3
* new loplugin:bufferaddNoel Grandin2019-10-151-3/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-2/+2
* loplugin:stringadd in package..saxNoel Grandin2019-10-014-15/+7
* add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2019-09-266-17/+17
* do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák2019-09-232-2/+2
* Fix typosAndrea Gelmini2019-09-102-24/+24
* tdf#39593 use isUnoTunnelIdArkadiy Illarionov2019-09-067-17/+18
* loplugin:returnconstval in fpicker..reportdesignNoel Grandin2019-08-242-2/+2
* Simplify Sequence iterations in packageArkadiy Illarionov2019-08-228-546/+441
* oox: typos, comments, formattingAshod Nakashian2019-08-221-5/+4
* loplugin:constmethod in packageNoel Grandin2019-08-2211-14/+14
* Deduplicate some codeMike Kaganski2019-08-221-25/+16
* loplugin:constvars in package..scNoel Grandin2019-08-201-8/+8
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): packageStephan Bergmann2019-07-318-8/+8
* Fix typoAndrea Gelmini2019-07-261-1/+1
* Fix typosAndrea Gelmini2019-07-232-3/+3
* close some more holes in structuresNoel Grandin2019-07-232-4/+4
* loplugin:referencecasting in oox..pyunoNoel Grandin2019-07-202-10/+5
* cid#1448353 Uncaught exceptionCaolán McNamara2019-07-182-2/+2
* cid#1448443 Uninitialized pointer fieldCaolán McNamara2019-07-161-0/+1
* Fix typoAndrea Gelmini2019-07-011-1/+1
* improve loplugin:simplifyconstructNoel Grandin2019-06-251-3/+2
* Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann2019-06-201-1/+1
* Fix typoAndrea Gelmini2019-06-201-1/+1
* loplugin:logexceptionnicely in package..reportdesignNoel Grandin2019-06-156-426/+416
* bail out immediately if saving part of a zip package failsLuboš Luňák2019-06-101-13/+17
* parallel deflate compression (one stream, multiple threads)Luboš Luňák2019-05-286-60/+477
* split out thread functionality from ZipOutputEntryLuboš Luňák2019-05-286-151/+165
* try harder not to deflate small streams in a threadLuboš Luňák2019-05-282-2/+21
* remove code confusion about threads vs thread tasksLuboš Luňák2019-05-214-28/+30
* tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin2019-05-192-212/+218
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-1710-39/+39
* regenerate PCH headersLuboš Luňák2019-05-122-6/+6
* an is used before a vowel soundCaolán McNamara2019-05-101-1/+1
* regenerate PCH headers for the 4 new levelsLuboš Luňák2019-05-092-39/+49
* optimise find/insert patternNoel Grandin2019-04-191-2/+1
* loplugin:sequentialassign in oox..reportdesignNoel Grandin2019-04-134-18/+6
* Fix typosAndrea Gelmini2019-04-091-3/+3
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin2019-04-082-80/+96
* tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 3Noel Grandin2019-04-082-5/+6
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-084-4/+5
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-074-308/+328
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-312-15/+9