summaryrefslogtreecommitdiff
path: root/include/svl
AgeCommit message (Expand)AuthorFilesLines
2023-02-25refactor DocPosUpdate, part 2Bjoern Michaelsen1-0/+2
2023-02-21replace RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED with SfxHintsBjoern Michaelsen1-0/+2
2023-02-15replace RES_GRAPHIC_PIECE_ARRIVED and RES_LINKED_GRAPHIC_STREAM_ARRIVEDBjoern Michaelsen1-0/+3
2023-02-15osl::Mutex->std::mutex in LockFileCommonNoel Grandin4-12/+18
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland1-0/+3
2023-01-30Fix typosAndrea Gelmini1-2/+2
2023-01-30tdf#152722 Number Format: keep NatNum modifiersLaurent Balland1-0/+3
2023-01-17tdf#153006 ordering of date/time formats in report builderNoel Grandin1-1/+5
2023-01-13XUnoTunnel->dynamic_cast in SfxUnoStyleSheetNoel Grandin1-6/+1
2022-11-29New loplugin:crosscastStephan Bergmann2-2/+2
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann1-3/+2
2022-09-27A bit of cosmeticsMike Kaganski1-14/+11
2022-09-26crashtesting: forum-de2-1635.odsNoel Grandin1-0/+6
2022-09-26introduce sw::SectionHidden as plain SfxHintBjoern Michaelsen1-0/+1
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen1-0/+1
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen1-0/+1
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen1-0/+1
2022-09-24Replace RES_NAME_CHANGED with an SfxHint for stronger typingBjoern Michaelsen1-0/+1
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák1-1/+2
2022-09-20use more string_view in svlNoel Grandin3-4/+4
2022-09-06Related: tdf#150307 Use SfxHintId::ScAreasChanged, tdf#137577 follow-upEike Rathke1-2/+0
2022-09-02tdf#150712 reduce cost of SharedString::getStringNoel Grandin1-3/+4
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