summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-11-28use more OInterfaceContainerHelper3 in svlNoel Grandin2-3/+3
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák1-83/+0
2021-11-20tdf#133835 speedup calc autofilter (1)Noel Grandin1-4/+12
2021-11-19loplugin:stringliteraldefine in svlNoel Grandin1-8/+7
2021-11-18tdf#140086 svl: restore PasswordContainer to single-instanceMichael Stahl1-0/+1
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin5-34/+32
2021-11-15svl: use std::rotate() in SfxUndoManager::ImplUndo()Miklos Vajna1-9/+7
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna1-5/+13
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna1-2/+2
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-0/+10
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski12-111/+95
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann1-3/+3
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth1-0/+8
2021-10-25Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolvedEike Rathke1-1/+1
2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke1-1/+1
2021-10-25Fix stack-use-after-scopeStephan Bergmann1-4/+2
2021-10-16Simplify vector initialization in svlJulien Nabet1-3/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski5-7/+8
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski5-17/+17
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann1-60/+4
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-6/+6
2021-10-10loplugin:moveparam in svlNoel Grandin3-10/+11
2021-10-08loplugin:moveparam in svlNoel Grandin1-2/+2
2021-10-05drop 'using namespace std' in s* + toolkitJulien Nabet1-2/+0
2021-10-05fix ubsan alloc-dealloc-mismatchNoel Grandin1-1/+1
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-10-03Use placement new to avoid one of the allocation calls...Noel Grandin1-4/+60
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-4/+4
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30tdf#144697: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-30Resolves: tdf#144697 Format out-of-bounds date(+time) as #FMT errorEike Rathke2-5/+47
2021-09-28drop 'using namespace std' hereRoman Kuznetsov1-9/+7
2021-09-23Sort ZF_STANDARD_NEWEXTENDED_DATE_... into ZF_STANDARD_DATE categoryEike Rathke1-41/+40
2021-09-23Reorder the internal ZF_STANDARD_DATETIME offsets to a more logical sequenceEike Rathke1-10/+10
2021-09-23Add not-quite-ISO date+time with space and milliseconds and locale's separatorEike Rathke2-5/+23
2021-09-21Add ISO 8601 date+time with milliseconds formatEike Rathke3-6/+59
2021-09-21SvNumberformat: preserve error position if already setEike Rathke1-1/+1
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin2-32/+69
2021-09-17create OnDemandCharClass cacheNoel Grandin1-4/+4
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin1-4/+4
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-1/+1
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-3/+3
2021-09-15loplugin:finalclassesNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-6/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2-4/+4
2021-09-13Check string boundsEike Rathke1-1/+1
2021-09-13Resolves: tdf#116184 Check that there is no trailing number behind a matchEike Rathke1-2/+3
2021-09-09workaround -Wshadow in libcuckooNoel Grandin1-0/+7