summaryrefslogtreecommitdiff
path: root/package/source/xstor
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#163486: PVS: redundant nullptr checkXisco Fauli1-2/+1
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara2-4/+4
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-10-25cid#1633347 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-09-11use more concrete UNO type in packageNoel Grandin2-6/+5
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin6-3/+54
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-29Simplify a bitMike Kaganski3-14/+14
2024-07-29Prevent rtl::Reference -> css::uno::Reference -> rtl::Reference implicit pathMike Kaganski2-23/+13
2024-06-13use more concrete UNO types in OStorageNoel Grandin4-30/+37
2024-05-03WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-7/+7
2024-04-30loplugin:ostr in packageNoel Grandin6-79/+78
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-5/+5
2023-12-14tdf#131575: in repair mode, match names ASCII case-insensitivelyMike Kaganski2-0/+7
2023-12-07some cosmetic improvements, better warningsMichael Stahl1-1/+1
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 6)Julien Nabet3-10/+8
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: packageStephan Bergmann1-4/+4
2023-08-28incorrect usage of erase..remove idionNoel Grandin1-1/+1
2023-06-18Use getXWeak in packageMike Kaganski4-45/+38
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-16/+4
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-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin3-21/+15
2023-01-13Simplify a bitMike Kaganski1-6/+2
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin2-20/+3
2022-11-22loplugin:unusedfieldsNoel Grandin3-11/+3
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin4-20/+17
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-6/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
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 Grandin9-36/+41
2022-05-25elide some OUString allocationNoel Grandin1-7/+10
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-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 Bergmann2-34/+34
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