summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák2022-09-261-1/+2
* Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke2022-09-071-2/+0
* Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke2022-06-081-0/+4
* add comments to SvtBroadcaster about field sizes/packingNoel Grandin2022-06-061-0/+5
* clang-tidy modernize-pass-by-value in svlNoel Grandin2022-06-039-16/+21
* add ClearItem to the SfxItemSet iteratorsNoel Grandin2022-05-283-1/+3
* split SfxItem::ClearItem into two methodsNoel Grandin2022-05-281-0/+2
* add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin2022-05-281-0/+3
* ofz#24932-1 speed up GetItemState when iteratingNoel Grandin2022-05-282-7/+23
* make SharedString move operator= inline (tdf#126109)Luboš Luňák2022-05-161-0/+18
* tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar2022-05-061-1/+1
* use more string_view in INetURLObjectNoel Grandin2022-04-295-7/+7
* Fix typoAndrea Gelmini2022-04-161-1/+1
* Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke2022-04-151-2/+9
* use more string_view in svlNoel Grandin2022-04-131-1/+1
* use more string_viewNoel Grandin2022-04-113-6/+6
* new loplugin:trivialdestructorNoel Grandin2022-03-111-1/+0
* make CellTextAttr half the sizeLuboš Luňák2022-03-061-1/+1
* make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák2022-03-062-7/+9
* do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák2022-03-061-1/+1
* checked signedness of Sfx*IntItem types (part2)Noel Grandin2022-02-281-0/+20
* use more SfxItemSet::CloneAsValueNoel Grandin2022-02-271-5/+3
* replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák2022-02-212-6/+12
* improve the SfxItemSet::CloneAsValue checkNoel Grandin2022-02-181-2/+3
* fix SfxItemPool::GetWhich changeNoel Grandin2022-02-151-1/+1
* add typed GetWhich operationsNoel Grandin2022-02-151-0/+3
* speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák2022-02-081-0/+7
* tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth2022-02-071-0/+3
* SfxMetricItem should take signed valueNoel Grandin2022-02-031-1/+1
* support for the WebP image format (tdf#114532)Luboš Luňák2022-01-311-0/+2
* used TypedWhichId in the constructor of various svx *Item classesNoel Grandin2022-01-291-1/+12
* fix loading file with very large number of stylesNoel Grandin2022-01-291-1/+1
* std::vector -> std::array for NfKeywordTableNoel Grandin2022-01-291-24/+2
* tdf#145919 Localize strings in Graphics Test dialogGabor Kelemen2022-01-111-0/+6
* Recheck include/[s-x]* with IWYUGabor Kelemen2021-12-248-23/+7
* make it clearer that ScHint is modifiedLuboš Luňák2021-12-061-1/+1
* make a bunch of svl::SharedString functions inlineLuboš Luňák2021-11-231-0/+83
* tdf#133835 speedup calc autofilter (1)Noel Grandin2021-11-201-10/+2
* loplugin:stringliteraldefine in svlNoel Grandin2021-11-192-87/+116
* svl: fix misleading commentMichael Stahl2021-11-161-1/+1
* sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna2021-11-111-1/+1
* sw: allow undo of typing in 2 views independent from each otherMiklos Vajna2021-11-101-0/+6
* Silence -Werror,-Wdeprecated-copyStephan Bergmann2021-10-261-1/+0
* tdf#131025 swtable: don't apply number format to non-number textJustin Luth2021-10-261-0/+2
* Fix toolbar button's currency list's number format for default localeEike Rathke2021-10-251-0/+4
* Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann2021-10-121-2/+0
* loplugin:moveparam in svlNoel Grandin2021-10-101-1/+1
* loplugin:moveparam in svlNoel Grandin2021-10-081-1/+1
* Use placement new to avoid one of the allocation calls...Noel Grandin2021-10-031-0/+2
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-3/+3