summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2022-05-16add Initialization Vectors to password storageCaolán McNamara
2022-05-16make hash encoding match decodingCaolán McNamara
2021-12-15tdf#145381 handle closing brackets in URLs correctlyArmin Le Grand (Allotropia)
2021-03-25xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl
2020-10-27Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara
2020-08-06Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is validEike Rathke
2020-07-06Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start stringEike Rathke
2020-07-03Resolves: tdf#134455 Let TIMEVALUE() use lax time recognitionEike Rathke
2020-05-16Handle conversion of locale modifiers not of the same originating localeEike Rathke
2020-05-15Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2020-02-10tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-01-31Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-11-21tdf#128598: Revert "Move dubious file: -> smb: conversion from...Stephan Bergmann
2019-11-08Unit test for fixed locale Excel export formats, tdf#128649Eike Rathke
2019-11-08Resolves: tdf#128649 Do not insert duplicate LCID for currencyEike Rathke
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-19We don't support leap seconds, but.. accept as input anywayEike Rathke
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-18Input with subsequent part greater than 59 is not time or durationEike Rathke
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Fix typoAndrea Gelmini
2019-10-17Resolves: tdf#126773 Excel uses lowercase date and time format code keywordsEike Rathke
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05simplify SfxAllEnumItemNoel Grandin
2019-10-03Following "Simplify a bit SfxAllEnumItem (svl)"Julien Nabet
2019-10-03Simplify a bit SfxAllEnumItem (svl)Julien Nabet
2019-10-02Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-27loplugin:virtualdead in svlNoel Grandin
2019-09-27Resolves: tdf#127363 accept SEPT as SEP for SeptemberEike Rathke
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin