summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)Author
2023-01-13XUnoTunnel->dynamic_cast in SfxUnoStyleSheetNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann
2022-09-27A bit of cosmeticsMike Kaganski
2022-09-26crashtesting: forum-de2-1635.odsNoel Grandin
2022-09-26introduce sw::SectionHidden as plain SfxHintBjoern Michaelsen
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen
2022-09-24Replace RES_NAME_CHANGED with an SfxHint for stronger typingBjoern Michaelsen
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-09-20use more string_view in svlNoel Grandin
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin
2022-08-19svl: rename SfxRectangleItem::aVal to maValChris Sherlock
2022-08-18use more pass-by-value in SfxItemSetNoel Grandin
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-07-15tdf#119840 elide some dynamic_cast costNoel Grandin
2022-07-12elide some dynamic_castNoel Grandin
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara
2022-06-15Revert "simplify SharedString::operator=(&&)"Noel Grandin
2022-06-15simplify SharedString::operator=(&&)Noel Grandin
2022-06-10loplugin:unusedvarsglobalNoel Grandin
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke
2022-06-06add comments to SvtBroadcaster about field sizes/packingNoel Grandin
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin
2022-05-16make SharedString move operator= inline (tdf#126109)Luboš Luňák
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-16Fix typoAndrea Gelmini
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2022-04-13use more string_view in svlNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-06make CellTextAttr half the sizeLuboš Luňák
2022-03-06make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-02-28checked signedness of Sfx*IntItem types (part2)Noel Grandin
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin
2022-02-15fix SfxItemPool::GetWhich changeNoel Grandin
2022-02-15add typed GetWhich operationsNoel Grandin
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth