summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2021-10-16Simplify vector initialization in svlJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-10loplugin:moveparam in svlNoel Grandin
2021-10-08loplugin:moveparam in svlNoel Grandin
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet
2021-10-05fix ubsan alloc-dealloc-mismatchNoel Grandin
2021-10-04Fix typosAndrea Gelmini
2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30tdf#144697: svl_qa_cppunit: Add unittestXisco Fauli
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke
2021-09-28drop 'using namespace std' hereRoman Kuznetsov
2021-09-23Sort ZF_STANDARD_NEWEXTENDED_DATE_... into ZF_STANDARD_DATE categoryEike Rathke
2021-09-23Reorder the internal ZF_STANDARD_DATETIME offsets to a more logical sequenceEike Rathke
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke
2021-09-21SvNumberformat: preserve error position if already setEike Rathke
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin
2021-09-17create OnDemandCharClass cacheNoel Grandin
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin
2021-09-15loplugin:finalclassesNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-13Check string boundsEike Rathke
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke
2021-09-09workaround -Wshadow in libcuckooNoel Grandin
2021-09-09tdf#130795 use concurrent hashmap in SharedStringPoolNoel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown()Eike Rathke
2021-08-24osl::Mutex->std::mutex in OFSStreamContainerNoel Grandin
2021-08-24osl::Mutex->std::mutex in OFSInputStreamContainerNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20msan: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-09tdf#143664: svl_qa_cppunit: Add unittestXisco Fauli
2021-08-08Year without leading 0 if era code is also usedEike Rathke
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-03Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for MarchEike Rathke