summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
13 daysloplugin:reftotemp in sot..svlNoel Grandin1-1/+1
2024-11-07loplugin:passstuffbyref make some small improvementsNoel Grandin1-6/+6
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin1-2/+3
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin1-1/+20
2024-08-14use less exception throwing for flow controlNoel Grandin1-2/+3
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen2-0/+2
2024-05-13loplugin:ostr in sotNoel Grandin7-153/+153
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-3/+4
2024-05-01CopyTo is never passed a null argumentCaolán McNamara4-22/+22
2024-04-02simplify SotTempStream and lifetimeNoel Grandin1-47/+3
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski3-24/+24
2024-03-06Use less boost_headers in low level librariesGabor Kelemen1-2/+0
2024-02-15i#112829: offer svg as clipboard format as wellDamjan Jovanovic1-0/+1
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-10-11Use std::spanMike Kaganski3-115/+37
2023-10-11Simplify a bitMike Kaganski1-17/+7
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-1/+6
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-6/+1
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin2-4/+4
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin1-1/+1
2023-04-30Use getXWeak in sotMike Kaganski2-5/+5
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-3/+3
2023-03-14CppunitTest_sot_test_sot: remove duplicated assertMiklos Vajna1-1/+0
2023-02-28no need to allocate ucbhelper::Content separately in UCBStorage_ImplNoel Grandin1-21/+22
2023-02-24osl::Mutex->std::mutex in OLESimpleStorageNoel Grandin2-33/+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 Grandin2-2/+2
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 Grandin6-10/+14
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 Kelemen3-8/+3
2022-02-27cid#1500380: silence Resource leakJulien Nabet1-0/+2
2022-01-10use less SvStream::Flush()Noel Grandin1-2/+2
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-03Windows format name is FileGroupDescriptorW for Unicode stringsMike Kaganski2-5/+5
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski1-1/+1
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski1-2/+2
2021-11-28use more OInterfaceContainerHelper3 in sotNoel Grandin2-3/+3
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin1-11/+11
2021-11-18rtl::Static->thread-safe static in sotNoel Grandin1-167/+159