Age | Commit message (Expand) | Author |
2022-05-28 | add ClearItem to the SfxItemSet iterators | Noel Grandin |
2022-05-28 | split SfxItem::ClearItem into two methods | Noel Grandin |
2022-05-28 | simplify SfxItemSet::Differentiate and SfxItemSet::Intersect | Noel Grandin |
2022-05-28 | add GetItemState to SfxItemIter, the same way I did to SfxWhichIter | Noel Grandin |
2022-05-28 | use the new SfxWhichIter::GetItemState feature | Noel Grandin |
2022-05-28 | ofz#24932-1 speed up GetItemState when iterating | Noel Grandin |
2022-05-26 | ofz#24932-1 walk ItemSets together in SfxItemSet::Set | Noel Grandin |
2022-05-26 | avoid some allocation in SfxItemPropertySet::setPropertyValue | Noel Grandin |
2022-05-23 | svl: spurious GCC12 -Werror=maybe-uninitialized | Michael Stahl |
2022-05-16 | std::stable_sort() where libc++ debug mode breaks a unittest | Luboš Luňák |
2022-05-16 | make SharedString move operator= inline (tdf#126109) | Luboš Luňák |
2022-05-07 | cid#1504313 Uninitialized pointer read | Caolán McNamara |
2022-05-06 | svl: fix crash if user cancels/closes master password dialog | Michael Stahl |
2022-05-06 | tdf#148383: Obtain start/end strings always in system locale | Daniel Kamil Kozar |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-03 | Just use Any ctor instead of makeAny in svl | Stephan Bergmann |
2022-04-29 | svl: fix testSignDocument_PEM_PDF with "dbm:" NSS DB | Michael Stahl |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-27 | use string_view in ImpSvNumberInputScan::StringToDouble | Noel Grandin |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-26 | add o3tl::toUInt32 | Noel Grandin |
2022-04-25 | use string_view in CompareProtocolScheme | Noel Grandin |
2022-04-15 | Prepare SvNumberFormatter::GetEditFormat() to obtain for another locale | Eike Rathke |
2022-04-13 | use more string_view in svl | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | use more string_view | Noel Grandin |
2022-04-10 | Removed duplicated include | Andrea Gelmini |
2022-04-09 | Resolves: tdf#148052 accept a ". Month " name for matching DMY format | Eike Rathke |
2022-04-08 | move comphelper::string::toInt32 to o3tl | Noel Grandin |
2022-04-08 | use more subView when converting to Int32 | Noel Grandin |
2022-03-30 | add Initialization Vectors to password storage | Caolán McNamara |
2022-03-24 | make hash encoding match decoding | Caolán McNamara |
2022-03-24 | loplugin:constantparam | Noel Grandin |
2022-03-11 | new loplugin:trivialdestructor | Noel Grandin |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |
2022-03-06 | make a bunch of SvtBroadcaster/SvtListeners functions inline | Luboš Luňák |
2022-03-06 | do not destroy broadcasters and then recreate again (tdf#134268) | Luboš Luňák |
2022-03-03 | Recheck modules sv* with IWYU | Gabor Kelemen |
2022-02-27 | use more SfxItemSet::CloneAsValue | Noel Grandin |
2022-02-22 | merge poolio.cxx into itempool.cxx | Luboš Luňák |
2022-02-21 | replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215) | Luboš Luňák |
2022-02-20 | fix usage of std::lower_bound() in SfxItemPool (tdf#81765) | Luboš Luňák |
2022-02-18 | avoid an allocation in WhichRangesContainer::MergeRange | Noel Grandin |
2022-02-18 | improve the SfxItemSet::CloneAsValue check | Noel Grandin |
2022-02-16 | Extend loplugin:stringview to OUStringBuffer::copy | Stephan Bergmann |
2022-02-08 | speed up SfxItemPool searches with items that can't use IsSortable() | Luboš Luňák |
2022-02-07 | tdf#145868 sd replace: if search changes, restart find/replace | Justin Luth |
2022-02-06 | No need to call makeStringAndClear to pass a string view | Mike Kaganski |
2022-02-06 | Simplify code a bit | Mike Kaganski |