summaryrefslogtreecommitdiff
path: root/package/source
AgeCommit message (Expand)AuthorFilesLines
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 Grandin9-85/+52
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageNoel Grandin1-11/+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 Grandin10-54/+33
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-6/+4
2022-09-27use more string_view in packageNoel Grandin1-7/+7
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann5-5/+5
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 Grandin4-163/+112
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin17-66/+77
2022-06-02Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann2-4/+5
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 Grandin3-3/+3
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-3/+4
2022-03-17no need to have duplicate m_bIsRoot fieldsNoel Grandin2-23/+19
2022-03-17no need to have duplicate m_nStorageType fieldsNoel Grandin2-49/+45
2022-03-17flatten OStorage a littleNoel Grandin2-221/+215
2022-03-14loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin1-3/+0
2022-02-23cid#1500664 Dereference before null checkCaolán McNamara1-4/+4
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen34-89/+33
2022-01-20WASM make test file loading workArmin Le Grand (Allotropia)1-0/+2
2022-01-11optimise and simplify ZipOutputEntryInThreadNoel Grandin1-14/+7
2022-01-09Simplify some TempFile service codeNoel Grandin2-10/+8
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski1-6/+6
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin1-20/+18
2021-11-27use more OInterfaceContainerHelper3 in packageNoel Grandin3-4/+4
2021-11-27Fix typoStephan Bergmann1-1/+1
2021-11-26loplugin:stringliteraldefine in packageNoel Grandin3-274/+170
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin2-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski9-117/+129