summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-21loplugin:refcounting in package..saxNoel6-61/+37
2021-02-16loplugin:referencecasting in oox..packageNoel4-6/+6
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann6-27/+34
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-3/+3
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer6-49/+40
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-05loplugin:reducevarscope in packageNoel3-11/+12
2020-10-02Use the new single-instance="true" attribute in packageStephan Bergmann2-4/+3
2020-09-28struct OHierarchyElement_Impl was apparently meant to be a classStephan Bergmann1-2/+2
2020-09-27Replace list by vector in package/ohierarchyholderJulien Nabet2-5/+4
2020-09-27Remove unused std::list in package/xstorageJulien Nabet1-1/+0
2020-09-27improve some exception messagesNoel Grandin4-14/+14
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara2-76/+76
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-76/+76
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-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 Grandin4-86/+16
2020-07-17package: create instances with uno constructorsNoel Grandin7-174/+37
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ňák1-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 Grandin7-16/+16
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 Grandin11-17/+17
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-26remove some unused local varsNoel Grandin1-1/+0
2020-01-26rename some local variablesNoel Grandin1-2/+2
2020-01-13tdf#125662: do parallel-zip in batchesDennis Francis2-61/+89
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