summaryrefslogtreecommitdiff
path: root/sot/source/sdstor
AgeCommit message (Expand)AuthorFilesLines
2024-04-02simplify SotTempStream and lifetimeNoel Grandin1-47/+3
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-11/+11
2023-12-30use more unique_ptr in StgTmpStrmNoel Grandin2-3/+3
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2023-11-01Fix typoAndrea Gelmini1-1/+1
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin2-4/+4
2023-04-30Use getXWeak in sotMike Kaganski1-4/+4
2023-02-28no need to allocate ucbhelper::Content separately in UCBStorage_ImplNoel Grandin1-21/+22
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin3-8/+8
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-28cid#1500658 silence Resource leakCaolán McNamara1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara2-3/+2
2022-06-10new loplugin:moveitNoel Grandin1-3/+3
2022-06-03Use o3tl::make_unsigned, nStrLen is known to be non-negative hereStephan Bergmann1-1/+2
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin4-7/+10
2022-05-19reserve vector in StgCache::Commit()Noel Grandin1-0/+1
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin1-1/+2
2022-05-04Just use Any ctor instead of makeAny in sotStephan Bergmann2-2/+2
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann2-2/+4
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen1-1/+0
2022-02-27cid#1500380: silence Resource leakJulien Nabet1-0/+2
2022-01-10use less SvStream::Flush()Noel Grandin1-2/+2
2021-10-31Prepare for removal of non-const operator[] from Sequence in sotMike Kaganski1-12/+9
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin3-6/+3
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-7/+7
2021-08-01osl::Mutex->std::mutex in FileStreamWrapper_ImplNoel Grandin1-8/+9
2021-07-31getArray->getConstArrayNoel Grandin1-3/+3
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-5/+1
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin1-2/+1
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-8/+2
2021-06-01no need to allocate these on the heapNoel Grandin2-3/+5
2021-05-07convert sal_uLong in sotNoel Grandin6-34/+34
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-2/+2
2021-02-20loplugin:refcounting in sotNoel1-6/+4
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara3-24/+5
2020-12-27ofz#28918 Direct-Leak in SotStorage::OpenSotStreamCaolán McNamara1-2/+2
2020-12-22oss-fuzz: xlsxfuzzer doesn't pass sanity checkCaolán McNamara2-3/+13
2020-12-22split SotStorageStream into two classesNoel1-107/+56
2020-12-18throw exception in SvStream when reading past end of fileNoel1-2/+11
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+2
2020-10-22long->tools::Long in slideshow..starmathNoel2-2/+2
2020-08-12expand out DELETEZNoel Grandin1-2/+6
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: sotStephan Bergmann1-2/+2
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin2-2/+6
2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin2-6/+6
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+3
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1