summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2020-08-19Restore "bff: terminate on SAXException on malformed input"Caolán McNamara1-1/+22
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-5/+5
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara2-5/+9
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-1/+2
2020-07-31ofz#23241 Revert "bff: terminate on SAXException on malformed input"Caolán McNamara1-22/+1
2020-07-26package/xstor: create instances with uno constructorsNoel Grandin5-87/+16
2020-07-17package: create instances with uno constructorsNoel Grandin11-192/+46
2020-07-16properly finish encrypting when parallel zip saving (tdf#134796)Luboš Luňák1-1/+2
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák2-1/+5
2020-07-12update pchesCaolán McNamara1-1/+4
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: packageStephan Bergmann1-71/+71
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-1/+1
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann3-27/+13
2020-05-25package: ignore unknown encryption parameters.Vasily Melenchuk1-5/+0
2020-05-24inline some use-once typedefsNoel Grandin2-6/+2
2020-05-18package: ODF export: fix position of manifest:start-key-generation childMichael Stahl1-42/+40
2020-05-15package: OFFICE-3940 ODF 1.3 export of OpenPGP encryptionMichael Stahl1-19/+38
2020-05-15package: OFFICE-3940 ODF 1.3 import of OpenPGP encryptionMichael Stahl1-13/+18
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in packageNoel Grandin12-26/+26
2020-04-26update pchesCaolán McNamara1-3/+2
2020-04-15loplugin:buriedassign in l,o,p*Noel Grandin2-5/+8
2020-04-03loplugin:flatten in packageNoel Grandin6-1027/+1029
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-1/+0
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin14-24/+24
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+1
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-28remove some unused local varsNoel Grandin1-2/+0
2020-01-26tdf#124176: Use pragma once instead of include guardsBurak Bala1-3/+2
2020-01-26remove some unused local varsNoel Grandin1-1/+0
2020-01-26rename some local variablesNoel Grandin1-2/+2
2020-01-13loplugin:finalclasses in package..sfx2Noel Grandin4-6/+6
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis3-70/+109
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis1-4/+1
2020-01-13tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-12tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctorYusuf Keten1-2/+1
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis1-1/+4
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski3-5/+8
2019-12-19sal_Char->char in oox..registryNoel Grandin2-2/+2
2019-11-28check crcs when fuzzing after allCaolán McNamara1-3/+1
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann1-6/+0
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet1-2/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-15do not clean up EncryptionData during SaveAsVasily Melenchuk1-19/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-2/+15
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-3/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-01loplugin:stringadd in package..saxNoel Grandin4-15/+7