Age | Commit message (Expand) | Author |
2022-05-04 | Just use Any ctor instead of makeAny in sot | Stephan Bergmann |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-03-01 | Recheck modules s[f-t]* with IWYU | Gabor Kelemen |
2022-02-27 | cid#1500380: silence Resource leak | Julien Nabet |
2022-01-10 | use less SvStream::Flush() | Noel Grandin |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-03 | Windows format name is FileGroupDescriptorW for Unicode strings | Mike Kaganski |
2021-12-03 | Windows format name is UniformResourceLocatorW for Unicode strings | Mike Kaganski |
2021-12-01 | tdf#145964: Windows format name is FileNameW for Unicode strings | Mike Kaganski |
2021-11-28 | use more OInterfaceContainerHelper3 in sot | Noel Grandin |
2021-11-24 | loplugin:stringliteraldefine in comphelper | Noel Grandin |
2021-11-18 | rtl::Static->thread-safe static in sot | Noel Grandin |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in sot | Mike Kaganski |
2021-09-06 | clang-tidy:clang-analyzer-optin.performance.Padding | Noel Grandin |
2021-09-02 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-08-10 | Missing include | Stephan Bergmann |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-01 | osl::Mutex->std::mutex in FileStreamWrapper_Impl | Noel Grandin |
2021-07-31 | getArray->getConstArray | Noel Grandin |
2021-07-29 | rtl::Static -> static local | Noel Grandin |
2021-06-11 | Simplify Sequence/vector initializations | Julien Nabet |
2021-06-10 | loplugin:unnecessaryreturn SotStorageStream::Commit | Noel Grandin |
2021-06-10 | Simplify Sequences initializations (sot/stock/svl/svtools/svx) | Julien Nabet |
2021-06-01 | no need to allocate these on the heap | Noel Grandin |
2021-05-07 | convert sal_uLong in sot | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-12 | update PCHs | Caolán McNamara |
2021-04-08 | update PCHs | Luboš Luňák |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-21 | update pches | Caolán McNamara |
2021-03-18 | sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefs | Miklos Vajna |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-06 | update pches | Julien Nabet |
2021-02-23 | update pches | Caolán McNamara |
2021-02-20 | loplugin:refcounting in sot | Noel |
2021-02-19 | update pches | Caolán McNamara |
2021-02-08 | update pches | Caolán McNamara |
2021-02-08 | Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) | Stephan Bergmann |
2021-01-20 | ofz#29691 revert throw SvStreamEOFException | Caolán McNamara |
2021-01-15 | OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() | Tor Lillqvist |
2021-01-14 | Make SotExchange::GetFormat() accept a MIME type with additional parameters | Tor Lillqvist |
2021-01-14 | flatten formats data in SotStorage | Noel Grandin |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-27 | ofz#28918 Direct-Leak in SotStorage::OpenSotStream | Caolán McNamara |
2020-12-22 | oss-fuzz: xlsxfuzzer doesn't pass sanity check | Caolán McNamara |
2020-12-22 | split SotStorageStream into two classes | Noel |
2020-12-18 | throw exception in SvStream when reading past end of file | Noel |
2020-12-04 | update pches | Caolán McNamara |
2020-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |