summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen1-1/+0
2023-02-16osl::Mutex->std::mutex in FSStorageNoel Grandin2-42/+63
2023-02-15clean up SwRefMarkFieldUpdate a bitBjoern Michaelsen1-1/+0
2023-02-15osl::Mutex->std::mutex in LockFileCommonNoel Grandin3-41/+46
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland1-0/+7
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland1-1/+2
2023-01-30tdf#152722 Number Format: keep NatNum modifiersLaurent Balland2-31/+74
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida1-5/+2
2023-01-13XUnoTunnel->dynamic_cast in SfxUnoStyleSheetNoel Grandin1-16/+2
2022-12-18crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0BCaolán McNamara1-1/+4
2022-12-14It's unnecessary to obtain what's not being usedEike Rathke1-4/+7
2022-12-13crashtesting: (assert) fix treatment of "#FMT" input line valueEike Rathke1-2/+3
2022-11-25fix assertNoel Grandin1-1/+4
2022-11-22Fix presumed typoStephan Bergmann1-1/+1
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann1-2/+2
2022-11-21qa: remove duplicated operatorsXisco Fauli1-6/+0
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): svlStephan Bergmann2-5/+4
2022-11-04tdf#115007 svl: clean-up "add NatNum12 number format list items"László Németh1-4/+1
2022-11-03tdf#115007 add NatNum12 number format list items, fix title caseLászló Németh1-1/+37
2022-10-31tdf#126788 only call TotalCount() if we need the resultNoel Grandin1-1/+1
2022-10-24Use constexpr kTimeSignificantRound for all occurrencesEike Rathke1-8/+8
2022-10-24Related: tdf#136615 Do not round a DateTime clock format into the next dayEike Rathke1-5/+8
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke1-1/+13
2022-10-22use more TempFileFastService in svlNoel Grandin1-4/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski4-5/+5
2022-10-08Simplify this code a bitMike Kaganski1-85/+44
2022-10-03svl : use uintptr_t instead of sal_uInt32 or sal_uInt64Arnaud Versini1-10/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+1
2022-09-27Reduce number of static objects a bitMike Kaganski1-4/+4
2022-09-27Prevent erroneous fraction detection of not yet accepted dateEike Rathke1-7/+9
2022-09-25unwrap SwDelChr to plain SfxHintBjoern Michaelsen1-1/+0
2022-09-25unwrap SwInsText to a plain SfxHintBjoern Michaelsen1-1/+0
2022-09-24unwrap SwDelText to a plain SfxHintBjoern Michaelsen1-1/+0
2022-09-23make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák2-19/+51