Age | Commit message (Expand) | Author |
2023-02-28 | no need to allocate ucbhelper::Content separately in UCBStorage_Impl | Noel Grandin |
2023-02-24 | osl::Mutex->std::mutex in OLESimpleStorage | Noel Grandin |
2022-09-29 | split utl::TempFile into fast and named variants | Noel Grandin |
2022-09-14 | move ErrCode to comphelper and improve debug output string | Noel Grandin |
2022-08-28 | cid#1500658 silence Resource leak | Caolán McNamara |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-06-14 | cid#1504592 Big parameter passed by value | Caolán McNamara |
2022-06-10 | new loplugin:moveit | Noel Grandin |
2022-06-03 | Use o3tl::make_unsigned, nStrLen is known to be non-negative here | Stephan Bergmann |
2022-06-01 | The return value of those getLength functions is guaranteed to be non-negative | Stephan Bergmann |
2022-05-30 | clang-tidy modernize-pass-by-value in sot | Noel Grandin |
2022-05-19 | reserve vector in StgCache::Commit() | Noel Grandin |
2022-05-12 | tdf#121740 avoid some temporary OUString construction | Noel Grandin |
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-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-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-03-18 | sot: clean up not needed HAVE_FEATURE_PDFIUM ifdefs | Miklos Vajna |
2021-02-20 | loplugin:refcounting in sot | Noel |
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-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-11-24 | loplugin:stringviewparam extend to comparison operators | Noel |
2020-11-19 | tdf#123936 Formatting files in module sot with clang-format | Philipp Hofer |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |