summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* unused Registration classNoel Grandin2017-09-191-68/+3
* Clean up the code by using LOWORDStephan Bergmann2017-09-191-1/+1
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-182-0/+6
* cryptosign: don't use 8-bit string functionsMike Kaganski2017-09-151-15/+15
* loplugin:cstylecast (clang-cl)Stephan Bergmann2017-09-141-1/+2
* clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin2017-09-126-8/+8
* use std::unique_ptr in TItemInfoNoel Grandin2017-09-122-17/+7
* gpg4libre: add sha512 supportThorsten Behrens2017-09-101-0/+1
* svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl2017-09-081-0/+2
* loplugin:constantparamNoel Grandin2017-09-082-5/+5
* Clean up sal/backtrace.hxxStephan Bergmann2017-09-061-3/+4
* Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke2017-09-041-2/+20
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-045-5/+5
* SfxItemPool_Impl::nInitRefCount is always 1Jochen Nitschke2017-09-032-5/+1
* sw: retrieve subject name from signatureAshod Nakashian2017-09-021-0/+47
* loplugin:constparams: svl (clang-cl)Stephan Bergmann2017-08-311-1/+1
* Unit tests for tdf#91758Eike Rathke2017-08-301-2/+6
* Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke2017-08-302-1/+8
* Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke2017-08-302-1/+24
* Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() resultsEike Rathke2017-08-301-2/+2
* Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke2017-08-302-38/+18
* Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2017-08-292-16/+8
* svl: populate subject and date-time when verifying signatureAshod Nakashian2017-08-281-1/+17
* Add check and comment for i18npool locale data using reserved formatIndexEike Rathke2017-08-251-0/+7
* loplugin:unusedfieldsNoel Grandin2017-08-253-5/+0
* loplugin:unusedmethodsNoel Grandin2017-08-252-259/+5
* SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet2017-08-241-1/+1
* Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2017-08-232-2/+5
* svl: refactor string stream helpersJochen Nitschke2017-08-195-90/+43
* drop unused SfxSizeItemJochen Nitschke2017-08-192-161/+0
* drop unused CntContentTypeItemJochen Nitschke2017-08-182-190/+0
* Fix typosAndrea Gelmini2017-08-171-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-4/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* Removing unused serialisation codeVarun Dhall2017-08-173-66/+1
* Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann2017-08-171-23/+19
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-2/+2
* Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall2017-08-162-6/+6
* Removing unused serialisation code from svlVarun Dhall2017-08-164-626/+1
* Removing unused serialisation codeVarun Dhall2017-08-165-1262/+0
* assert on duplicate listener in SfxListenerNoel Grandin2017-08-161-8/+39
* SfxItemSet::Equal: ignore parents if the pools are differentMichael Stahl2017-08-161-1/+2
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-3/+3
* loplugin:unusedmethodsNoel Grandin2017-08-083-49/+1
* ofz#2867 null derefCaolán McNamara2017-08-051-8/+11
* rename Anz->Cnt in svlNoel Grandin2017-08-046-128/+128
* svl: move DecodeHexString from vclAshod Nakashian2017-08-041-0/+49
* rename nAnzResStrings->nResultStringsCntNoel Grandin2017-08-033-31/+31
* rename nAnzNum->nNumericsCntNoel Grandin2017-08-033-60/+60
* rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin2017-08-031-7/+7