1. a9cf098 loplugin:ostr in sot by Noel Grandin · 1 year, 11 months ago
  2. fdbc8d1 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 2 years ago
  3. fe72e20 CopyTo is never passed a null argument by Caolán McNamara · 2 years ago
  4. 25b642f simplify SotTempStream and lifetime by Noel Grandin · 2 years ago
  5. 1ac5353 Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free by Mike Kaganski · 2 years, 1 month ago
  6. ab95ed2 Use less boost_headers in low level libraries by Gabor Kelemen · 2 years, 1 month ago
  7. 6c04b83 i#112829: offer svg as clipboard format as well by Damjan Jovanovic · 2 years, 2 months ago
  8. 3653efd use more unique_ptr in StgTmpStrm by Noel Grandin · 2 years, 3 months ago
  9. 95e12ea cid#1545789 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  10. 2f9a680 Fix typo by Andrea Gelmini · 2 years, 5 months ago
  11. d8b9f57 Use std::span by Mike Kaganski · 2 years, 6 months ago
  12. f47e4b1 Simplify a bit by Mike Kaganski · 2 years, 6 months ago
  13. 87db52ab Revert "use more Reference::query instead of UNO_QUERY_THROW" by Noel Grandin · 2 years, 7 months ago
  14. 7fc6063 use more Reference::query instead of UNO_QUERY_THROW by Noel Grandin · 2 years, 8 months ago
  15. da54fbc use sal_uInt64 when dealing with stream position by Noel Grandin · 2 years, 8 months ago
  16. 009b889 do not throw DisposedException when inside a dispose() method by Noel Grandin · 2 years, 10 months ago
  17. 0dcbf8a5 Use getXWeak in sot by Mike Kaganski · 3 years ago
  18. bc21016 loplugin:stringviewparam improvements by Noel Grandin · 3 years ago
  19. 34504d2 CppunitTest_sot_test_sot: remove duplicated assert by Miklos Vajna · 3 years, 1 month ago
  20. d6ae28f no need to allocate ucbhelper::Content separately in UCBStorage_Impl by Noel Grandin · 3 years, 1 month ago
  21. 2f72de9 osl::Mutex->std::mutex in OLESimpleStorage by Noel Grandin · 3 years, 1 month ago
  22. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  23. fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
  24. f4ccf5d cid#1500658 silence Resource leak by Caolán McNamara · 3 years, 7 months ago
  25. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  26. 8b6c8e6 cid#1504592 Big parameter passed by value by Caolán McNamara · 3 years, 10 months ago
  27. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  28. ae5b06e Use o3tl::make_unsigned, nStrLen is known to be non-negative here by Stephan Bergmann · 3 years, 10 months ago
  29. e89e3a8 The return value of those getLength functions is guaranteed to be non-negative by Stephan Bergmann · 3 years, 10 months ago
  30. 9b902cf clang-tidy modernize-pass-by-value in sot by Noel Grandin · 3 years, 10 months ago
  31. 5cafa5a reserve vector in StgCache::Commit() by Noel Grandin · 3 years, 11 months ago
  32. 301b5c0 tdf#121740 avoid some temporary OUString construction by Noel Grandin · 4 years ago
  33. 6d6b84d Just use Any ctor instead of makeAny in sot by Stephan Bergmann · 4 years ago
  34. bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
  35. 144057a Recheck modules s[f-t]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  36. b457e8d cid#1500380: silence Resource leak by Julien Nabet · 4 years, 1 month ago
  37. 17950f4 use less SvStream::Flush() by Noel Grandin · 4 years, 3 months ago
  38. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  39. f586839 Windows format name is FileGroupDescriptorW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  40. 52e1d0c Windows format name is UniformResourceLocatorW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  41. 5fb9f4f tdf#145964: Windows format name is FileNameW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  42. 8d9c479 use more OInterfaceContainerHelper3 in sot by Noel Grandin · 4 years, 4 months ago
  43. a069fac loplugin:stringliteraldefine in comphelper by Noel Grandin · 4 years, 5 months ago
  44. 3f12e3e rtl::Static->thread-safe static in sot by Noel Grandin · 4 years, 5 months ago
  45. 6f17715 Prepare for removal of non-const operator[] from Sequence in sot by Mike Kaganski · 4 years, 5 months ago
  46. 0d56337 clang-tidy:clang-analyzer-optin.performance.Padding by Noel Grandin · 4 years, 7 months ago
  47. b1af708 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  48. 43542cc Missing include by Stephan Bergmann · 4 years, 8 months ago
  49. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  50. 983d089 osl::Mutex->std::mutex in FileStreamWrapper_Impl by Noel Grandin · 4 years, 8 months ago
  51. 9ae4f8b getArray->getConstArray by Noel Grandin · 4 years, 8 months ago
  52. 52b8697 rtl::Static -> static local by Noel Grandin · 4 years, 8 months ago
  53. c384c7d Simplify Sequence/vector initializations by Julien Nabet · 4 years, 10 months ago
  54. 6e1bc19 loplugin:unnecessaryreturn SotStorageStream::Commit by Noel Grandin · 4 years, 10 months ago
  55. 1590309 Simplify Sequences initializations (sot/stock/svl/svtools/svx) by Julien Nabet · 4 years, 10 months ago
  56. 6e1bdee no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
  57. cc8144f convert sal_uLong in sot by Noel Grandin · 5 years ago
  58. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  59. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  60. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  61. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  62. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  63. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  64. c082715 sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefs by Miklos Vajna · 5 years ago
  65. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  66. 2bcb38a update pches by Julien Nabet · 5 years ago
  67. 2372ce8 update pches by Caolán McNamara · 5 years ago
  68. 85a74eb loplugin:refcounting in sot by Noel · 5 years ago
  69. 860b2d0 update pches by Caolán McNamara · 5 years ago
  70. c950ded update pches by Caolán McNamara · 5 years ago
  71. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  72. 4e639c3 ofz#29691 revert throw SvStreamEOFException by Caolán McNamara · 5 years ago
  73. 846bcc5 OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() by Tor Lillqvist · 5 years ago
  74. ba1cd49 Make SotExchange::GetFormat() accept a MIME type with additional parameters by Tor Lillqvist · 5 years ago
  75. 52db69e flatten formats data in SotStorage by Noel Grandin · 5 years ago
  76. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  77. 2d34813 ofz#28918 Direct-Leak in SotStorage::OpenSotStream by Caolán McNamara · 5 years ago
  78. 974ffa7 oss-fuzz: xlsxfuzzer doesn't pass sanity check by Caolán McNamara · 5 years ago
  79. db9f139 split SotStorageStream into two classes by Noel · 5 years ago
  80. 8c9a4ff throw exception in SvStream when reading past end of file by Noel · 5 years ago
  81. 1ac4498 update pches by Caolán McNamara · 5 years ago
  82. bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
  83. 2e4529c tdf#123936 Formatting files in module sot with clang-format by Philipp Hofer · 5 years ago
  84. 242320d new loplugin:reducevarscope by Noel Grandin · 6 years ago
  85. d3158450 long->tools::Long in slideshow..starmath by Noel · 5 years ago
  86. 0593f35 TabPage no longer needs to inherit from VclBuilderContainer by Caolán McNamara · 6 years ago
  87. 98b4744 remove some unused includes and update pches by Caolán McNamara · 6 years ago
  88. 3a79f22 update pches by Caolán McNamara · 6 years ago
  89. d4df251 expand out DELETEZ by Noel Grandin · 6 years ago
  90. b050b7e update pches by Caolán McNamara · 6 years ago
  91. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  92. d72e9cc Upcoming improved loplugin:staticanonymous -> redundantstatic: sot by Stephan Bergmann · 6 years ago
  93. dfb24c3 uiobject.hxx only needs forward declares by Caolán McNamara · 6 years ago
  94. a2362e0 loplugin:buriedassign in sfx2..sot by Noel Grandin · 6 years ago
  95. 819e76d Revert "loplugin:constfields in smoketest..sot" by Noel Grandin · 6 years ago
  96. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  97. 9ef226c tdf#96505 Get rid of cargo cult long integer literals by Yusuf Keten · 6 years ago
  98. 8b55089 sal_Char->char in sot..store by Noel Grandin · 6 years ago
  99. d002d3e cppcheck: performing init in init list (sot/svl/svtools/svx) by Julien Nabet · 6 years ago
  100. f853ec31 Extend loplugin:external to warn about classes by Stephan Bergmann · 6 years ago