summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-06-21Require icu-i18n >= 66Khaled Hosny1-5/+1
2023-06-21svl: Use DateTime::Sub() instead of operator-()Eike Rathke2-6/+6
2023-06-18Use getXWeak in svlMike Kaganski5-20/+16
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky1-1/+1
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin1-6/+23
2023-06-10ofz#59696 AbrtCaolán McNamara1-0/+3
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-26/+13
2023-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert2-70/+59
2023-06-01sw doc model xml dump: show address of SfxBoolItemsMiklos Vajna2-1/+2
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin2-2/+2
2023-05-27Fix typoAndrea Gelmini1-1/+1
2023-05-26tdf#150028 Treat decimal separator after [SS]Laurent Balland2-0/+23
2023-05-04Resolves: tdf#134308 if max undo is 0, treat as if no undoCaolán McNamara1-1/+4
2023-05-03Fix typoAndrea Gelmini1-5/+5
2023-05-03tdf#145925: Support AutoCapitalize in DOI recognitionBaole Fang2-2/+7
2023-04-27tdf#145925: Add DOI recognitionBaole Fang2-0/+113
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin1-2/+2
2023-04-06tdf#153887 Fraction number format: avoid 0/0Laurent Balland2-3/+17
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin6-74/+41
2023-03-23rtl::Static to thread-safe-staticNoel Grandin1-3/+7
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-1/+1
2023-03-15tdf#117037: svl_qa_cppunit: Add unittestXisco Fauli1-2/+3
2023-03-14tdf#117037 - Support Unicode minus (0x2212) in the number scannerAndreas Heinisch1-0/+3
2023-03-14elide some temporary OStringsNoel Grandin1-7/+4
2023-03-14svl: fix CppunitTest_desktop_lib's DesktopLOKTest::testSignDocument_PEM_PDFMiklos Vajna1-1/+6
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin1-18/+8
2023-03-13Introduce OUStringBuffer::insert taking OUStringConcatMike Kaganski1-12/+7
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-1/+0
2023-02-28no need to allocate Date separately in ImpSvNumberInputScanNoel Grandin2-12/+6
2023-02-25refactor DocPosUpdate, part 2Bjoern Michaelsen1-1/+0
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann1-10/+10
2023-02-18osl::Mutex->std::mutex in SysCredentialsConfigItemNoel Grandin2-6/+13
2023-02-18osl::Mutex->std::mutex in SysCredentialsConfigNoel Grandin2-21/+21
2023-02-17osl::Mutex->std::mutex in PasswordContainerNoel Grandin2-22/+35