Age | Commit message (Expand) | Author |
2023-01-17 | tdf#153006 ordering of date/time formats in report builder | Noel Grandin |
2023-01-13 | XUnoTunnel->dynamic_cast in SfxUnoStyleSheet | Noel Grandin |
2022-11-29 | New loplugin:crosscast | Stephan Bergmann |
2022-11-21 | Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> instead | Stephan Bergmann |
2022-09-27 | A bit of cosmetics | Mike Kaganski |
2022-09-26 | crashtesting: forum-de2-1635.ods | Noel Grandin |
2022-09-26 | introduce sw::SectionHidden as plain SfxHint | Bjoern Michaelsen |
2022-09-25 | unwrap SwDelChr to plain SfxHint | Bjoern Michaelsen |
2022-09-25 | unwrap SwInsText to a plain SfxHint | Bjoern Michaelsen |
2022-09-24 | unwrap SwDelText to a plain SfxHint | Bjoern Michaelsen |
2022-09-24 | Replace RES_NAME_CHANGED with an SfxHint for stronger typing | Bjoern Michaelsen |
2022-09-23 | make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647) | Luboš Luňák |
2022-09-20 | use more string_view in svl | Noel Grandin |
2022-09-06 | Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-up | Eike Rathke |
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 | use more pass-by-value in SfxItemSet | Noel Grandin |
2022-07-27 | tdf#119840 elide some dynamic_cast | Noel Grandin |
2022-07-25 | use more o3tl::span | Noel Grandin |
2022-07-15 | tdf#119840 elide some dynamic_cast cost | Noel Grandin |
2022-07-12 | elide some dynamic_cast | Noel Grandin |
2022-06-20 | SfxStyleSheetBasePool::Find can be const | Caolán McNamara |
2022-06-15 | Revert "simplify SharedString::operator=(&&)" | Noel Grandin |
2022-06-15 | simplify SharedString::operator=(&&) | Noel Grandin |
2022-06-10 | loplugin:unusedvarsglobal | Noel Grandin |
2022-06-08 | Related: tdf#149484 Display BOOLEAN literal string text additions | Eike Rathke |
2022-06-06 | add comments to SvtBroadcaster about field sizes/packing | Noel Grandin |
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 | add GetItemState to SfxItemIter, the same way I did to SfxWhichIter | Noel Grandin |
2022-05-28 | ofz#24932-1 speed up GetItemState when iterating | Noel Grandin |
2022-05-16 | make SharedString move operator= inline (tdf#126109) | Luboš Luňák |
2022-05-06 | tdf#148383: Obtain start/end strings always in system locale | Daniel Kamil Kozar |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-16 | Fix typo | Andrea Gelmini |
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-11 | use more string_view | Noel Grandin |
2022-03-11 | new loplugin:trivialdestructor | Noel Grandin |
2022-03-06 | make CellTextAttr half the size | 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-02-28 | checked signedness of Sfx*IntItem types (part2) | Noel Grandin |
2022-02-27 | use more SfxItemSet::CloneAsValue | Noel Grandin |
2022-02-21 | replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215) | Luboš Luňák |
2022-02-18 | improve the SfxItemSet::CloneAsValue check | Noel Grandin |
2022-02-15 | fix SfxItemPool::GetWhich change | Noel Grandin |
2022-02-15 | add typed GetWhich operations | Noel Grandin |
2022-02-08 | speed up SfxItemPool searches with items that can't use IsSortable() | Luboš Luňák |