summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Expand)AuthorAgeFilesLines
* use utl::TempFile directly in packageNoel Grandin2022-06-285-163/+113
* clang-tidy modernize-pass-by-value in packageNoel Grandin2022-06-2320-73/+84
* Use more appropriate return type for ThreadPool::getPreferredConcurrencyStephan Bergmann2022-06-023-5/+7
* elide some OUString allocationNoel Grandin2022-05-251-7/+10
* use comphelper::ByteReader in XBufferedStreamNoel Grandin2022-05-241-23/+45
* fix OWriteStream implementing XUnoTunnelNoel Grandin2022-05-201-1/+2
* add ByteWriter to reduce memory copying when writing dataNoel Grandin2022-05-192-0/+92
* elide some OUString allocationNoel Grandin2022-05-171-2/+2
* tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin2022-05-141-1/+1
* reserve space in map in ZipFile::readCENNoel Grandin2022-05-141-0/+1
* avoid some OUString construction on some hot pathsNoel Grandin2022-05-112-2/+4
* tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin2022-05-061-4/+11
* Just use Any ctor instead of makeAny in packageStephan Bergmann2022-05-046-53/+53
* use more string_view in variousNoel Grandin2022-05-011-5/+6
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-04-261-1/+2
* loplugin:passstuffbyrefNoel Grandin2022-04-206-6/+6
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-132-3/+4
* no need to have duplicate m_bIsRoot fieldsNoel Grandin2022-03-172-23/+19
* no need to have duplicate m_nStorageType fieldsNoel Grandin2022-03-172-49/+45
* flatten OStorage a littleNoel Grandin2022-03-172-221/+215
* loplugin:trivialdestructor (-stdlib=libc++)Stephan Bergmann2022-03-142-2/+0
* new loplugin:trivialdestructorNoel Grandin2022-03-112-4/+0
* cid#1500664 Dereference before null checkCaolán McNamara2022-02-231-4/+4
* Recheck modules [o-r]* with IWYUGabor Kelemen2022-01-3045-117/+59
* WASM make test file loading workArmin Le Grand (Allotropia)2022-01-201-0/+2
* optimise and simplify ZipOutputEntryInThreadNoel Grandin2022-01-112-15/+8
* Simplify some TempFile service codeNoel Grandin2022-01-092-10/+8
* Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski2021-12-261-6/+6
* loplugin:flatten in package..reportdesignNoel Grandin2021-12-221-20/+18
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-102-2/+2
* use more OInterfaceContainerHelper3 in packageNoel Grandin2021-11-274-6/+6
* Fix typoStephan Bergmann2021-11-271-1/+1
* loplugin:stringliteraldefine in packageNoel Grandin2021-11-264-279/+175
* loplugin:stringliteraldefine in comphelperNoel Grandin2021-11-242-3/+3
* Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski2021-10-3010-123/+131
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-152-12/+12
* loplugin:moveparam in packageNoel Grandin2021-10-112-3/+3
* drop 'using namespace std' in packageJulien Nabet2021-10-032-6/+4
* loplugin:constmethodNoel Grandin2021-10-011-1/+1
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+2
* loplugin:finalclassesNoel Grandin2021-09-151-1/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski2021-09-153-28/+12
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-153-14/+3
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-155-11/+12
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-153-3/+3
* clang-tidy:readability-redundant-member-initNoel Grandin2021-09-012-3/+0
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-233-5/+4
* flatten OZipFileAccess a littleNoel Grandin2021-08-122-2/+3
* flatten ZipPackage a littleNoel Grandin2021-08-122-3/+5
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-072-8/+10