Age | Commit message (Expand) | Author |
2021-10-08 | loplugin:moveparam in svl | Noel Grandin |
2021-10-05 | drop 'using namespace std' in s* + toolkit | Julien Nabet |
2021-10-05 | fix ubsan alloc-dealloc-mismatch | Noel Grandin |
2021-10-04 | Fix typos | Andrea Gelmini |
2021-10-03 | Use placement new to avoid one of the allocation calls... | Noel Grandin |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-09-30 | loplugin:constmethod handle more cases | Noel Grandin |
2021-09-30 | loplugin:constparams improve handling of pointer params | Noel Grandin |
2021-09-30 | Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT error | Eike Rathke |
2021-09-28 | drop 'using namespace std' here | Roman Kuznetsov |
2021-09-23 | Sort ZF_STANDARD_NEWEXTENDED_DATE_... into ZF_STANDARD_DATE category | Eike Rathke |
2021-09-23 | Reorder the internal ZF_STANDARD_DATETIME offsets to a more logical sequence | Eike Rathke |
2021-09-23 | Add not-quite-ISO date+time with space and milliseconds and locale's separator | Eike Rathke |
2021-09-21 | Add ISO 8601 date+time with milliseconds format | Eike Rathke |
2021-09-21 | SvNumberformat: preserve error position if already set | Eike Rathke |
2021-09-20 | introduce SfxItemSetFixed and use it in DefaultProperties | Noel Grandin |
2021-09-17 | create OnDemandCharClass cache | Noel Grandin |
2021-09-17 | no need to allocate CharClass separately in SvNumberFormatter | Noel Grandin |
2021-09-17 | speedup toUpperCase when called in parallel | Noel Grandin |
2021-09-15 | loplugin:finalclasses | Noel Grandin |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 | Mike Kaganski |
2021-09-15 | Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 | Mike Kaganski |
2021-09-13 | Check string bounds | Eike Rathke |
2021-09-13 | Resolves: tdf#116184 Check that there is no trailing number behind a match | Eike Rathke |
2021-09-09 | workaround -Wshadow in libcuckoo | Noel Grandin |
2021-09-09 | tdf#130795 use concurrent hashmap in SharedStringPool | Noel Grandin |
2021-09-03 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-09-01 | Resolves: tdf#144209 Handle General containing formats in RoundValueAsShown() | Eike Rathke |
2021-08-24 | osl::Mutex->std::mutex in OFSStreamContainer | Noel Grandin |
2021-08-24 | osl::Mutex->std::mutex in OFSInputStreamContainer | Noel Grandin |
2021-08-23 | loplugin:referencecasting look through more clang Types | Noel Grandin |
2021-08-20 | New loplugin:unusedcapturedefault | Stephan Bergmann |
2021-08-20 | msan: MemorySanitizer: use-of-uninitialized-value | Caolán McNamara |
2021-08-16 | Rename setX/setY to SetPosX/SetPosY, to align with SetPos | Mike Kaganski |
2021-08-16 | Drop tools::Rectangle::getX/getY, which are just duplicates of Left/Top | Mike Kaganski |
2021-08-13 | split SvNumberFormatter into it's own header | Noel Grandin |
2021-08-11 | Drop convertMm100ToTwip in favor of the new o3tl::toTwips | Mike Kaganski |
2021-08-08 | Year without leading 0 if era code is also used | Eike Rathke |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-08-03 | Consolidate on C++17 std::scoped_lock instead of std::lock_guard | Noel Grandin |
2021-08-03 | Resolves: tdf#143664 {de-*} accept "Mär" and "Mrz" for March | Eike Rathke |
2021-08-02 | flatten SfxUndoManager_Data a little | Noel Grandin |
2021-08-02 | convert #defines to OUStringLiteral | Noel Grandin |
2021-07-31 | osl::Mutex->std::mutex in ItemHolder2 | Noel Grandin |
2021-07-29 | loplugin:unnecessarymethods | Noel Grandin |
2021-07-29 | rtl::Static -> static local | Noel Grandin |
2021-07-28 | use officecfg for SvtCJKOptions | Noel Grandin |
2021-07-27 | drop SvtLanguageOptions class | Noel Grandin |
2021-07-26 | use officecfg for SvtSystemLanguageOptions | Noel Grandin |
2021-07-23 | expand out contractions in PasswordContainer | Noel Grandin |