summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* simplify call sites of SfxItemPool::PutNoel Grandin2019-04-241-1/+1
* std::call_once needs -lpthreadStephan Bergmann2019-04-231-0/+5
* Fix typos in codeAndrea Gelmini2019-04-231-3/+3
* tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin2019-04-211-3/+17
* tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin2019-04-203-7/+47
* flatten SfxItemPool_Impl (tdf#81765 related)Noel Grandin2019-04-204-72/+55
* simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin2019-04-204-150/+56
* crashtesting: tdf#122599 NSS_CMSMessage_CreateFromDER assertsCaolán McNamara2019-04-191-3/+30
* improve loplugin simplifyconstructNoel Grandin2019-04-151-2/+1
* loplugin:sequentialassign in starmath..svlNoel Grandin2019-04-145-13/+5
* use more std::make_uniqueNoel Grandin2019-04-131-1/+1
* clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai2019-04-101-0/+3
* Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski2019-04-081-1/+1
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-071-1/+1
* svl.lockfiles.test: Create the temporary lock files in workdirTamás Zolnai2019-04-031-59/+39
* Revert "add more append methods to *StringBuffer"Noel Grandin2019-04-031-1/+1
* add more append methods to *StringBufferNoel Grandin2019-04-031-1/+1
* Introduce next Japanese gengou era 'Reiwa'Takeshi Abe2019-04-021-1/+1
* Some refactor of lockfile classes to minimize interfaceMike Kaganski2019-03-304-99/+90
* Slightly simplify URL handlingMike Kaganski2019-03-301-15/+8
* MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai2019-03-271-0/+14
* Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2019-03-263-9/+14
* Fix typoAndrea Gelmini2019-03-251-1/+1
* Introduce new lockfile handler for MSO like lockfilesTamás Zolnai2019-03-238-73/+1139
* sw: make ODT export of paragraph auto-styles deterministicMiklos Vajna2019-03-203-10/+132
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-03-171-4/+4
* Only return elements with both name and predicate matching argumentsMike Kaganski2019-03-141-2/+2
* log nice exception messages whereever possibleNoel Grandin2019-03-071-2/+4
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-10/+10
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-1/+1
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-13/+13
* OSequenceIterator is not necessary anymoreNoel Grandin2019-03-041-3/+1
* simplify UNO getTypes methodsNoel Grandin2019-03-043-45/+20
* use the xmlTextWriterPtr typedef consistentlyNoel Grandin2019-02-281-1/+1
* Resolves: tdf#123748 do not strip date part before calling Time::GetClock()Eike Rathke2019-02-281-10/+2
* loplugin:unusedfields in svlNoel Grandin2019-02-221-9/+1
* Use indexed getToken()Matteo Casalin2019-02-131-7/+6
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-1/+1
* loplugin:indentation in soltools..svlNoel Grandin2019-02-106-65/+65
* Move dubious file: -> smb: conversion from INetURLObject to file UCPStephan Bergmann2019-02-051-5/+0
* Resolves: tdf#122991 do not truncate time duration [] format valuesEike Rathke2019-01-281-8/+1
* o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2019-01-284-10/+6
* Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2019-01-211-2/+3
* Related: tdf#122509 prevent access of not existing base formatEike Rathke2019-01-161-4/+5
* ofz#12507 micro optCaolán McNamara2019-01-141-2/+2
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-7/+11
* Avoid getTokenCountMatteo Casalin2019-01-031-4/+23
* tdf#120750: Revert "tdf#96248 delete SfxPoolItems with Which Id >= 4000"Xisco Fauli2018-12-141-2/+9
* simplify some copy constructionNoel Grandin2018-12-101-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-085-10/+10