summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unused ConfigItemMode::DelayedUpdateNoel Grandin2018-12-072-2/+2
* Revert "Blind fix for pre-C++14 std::equal, for now"Stephan Bergmann2018-12-071-10/+9
* Drop juh.jar dependency from Java UNO testsJan-Marek Glogowski2018-12-061-0/+1
* loplugin:singlevalfields in svlNoel Grandin2018-12-051-3/+0
* remove unused SvLockBytesStatFlag enumNoel Grandin2018-12-051-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-052-6/+6
* inline FindPositionsByName in a couple of placesNoel Grandin2018-11-261-13/+17
* add dumpAsXml methods to more pool itemsMarkus Mohrhard2018-11-261-0/+16
* seems we need to include algorithm hereNoel Grandin2018-11-251-0/+1
* Blind fix for pre-C++14 std::equal, for nowStephan Bergmann2018-11-251-9/+10