summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet
2021-06-02improve exception messageNoel Grandin
2021-05-16speed up package testNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-08update PCHsLuboš Luňák
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-02fix detection of encrypted zip entriesDavid Blatter
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-02-21loplugin:refcounting in package..saxNoel
2021-02-16loplugin:referencecasting in oox..packageNoel
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-04update pchesCaolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-05loplugin:reducevarscope in packageNoel
2020-10-02Use the new single-instance="true" attribute in packageStephan Bergmann
2020-09-28struct OHierarchyElement_Impl was apparently meant to be a classStephan Bergmann
2020-09-27Replace list by vector in package/ohierarchyholderJulien Nabet
2020-09-27Remove unused std::list in package/xstorageJulien Nabet
2020-09-27improve some exception messagesNoel Grandin
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Restore "bff: terminate on SAXException on malformed input"Caolán McNamara
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-07-31ofz#23241 Revert "bff: terminate on SAXException on malformed input"Caolán McNamara
2020-07-26package/xstor: create instances with uno constructorsNoel Grandin
2020-07-17package: create instances with uno constructorsNoel Grandin
2020-07-16properly finish encrypting when parallel zip saving (tdf#134796)Luboš Luňák
2020-07-14fix encrypted parallel zip saving (tdf#134332)Luboš Luňák
2020-07-12update pchesCaolán McNamara
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: packageStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann
2020-05-25package: ignore unknown encryption parameters.Vasily Melenchuk
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-18package: ODF export: fix position of manifest:start-key-generation childMichael Stahl
2020-05-15package: OFFICE-3940 ODF 1.3 export of OpenPGP encryptionMichael Stahl
2020-05-15package: OFFICE-3940 ODF 1.3 import of OpenPGP encryptionMichael Stahl
2020-05-10new loplugin:simplifypointertoboolNoel Grandin