summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2023-12-01move the SfxItemPoolCache to sc/Noel Grandin2-112/+0
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)2-5/+67
2023-11-23c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl 2)Julien Nabet1-3/+2
2023-11-23c++20: use std::erase(_if) instead of std::remove(_if)+erase (svl)Julien Nabet3-9/+3
2023-11-22Work with what we have in ArrayImpl: pointersArmin Le Grand (allotropia)1-2/+0
2023-11-21Cleanup some ScPatternAttr specific stuffArmin Le Grand (allotropia)4-65/+34
2023-11-19Extended loplugin:ostr: svlStephan Bergmann1-3/+3
2023-11-19Fix performance regression with ScPatternAttr/SCArmin Le Grand (allotropia)1-41/+67
2023-11-15tdf#157518: add password strength meter to setmasterpassworddlgSarper Akdemir2-0/+50
2023-11-14cid#1550044 make it more clear that null is returned hereCaolán McNamara1-1/+1
2023-11-11Move user agent initialization to InitCurl_easyMike Kaganski1-1/+1
2023-11-09Fix typoAndrea Gelmini1-1/+1
2023-11-09Fix typoAndrea Gelmini1-1/+1
2023-11-08Avoid initialization-order-fiasco in DBG_UTIL codeStephan Bergmann1-4/+9
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)11-566/+953
2023-11-07curl: mitigate migration to OpenSSL on LinuxMichael Stahl1-0/+6
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen1-0/+1
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland2-3/+13
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann4-36/+36
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2-5/+5
2023-10-11tdf#157686 UI freezes after setting new master passwordNoel Grandin2-11/+23
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann3-35/+35
2023-09-29cid#1545230 Unchecked return valueCaolán McNamara1-1/+1
2023-09-29ITEM: Correct handling of Items in swArmin Le Grand (allotropia)2-1/+2
2023-09-11ITEM: Diverse further changes/cleanups/preparationArmin Le Grand (allotropia)4-15/+67
2023-09-09Fix typoAndrea Gelmini1-1/+1
2023-09-09Fix typoAndrea Gelmini1-2/+2
2023-09-09Fix typoAndrea Gelmini1-1/+1
2023-09-09Fix typoAndrea Gelmini1-1/+1
2023-09-08ITEM: preparations for more/easier changes IIArmin Le Grand (allotropia)2-477/+497
2023-09-07tdf#141123: impossible to replace an event after it has been setJulien Nabet1-0/+4
2023-08-18ITEM: preparations for more/easier changesArmin Le Grand (allotropia)5-75/+170
2023-08-11fix SfxBroadcaster::ForAllListenersNoel Grandin1-1/+2
2023-08-10ITEM: improve SfxItemSet notification callbackArmin Le Grand (allotropia)1-53/+55
2023-08-07Fix typosAndrea Gelmini1-4/+4
2023-08-07ITEM: speedup WhichRanges access by bufferingArmin Le Grand (allotropia)3-293/+426
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen1-1/+0
2023-08-02Silence some bogus -Werror=array-bounds etc. with GCC 12 and -std=c++20Stephan Bergmann1-0/+7
2023-07-22SfxItemSetHint is deadNoel Grandin2-34/+0
2023-07-19Cleanup SfxApplication::Get/SetOptions, and drop unused SIDsMike Kaganski3-71/+0
2023-07-17Simplify a bitMike Kaganski1-31/+9
2023-07-16SfxAllEnumItem::GetTextCount should return sal_uInt16Mike Kaganski1-1/+1
2023-07-05SvtCJKOptions::EOption is unusedNoel Grandin1-22/+8
2023-06-30Drop SfxStyleSheetBasePool::SetParentMaxim Monastirsky1-11/+0
2023-06-29loplugin:unusedmethodsNoel Grandin1-12/+0
2023-06-28Simplify SvxSearchItem::PutValue a bitMike Kaganski1-142/+110
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski1-16/+11
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-1/+1