summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)Author
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-30loplugin:ostr in packageNoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-14tdf#131575: in repair mode, match names ASCII case-insensitivelyMike Kaganski
2023-12-07some cosmetic improvements, better warningsMichael Stahl
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6)Julien Nabet
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: packageStephan Bergmann
2023-08-28incorrect usage of erase..remove idionNoel Grandin
2023-06-18Use getXWeak in packageMike Kaganski
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-03-01assert that Mutex exists at ctor timeCaolán McNamara
2023-03-01cid#1521559 pass arg as ref to prove no Dereference before null checkCaolán McNamara
2023-02-28flatten OWriteStreamNoel Grandin
2023-02-28no need to allocate OTypeCollection separately in OStorageNoel Grandin
2023-02-28no need to allocate OTypeCollection separately in WSInternalData_ImplNoel Grandin
2023-02-17osl::Mutex->std::mutex in OHierarchyElement_ImplNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin
2023-01-13Simplify a bitMike Kaganski
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin
2022-05-25elide some OUString allocationNoel Grandin
2022-05-20fix OWriteStream implementing XUnoTunnelNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-06tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-03-17no need to have duplicate m_bIsRoot fieldsNoel Grandin
2022-03-17no need to have duplicate m_nStorageType fieldsNoel Grandin
2022-03-17flatten OStorage a littleNoel Grandin
2022-02-23cid#1500664 Dereference before null checkCaolán McNamara
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-09Simplify some TempFile service codeNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in packageNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-01loplugin:constmethodNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin