summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2022-08-19svl: rename SfxRectangleItem::aVal to maValChris Sherlock1-2/+2
2022-08-18use more pass-by-value in SfxItemSetNoel Grandin1-4/+1
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin1-0/+1
2022-07-25use more o3tl::spanNoel Grandin1-4/+5
2022-07-15tdf#119840 elide some dynamic_cast costNoel Grandin2-2/+25
2022-07-12elide some dynamic_castNoel Grandin1-0/+6
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara1-3/+3
2022-06-15Revert "simplify SharedString::operator=(&&)"Noel Grandin1-2/+10
2022-06-15simplify SharedString::operator=(&&)Noel Grandin1-10/+2
2022-06-10loplugin:unusedvarsglobalNoel Grandin1-1/+0
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke1-0/+4
2022-06-06add comments to SvtBroadcaster about field sizes/packingNoel Grandin1-0/+5
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin9-16/+21
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin3-1/+3
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin1-0/+2
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin1-0/+3
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin2-7/+23
2022-05-16make SharedString move operator= inline (tdf#126109)Luboš Luňák1-0/+18
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar1-1/+1
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-16Fix typoAndrea Gelmini1-1/+1
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke1-2/+9
2022-04-13use more string_view in svlNoel Grandin1-1/+1
2022-04-11use more string_viewNoel Grandin3-6/+6
2022-03-11new loplugin:trivialdestructorNoel Grandin1-1/+0
2022-03-06make CellTextAttr half the sizeLuboš Luňák1-1/+1
2022-03-06make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák2-7/+9
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák1-1/+1
2022-02-28checked signedness of Sfx*IntItem types (part2)Noel Grandin1-0/+20
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-5/+3
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák2-6/+12
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin1-2/+3
2022-02-15fix SfxItemPool::GetWhich changeNoel Grandin1-1/+1
2022-02-15add typed GetWhich operationsNoel Grandin1-0/+3
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák1-0/+7
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth1-0/+3
2022-02-03SfxMetricItem should take signed valueNoel Grandin1-1/+1
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák1-0/+2
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-1/+12
2022-01-29fix loading file with very large number of stylesNoel Grandin1-1/+1
2022-01-29std::vector -> std::array for NfKeywordTableNoel Grandin1-24/+2
2022-01-11tdf#145919 Localize strings in Graphics Test dialogGabor Kelemen1-0/+6
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen8-23/+7
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák1-1/+1
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák1-0/+83
2021-11-20tdf#133835 speedup calc autofilter (1)Noel Grandin1-10/+2
2021-11-19loplugin:stringliteraldefine in svlNoel Grandin2-87/+116
2021-11-16svl: fix misleading commentMichael Stahl1-1/+1
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna1-1/+1
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-0/+6