1. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  2. 8b458b4 sc: only export table with row/column annotation on MARKDOWN_ANNOTATED by Rashesh Padia · 2 weeks ago
  3. 372dc14 tdf#171121 Lower the priority of markdown on the clipboard by Ujjawal Kumar · 2 weeks ago
  4. 9cb9a52 Change paste special behaviour for markdown by Ujjawal Kumar · 4 weeks ago
  5. b42aef5 tdf#146619 Run IWYU again on include/sot/ by Gabor Kelemen · 5 months ago
  6. 88c9155 Use static_assert instead of assert by Mike Kaganski · 5 months ago
  7. ba49c92 tdf#127675 Treat Biff12 when pasting by Laurent Balland · 8 months ago
  8. 003380c tdf#145614: Convert #define to enum class by codemaestro · 6 months ago
  9. dbdc2f1 Refactor initialization of translation table by Mike Kaganski · 5 months ago
  10. effd681 An omission from commit 84c1c49d8699f4106168a524ce774f42ef843b1f by Mike Kaganski · 5 months ago
  11. 84c1c49 Fix Unicode-dependent format names by Mike Kaganski · 5 months ago
  12. 5f58239 Drop DataFlavorRepresentation, use datatransfer::DataFlavor directly by Mike Kaganski · 7 months ago
  13. a255b04 Shorten some names ending with _ASCII by Mike Kaganski · 7 months ago
  14. 24a54f6 Shorten comments that moved code too far to the right by Mike Kaganski · 7 months ago
  15. 41b259c Add a function to add new dynamic flavor by Mike Kaganski · 7 months ago
  16. e98986d Use GetFormatIdFromMimeType in RegisterFormatMimeType by Mike Kaganski · 7 months ago
  17. f68e27a Add functions to convert SotClipboardFormatId <-> index in array by Mike Kaganski · 7 months ago
  18. 68a806a Drop useless (and sometimes erroneous) comments by Mike Kaganski · 7 months ago
  19. 215c439 Deduplicate the code by Mike Kaganski · 7 months ago
  20. d11111f Simplify the check introduced in ba1cd4964259221549f3671f89a701e67d7deb71 by Mike Kaganski · 7 months ago
  21. f8c2fbd tdf#162153 Introduce clipboard support for Markdown format. by Ujjawal Kumar · 9 months ago
  22. 22f46bd use more concrete UNO classes by Noel Grandin · 1 year, 1 month ago
  23. 65caa58 loplugin:reftotemp in sot..svl by Noel Grandin · 1 year, 5 months ago
  24. 5fdfc07 loplugin:passstuffbyref make some small improvements by Noel Grandin · 1 year, 5 months ago
  25. 19bc885 move vcl::DeleteOnDeinit to tools by Noel Grandin · 1 year, 6 months ago
  26. a6ad198 tdf#158556 use more comphelper::ByteReader by Noel Grandin · 1 year, 8 months ago
  27. ece0729 use less exception throwing for flow control by Noel Grandin · 1 year, 8 months ago
  28. e1a351c Remove now unneeded osl/diagnose.h by Gabor Kelemen · 1 year, 11 months ago
  29. a9cf098 loplugin:ostr in sot by Noel Grandin · 1 year, 11 months ago
  30. fdbc8d1 WaE: C6011 Dereferencing NULL pointer warnings by Caolán McNamara · 2 years ago
  31. fe72e20 CopyTo is never passed a null argument by Caolán McNamara · 2 years ago
  32. 25b642f simplify SotTempStream and lifetime by Noel Grandin · 2 years ago
  33. 1ac5353 Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-free by Mike Kaganski · 2 years, 1 month ago
  34. ab95ed2 Use less boost_headers in low level libraries by Gabor Kelemen · 2 years, 1 month ago
  35. 6c04b83 i#112829: offer svg as clipboard format as well by Damjan Jovanovic · 2 years, 2 months ago
  36. 3653efd use more unique_ptr in StgTmpStrm by Noel Grandin · 2 years, 3 months ago
  37. 95e12ea cid#1545789 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 2 years, 4 months ago
  38. 2f9a680 Fix typo by Andrea Gelmini · 2 years, 5 months ago
  39. d8b9f57 Use std::span by Mike Kaganski · 2 years, 6 months ago
  40. f47e4b1 Simplify a bit by Mike Kaganski · 2 years, 6 months ago
  41. 87db52ab Revert "use more Reference::query instead of UNO_QUERY_THROW" by Noel Grandin · 2 years, 7 months ago
  42. 7fc6063 use more Reference::query instead of UNO_QUERY_THROW by Noel Grandin · 2 years, 8 months ago
  43. da54fbc use sal_uInt64 when dealing with stream position by Noel Grandin · 2 years, 8 months ago
  44. 009b889 do not throw DisposedException when inside a dispose() method by Noel Grandin · 2 years, 10 months ago
  45. 0dcbf8a5 Use getXWeak in sot by Mike Kaganski · 3 years ago
  46. bc21016 loplugin:stringviewparam improvements by Noel Grandin · 3 years ago
  47. 34504d2 CppunitTest_sot_test_sot: remove duplicated assert by Miklos Vajna · 3 years, 1 month ago
  48. d6ae28f no need to allocate ucbhelper::Content separately in UCBStorage_Impl by Noel Grandin · 3 years, 1 month ago
  49. 2f72de9 osl::Mutex->std::mutex in OLESimpleStorage by Noel Grandin · 3 years, 1 month ago
  50. 4b95451f split utl::TempFile into fast and named variants by Noel Grandin · 3 years, 7 months ago
  51. fd3888c move ErrCode to comphelper and improve debug output string by Noel Grandin · 3 years, 7 months ago
  52. f4ccf5d cid#1500658 silence Resource leak by Caolán McNamara · 3 years, 7 months ago
  53. 91ba965 Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx by Stephan Bergmann · 3 years, 8 months ago
  54. 8b6c8e6 cid#1504592 Big parameter passed by value by Caolán McNamara · 3 years, 10 months ago
  55. f71606c new loplugin:moveit by Noel Grandin · 3 years, 10 months ago
  56. ae5b06e Use o3tl::make_unsigned, nStrLen is known to be non-negative here by Stephan Bergmann · 3 years, 10 months ago
  57. e89e3a8 The return value of those getLength functions is guaranteed to be non-negative by Stephan Bergmann · 3 years, 10 months ago
  58. 9b902cf clang-tidy modernize-pass-by-value in sot by Noel Grandin · 3 years, 10 months ago
  59. 5cafa5a reserve vector in StgCache::Commit() by Noel Grandin · 3 years, 11 months ago
  60. 301b5c0 tdf#121740 avoid some temporary OUString construction by Noel Grandin · 4 years ago
  61. 6d6b84d Just use Any ctor instead of makeAny in sot by Stephan Bergmann · 4 years ago
  62. bdff0bb Use o3tl::make_unsigned in some places by Stephan Bergmann · 4 years ago
  63. 144057a Recheck modules s[f-t]* with IWYU by Gabor Kelemen · 4 years, 2 months ago
  64. b457e8d cid#1500380: silence Resource leak by Julien Nabet · 4 years, 1 month ago
  65. 17950f4 use less SvStream::Flush() by Noel Grandin · 4 years, 3 months ago
  66. db3a61c Generally determine Rdb content from gb_*_set_componentfile calls by Stephan Bergmann · 4 years, 4 months ago
  67. f586839 Windows format name is FileGroupDescriptorW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  68. 52e1d0c Windows format name is UniformResourceLocatorW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  69. 5fb9f4f tdf#145964: Windows format name is FileNameW for Unicode strings by Mike Kaganski · 4 years, 4 months ago
  70. 8d9c479 use more OInterfaceContainerHelper3 in sot by Noel Grandin · 4 years, 4 months ago
  71. a069fac loplugin:stringliteraldefine in comphelper by Noel Grandin · 4 years, 5 months ago
  72. 3f12e3e rtl::Static->thread-safe static in sot by Noel Grandin · 4 years, 5 months ago
  73. 6f17715 Prepare for removal of non-const operator[] from Sequence in sot by Mike Kaganski · 4 years, 5 months ago
  74. 0d56337 clang-tidy:clang-analyzer-optin.performance.Padding by Noel Grandin · 4 years, 7 months ago
  75. b1af708 clang-tidy:readability-redundant-member-init by Noel Grandin · 4 years, 7 months ago
  76. 43542cc Missing include by Stephan Bergmann · 4 years, 8 months ago
  77. 05ab383 Consolidate on C++17 std::scoped_lock instead of std::lock_guard by Noel Grandin · 4 years, 8 months ago
  78. 983d089 osl::Mutex->std::mutex in FileStreamWrapper_Impl by Noel Grandin · 4 years, 8 months ago
  79. 9ae4f8b getArray->getConstArray by Noel Grandin · 4 years, 8 months ago
  80. 52b8697 rtl::Static -> static local by Noel Grandin · 4 years, 8 months ago
  81. c384c7d Simplify Sequence/vector initializations by Julien Nabet · 4 years, 10 months ago
  82. 6e1bc19 loplugin:unnecessaryreturn SotStorageStream::Commit by Noel Grandin · 4 years, 10 months ago
  83. 1590309 Simplify Sequences initializations (sot/stock/svl/svtools/svx) by Julien Nabet · 4 years, 10 months ago
  84. 6e1bdee no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
  85. cc8144f convert sal_uLong in sot by Noel Grandin · 5 years ago
  86. 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
  87. 3077f05 update PCHs by Caolán McNamara · 5 years ago
  88. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  89. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  90. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  91. e3e7bc6 update pches by Caolán McNamara · 5 years ago
  92. c082715 sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefs by Miklos Vajna · 5 years ago
  93. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  94. 2bcb38a update pches by Julien Nabet · 5 years ago
  95. 2372ce8 update pches by Caolán McNamara · 5 years ago
  96. 85a74eb loplugin:refcounting in sot by Noel · 5 years ago
  97. 860b2d0 update pches by Caolán McNamara · 5 years ago
  98. c950ded update pches by Caolán McNamara · 5 years ago
  99. 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
  100. 4e639c3 ofz#29691 revert throw SvStreamEOFException by Caolán McNamara · 5 years ago