summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* tdf#128136: Build curl, nss, and xmlsec for iOS, tooTor Lillqvist2020-09-221-2/+2
* Cut down on -pthread/-lpthread proliferationStephan Bergmann2020-05-011-5/+0
* Fix currency symbol selection in Calc on mobileTomaž Vajngerl2020-02-241-0/+10
* jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos2019-11-281-0/+20
* jsdialogs: send graphic items updatesSzymon Kłos2019-11-281-0/+8
* jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos2019-11-271-0/+6
* Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann2019-10-061-2/+3
* Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke2019-08-292-3/+31
* Resolves: tdf#126342 obtain date particle order from pattern matchEike Rathke2019-08-051-1/+20
* svl.lockfiles.test: Create the temporary lock files in workdirTamás Zolnai2019-06-201-59/+39
* MSO lockfiles: Deduplicate MSO lock file reading codeTamás Zolnai2019-06-201-0/+14
* Generate MSO lock files when the related MSO compat. option is setTamás Zolnai2019-06-203-9/+14
* Introduce new lockfile handler for MSO like lockfilesTamás Zolnai2019-06-208-75/+1138
* crashtesting: tdf#122599 NSS_CMSMessage_CreateFromDER assertsCaolán McNamara2019-04-232-3/+35
* Introduce next Japanese gengou era 'Reiwa'Takeshi Abe2019-04-031-1/+1
* Resolves: tdf#123748 do not strip date part before calling Time::GetClock()Eike Rathke2019-03-041-10/+2
* Resolves: tdf#122991 do not truncate time duration [] format valuesEike Rathke2019-01-291-8/+1
* Related: tdf#122509 prevent access of not existing base formatEike Rathke2019-01-171-4/+5
* tdf#120750: Revert "tdf#96248 delete SfxPoolItems with Which Id >= 4000"Xisco Fauli2018-12-141-2/+9
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-221-0/+1
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-162-5/+17
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-1413-0/+22
* Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski2018-11-091-6/+2
* loplugin:collapseif in sdext..svxNoel Grandin2018-11-071-12/+6
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-051-27/+12
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-2/+0
* tdf#120703 PVS: V547 Expression is always falseMike Kaganski2018-11-032-79/+19
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-011-4/+4
* use unique_ptr in markForDeletionNoel Grandin2018-11-011-29/+19
* rename RemoveX->Remove in SfxUndoArrayNoel Grandin2018-11-011-12/+12
* loplugin:useuniqueptr in SfxItemPoolCache::ApplyToNoel Grandin2018-10-311-3/+3
* loplugin:useuniqueptr in MarkedUndoActionNoel Grandin2018-10-301-45/+32
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-263-0/+5
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-261-2/+2
* return std::unique_ptr from CloneSetWhichNoel Grandin2018-10-251-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-243-16/+14
* sc: avoid checking for time formats in case of SvNumFormatType::NUMBERSerge Krot2018-10-221-0/+3
* pvs-studio: V794 The assignment operator should be protectedCaolán McNamara2018-10-222-7/+12
* loplugin:singlevalfields look for fields that can be boolNoel Grandin2018-10-222-27/+27
* loplugin:staticvar in soltools..svxNoel Grandin2018-10-222-3/+3
* tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski2018-10-211-7/+4
* result of DdeQueryStringW unusedCaolán McNamara2018-10-201-19/+4
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-182-18/+3
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-172-6/+5
* SvNumberFormatsSupplierServiceObject: default to LANGUAGE_SYSTEMEike Rathke2018-10-121-1/+1
* ofz#10879 stay inside sSecStr boundsCaolán McNamara2018-10-101-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-094-9/+9
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-3/+4
* loplugin:constfields in svlNoel Grandin2018-10-087-15/+15