summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2023-11-01Fix typoAndrea Gelmini
2023-10-11Use std::spanMike Kaganski
2023-10-11Simplify a bitMike Kaganski
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-04-30Use getXWeak in sotMike Kaganski
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-03-14CppunitTest_sot_test_sot: remove duplicated assertMiklos Vajna
2023-02-28no need to allocate ucbhelper::Content separately in UCBStorage_ImplNoel Grandin
2023-02-24osl::Mutex->std::mutex in OLESimpleStorageNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-28cid#1500658 silence Resource leakCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara
2022-06-10new loplugin:moveitNoel Grandin
2022-06-03Use o3tl::make_unsigned, nStrLen is known to be non-negative hereStephan Bergmann
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin
2022-05-19reserve vector in StgCache::Commit()Noel Grandin
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sotStephan Bergmann
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2022-02-27cid#1500380: silence Resource leakJulien Nabet
2022-01-10use less SvStream::Flush()Noel Grandin
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-03Windows format name is FileGroupDescriptorW for Unicode stringsMike Kaganski
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski
2021-11-28use more OInterfaceContainerHelper3 in sotNoel Grandin
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin
2021-11-18rtl::Static->thread-safe static in sotNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sotMike Kaganski
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10Missing includeStephan Bergmann
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in FileStreamWrapper_ImplNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin
2021-06-11Simplify Sequence/vector initializationsJulien Nabet
2021-06-10loplugin:unnecessaryreturn SotStorageStream::CommitNoel Grandin
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet
2021-06-01no need to allocate these on the heapNoel Grandin
2021-05-07convert sal_uLong in sotNoel Grandin
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-12update PCHsCaolán McNamara