summaryrefslogtreecommitdiff
path: root/package/source/xstor/owriteablestream.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-28incorrect usage of erase..remove idionNoel Grandin1-1/+1
2023-06-18Use getXWeak in packageMike Kaganski1-13/+9
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 McNamara1-14/+12
2023-02-28flatten OWriteStreamNoel Grandin1-108/+94
2023-02-28no need to allocate OTypeCollection separately in WSInternalData_ImplNoel Grandin1-22/+22
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin1-3/+2
2023-01-13Simplify a bitMike Kaganski1-6/+2
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin1-16/+3
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+0
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-18comphelper::ByteWriter::writeSomeBytes always writes all bytesStephan Bergmann1-5/+7
2022-06-28use utl::TempFile directly in packageNoel Grandin1-129/+87
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin1-4/+5
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 Grandin1-0/+82
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 Grandin1-1/+2
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann1-14/+14
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-2/+1
2022-01-09Simplify some TempFile service codeNoel Grandin1-5/+4
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski1-16/+18
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-9/+9
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-3/+4
2021-07-31rtl::Static -> static localNoel Grandin1-4/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-02-21loplugin:refcounting in package..saxNoel1-19/+11
2021-01-12tdf#42982: Improve UNO API error reportingBayram Çiçek1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-7/+7
2020-09-27improve some exception messagesNoel Grandin1-10/+10
2020-04-03loplugin:flatten in packageNoel Grandin1-158/+158
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-1/+1
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-3/+5
2019-10-01loplugin:stringadd in package..saxNoel Grandin1-5/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov1-197/+148
2019-08-22Deduplicate some codeMike Kaganski1-25/+16
2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin1-9/+4
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+2
2019-06-20Fix typoAndrea Gelmini1-1/+1
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin1-63/+52
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-4/+4
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin1-6/+2
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-42/+42