summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-11tdf#157686 UI freezes after setting new master passwordNoel Grandin
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-29cid#1545230 Unchecked return valueCaolán McNamara
2023-09-29ITEM: Correct handling of Items in swArmin Le Grand (allotropia)
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)
2023-09-09Fix typoAndrea Gelmini
2023-09-09Fix typoAndrea Gelmini
2023-09-09Fix typoAndrea Gelmini
2023-09-09Fix typoAndrea Gelmini
2023-09-08ITEM: preparations for more/easier changes IIArmin Le Grand (allotropia)
2023-09-07tdf#141123: impossible to replace an event after it has been setJulien Nabet
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)
2023-08-11fix SfxBroadcaster::ForAllListenersNoel Grandin
2023-08-10ITEM: improve SfxItemSet notification callbackArmin Le Grand (allotropia)
2023-08-07Fix typosAndrea Gelmini
2023-08-07ITEM: speedup WhichRanges access by bufferingArmin Le Grand (allotropia)
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen
2023-08-02Silence some bogus -Werror=array-bounds etc. with GCC 12 and -std=c++20Stephan Bergmann
2023-07-22SfxItemSetHint is deadNoel Grandin
2023-07-19Cleanup SfxApplication::Get/SetOptions, and drop unused SIDsMike Kaganski
2023-07-17Simplify a bitMike Kaganski
2023-07-16SfxAllEnumItem::GetTextCount should return sal_uInt16Mike Kaganski
2023-07-05SvtCJKOptions::EOption is unusedNoel Grandin
2023-06-30Drop SfxStyleSheetBasePool::SetParentMaxim Monastirsky
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-28Simplify SvxSearchItem::PutValue a bitMike Kaganski
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-21Require icu-i18n >= 66Khaled Hosny
2023-06-21svl: Use DateTime::Sub() instead of operator-()Eike Rathke
2023-06-18Use getXWeak in svlMike Kaganski
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin
2023-06-10ofz#59696 AbrtCaolán McNamara
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert
2023-06-01sw doc model xml dump: show address of SfxBoolItemsMiklos Vajna
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-27Fix typoAndrea Gelmini
2023-05-26tdf#150028 Treat decimal separator after [SS]Laurent Balland
2023-05-04Resolves: tdf#134308 if max undo is 0, treat as if no undoCaolán McNamara
2023-05-03Fix typoAndrea Gelmini
2023-05-03tdf#145925: Support AutoCapitalize in DOI recognitionBaole Fang
2023-04-27tdf#145925: Add DOI recognitionBaole Fang