summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2017-10-03new loplugin:blockblockNoel Grandin1-8/+6
2017-10-02Add unit tests for ISO 8601 date+time inputEike Rathke1-1/+10
2017-10-02Number scanner: accept fractional seconds in ISO 8601 also for ',' commaEike Rathke1-0/+8
2017-10-02Number scanner: accept fractional separators in an ISO 8601 date+time stringEike Rathke2-0/+17
2017-09-30Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke1-2/+3
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-6/+5
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke1-7/+0
2017-09-23loplugin:flatten in svl..svxNoel Grandin2-360/+300
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-3/+30
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski4-48/+42
2017-09-19unused Registration classNoel Grandin1-68/+3
2017-09-19Clean up the code by using LOWORDStephan Bergmann1-1/+1
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski2-0/+6
2017-09-15cryptosign: don't use 8-bit string functionsMike Kaganski1-15/+15
2017-09-14loplugin:cstylecast (clang-cl)Stephan Bergmann1-1/+2
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin6-8/+8
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin2-17/+7
2017-09-10gpg4libre: add sha512 supportThorsten Behrens1-0/+1
2017-09-08svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl1-0/+2
2017-09-08loplugin:constantparamNoel Grandin2-5/+5
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann1-3/+4
2017-09-04Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke1-2/+20
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin5-5/+5
2017-09-03SfxItemPool_Impl::nInitRefCount is always 1Jochen Nitschke2-5/+1
2017-09-02sw: retrieve subject name from signatureAshod Nakashian1-0/+47
2017-08-31loplugin:constparams: svl (clang-cl)Stephan Bergmann1-1/+1
2017-08-30Unit tests for tdf#91758Eike Rathke1-2/+6
2017-08-30Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke2-1/+8
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke2-1/+24
2017-08-30Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() resultsEike Rathke1-2/+2
2017-08-30Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke2-38/+18
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-08-28svl: populate subject and date-time when verifying signatureAshod Nakashian1-1/+17
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke1-0/+7
2017-08-25loplugin:unusedfieldsNoel Grandin3-5/+0
2017-08-25loplugin:unusedmethodsNoel Grandin2-259/+5
2017-08-24SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet1-1/+1
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati2-2/+5
2017-08-19svl: refactor string stream helpersJochen Nitschke5-90/+43
2017-08-19drop unused SfxSizeItemJochen Nitschke2-161/+0
2017-08-18drop unused CntContentTypeItemJochen Nitschke2-190/+0
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin2-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Removing unused serialisation codeVarun Dhall3-66/+1
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-23/+19
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-2/+2
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall2-6/+6
2017-08-16Removing unused serialisation code from svlVarun Dhall4-626/+1