Age | Commit message (Expand) | Author |
2022-09-02 | tdf#150712 reduce cost of SharedString::getString | Noel Grandin |
2022-08-19 | svl: rename SfxRectangleItem::aVal to maVal | Chris Sherlock |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-08-18 | use more pass-by-value in SfxItemSet | Noel Grandin |
2022-08-17 | tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool" | Xisco Fauli |
2022-08-03 | improve assert message | Noel Grandin |
2022-07-25 | A bit of RAII | Mike Kaganski |
2022-07-25 | use more o3tl::span | Noel Grandin |
2022-07-14 | Accept 'Y D MMM' date input for locales with LongDateOrder::YDM | Eike Rathke |
2022-07-14 | Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y' | Eike Rathke |
2022-07-13 | tdf#149950: svl_qa_cppunit: Add unittest | Xisco Fauli |
2022-07-13 | Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month name | Eike Rathke |
2022-07-11 | tools: rename getHeight/Width() to GetOpenHeight/Width() | Chris Sherlock |
2022-07-04 | dodgy use of dynamic_cast on an UNO object | Noel Grandin |
2022-07-01 | small optimisation | Noel Grandin |
2022-07-01 | ChangeNullDate: assert valid date after normalization if it wasn't before | Eike Rathke |
2022-06-29 | elide unnecessary copy in SfxItemSet constructor | Noel Grandin |
2022-06-29 | tdf#117539 Assert after cut and paste operation of a chart stick | Noel Grandin |
2022-06-20 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-20 | Resolves: tdf#147265 Return correct default if currency format is duplicate | Eike Rathke |
2022-06-20 | SfxStyleSheetBasePool::Find can be const | Caolán McNamara |
2022-06-16 | tdf#128150 Add OOXML import/export for "use background fill" | Samuel Mehrbrodt |
2022-06-16 | Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differing | Eike Rathke |
2022-06-15 | Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCase | Mike Kaganski |
2022-06-15 | Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercase | Eike Rathke |
2022-06-08 | Related: tdf#149484 Display BOOLEAN literal string text additions | Eike Rathke |
2022-06-03 | clang-tidy modernize-pass-by-value in svl | Noel Grandin |
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-27 | sw: language fallback in MSWordExportBase::GetNumberFormat() | Michael Stahl |
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 |