Age | Commit message (Expand) | Author |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-02 | Introduce OUString::unacquired(const OUStringBuffer&) | Mike Kaganski |
2021-12-26 | Avoid OUStringBuffer::toString where possible | Mike Kaganski |
2021-12-16 | Fix typos | Andrea Gelmini |
2021-12-15 | tdf#145381 handle closing brackets in URLs correctly | Armin Le Grand (Allotropia) |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-06 | make it clearer that ScHint is modified | Luboš Luňák |
2021-11-28 | use more OInterfaceContainerHelper3 in svl | Noel Grandin |
2021-11-23 | make a bunch of svl::SharedString functions inline | Luboš Luňák |
2021-11-20 | tdf#133835 speedup calc autofilter (1) | Noel Grandin |
2021-11-19 | loplugin:stringliteraldefine in svl | Noel Grandin |
2021-11-18 | tdf#140086 svl: restore PasswordContainer to single-instance | Michael Stahl |
2021-11-18 | rtl::Static->thread-safe static in svl | Noel Grandin |
2021-11-15 | svl: use std::rotate() in SfxUndoManager::ImplUndo() | Miklos Vajna |
2021-11-12 | sw, out of order undo: allow multiple actions from other views | Miklos Vajna |
2021-11-11 | sw, out of order undo: allow a subset of a non-empty redo list | Miklos Vajna |
2021-11-10 | sw: allow undo of typing in 2 views independent from each other | Miklos Vajna |
2021-11-07 | Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULT | Eike Rathke |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in svl | Mike Kaganski |
2021-10-29 | Fix misuses of NULL across Windows-only code | Stephan Bergmann |
2021-10-26 | tdf#131025 swtable: don't apply number format to non-number text | Justin Luth |
2021-10-25 | Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolved | Eike Rathke |
2021-10-25 | Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage() | Eike Rathke |
2021-10-25 | Fix stack-use-after-scope | Stephan Bergmann |
2021-10-16 | Simplify vector initialization in svl | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-12 | Revert "Use placement new to avoid one of the allocation calls..." | Stephan Bergmann |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-10 | loplugin:moveparam in svl | Noel Grandin |
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 | tdf#144697: svl_qa_cppunit: Add unittest | Xisco Fauli |
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 |