summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin3-5/+4
2021-08-12flatten OZipFileAccess a littleNoel Grandin2-2/+3
2021-08-12flatten ZipPackage a littleNoel Grandin2-3/+5
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2-8/+10
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann1-1/+0
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin5-29/+29
2021-07-31Use ZLIB_CONST to avoid const_castMike Kaganski3-2/+3
2021-07-31getArray->getConstArray in packageNoel Grandin4-7/+7
2021-07-31rtl::Static -> static localNoel Grandin4-16/+8
2021-07-30tsan:data race in XBufferedThreadedStreamNoel Grandin1-1/+1
2021-07-21pass ZipEnumeration around by valueNoel Grandin3-6/+6
2021-07-20osl::Mutex->std::mutex in StarOfficeSHA1DigestContextNoel Grandin2-4/+3
2021-07-20osl::Mutex->std::mutex in CorrectSHA1DigestContextNoel Grandin2-3/+4
2021-07-20no need to use a pImpl in CorrectSHA1DigestContextNoel Grandin2-18/+11
2021-07-20osl::Mutex->std::mutex in BlowfishCFB8CipherContextNoel Grandin2-4/+4
2021-07-20osl::Mutex->std::mutex in SwitchablePersistenceStreamNoel Grandin2-16/+16
2021-07-20osl::Mutex->std::mutex in ByteGrabberNoel Grandin2-9/+9
2021-07-20osl::Mutex->std::mutex in OChildDispListener_ImplNoel Grandin2-4/+4
2021-07-19OStorage can be finalNoel Grandin1-3/+1
2021-06-23Removed duplicated includeAndrea Gelmini1-1/+0
2021-06-22reduce allocation in ZipContentInfo mapNoel Grandin10-87/+67
2021-06-21remove some unnecessary OUString::internNoel Grandin1-6/+6
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet1-9/+7
2021-06-02improve exception messageNoel Grandin1-1/+1
2021-05-16speed up package testNoel Grandin1-1/+3
2021-05-13inline some typedefsNoel Grandin1-3/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann6-12/+12
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-04-02fix detection of encrypted zip entriesDavid Blatter1-4/+5
2021-03-25const OUString -> const OUStringLiteralMike Kaganski3-42/+42
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-09Make sal/config.h the first in pchMike Kaganski2-4/+4
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 Bergmann8-30/+39
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-3/+3
2020-12-04update pchesCaolán McNamara2-2/+5
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-3/+3
2020-11-19tdf#123936 Formatting files in module package with clang-formatPhilipp Hofer9-66/+59
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