summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)AuthorFilesLines
2023-10-23tdf#156525 Save as > HTML loses drawing object as invalid gifNoel Grandin2-0/+29
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-16/+4
2023-05-20loplugin:unusedmethodsNoel Grandin2-29/+0
2023-04-25expose recovering zips for testingCaolán McNamara2-0/+15
2023-04-25Resolves: tdf#155005 use of uninitialised valueCaolán McNamara1-13/+18
2023-04-25tdf#155005 fail gracefully on encountering a negative compression valueCaolán McNamara1-0/+6
2023-03-30ofz#57529 Integer-overflowCaolán McNamara1-2/+7
2023-03-20Missing includes (for std::exception_ptr)Stephan Bergmann3-0/+3
2023-03-09cid#1521901 Pointer to local outside scopeCaolán McNamara1-7/+4
2023-03-09ofz#56826 Heap-use-after-freeCaolán McNamara3-2/+12
2023-03-09Fix typoAndrea Gelmini1-1/+1
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs10-70/+280
2023-03-01assert that Mutex exists at ctor timeCaolán McNamara1-9/+1
2023-03-01cid#1521559 pass arg as ref to prove no Dereference before null checkCaolán McNamara2-16/+14
2023-02-28flatten OWriteStreamNoel Grandin2-111/+100
2023-02-28no need to allocate OTypeCollection separately in OStorageNoel Grandin2-16/+17
2023-02-28no need to allocate OTypeCollection separately in WSInternalData_ImplNoel Grandin1-22/+22
2023-02-17osl::Mutex->std::mutex in OHierarchyElement_ImplNoel Grandin2-8/+8
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen1-2/+1
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin12-101/+54
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageNoel Grandin2-17/+0
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-21/+14
2023-01-13Simplify a bitMike Kaganski2-36/+14
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin3-24/+4
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+3
2022-11-22loplugin:unusedfieldsNoel Grandin3-11/+3
2022-10-27cid#1242675 Untrusted value as argumentCaolán McNamara1-0/+8
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin11-55/+35
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-6/+4
2022-09-27use more string_view in packageNoel Grandin2-8/+8
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-17cid#1500507 silence Resource leakCaolán McNamara1-1/+1
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann2-6/+8
2022-06-28use utl::TempFile directly in packageNoel Grandin5-163/+113
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin20-73/+84
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann3-5/+7
2022-05-25elide some OUString allocationNoel Grandin1-7/+10
2022-05-24use comphelper::ByteReader in XBufferedStreamNoel Grandin1-23/+45
2022-05-20fix OWriteStream implementing XUnoTunnelNoel Grandin1-1/+2
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin2-0/+92
2022-05-17elide some OUString allocationNoel Grandin1-2/+2
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-1/+1
2022-05-14reserve space in map in ZipFile::readCENNoel Grandin1-0/+1
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin2-2/+4
2022-05-06tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin1-4/+11
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann6-53/+53
2022-05-01use more string_view in variousNoel Grandin1-5/+6
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin6-6/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-3/+4