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