summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2017-09-30Number scanner: accept negative year ISO 8601 input with 'T' time separatorEike Rathke
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke
2017-09-23loplugin:flatten in svl..svxNoel Grandin
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-19unused Registration classNoel Grandin
2017-09-19Clean up the code by using LOWORDStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-15cryptosign: don't use 8-bit string functionsMike Kaganski
2017-09-14loplugin:cstylecast (clang-cl)Stephan Bergmann
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin
2017-09-10gpg4libre: add sha512 supportThorsten Behrens
2017-09-08svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl
2017-09-08loplugin:constantparamNoel Grandin
2017-09-06Clean up sal/backtrace.hxxStephan Bergmann
2017-09-04Resolves: tdf#52510 handle trailing ';' specifying empty following subformatEike Rathke
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-09-03SfxItemPool_Impl::nInitRefCount is always 1Jochen Nitschke
2017-09-02sw: retrieve subject name from signatureAshod Nakashian
2017-08-31loplugin:constparams: svl (clang-cl)Stephan Bergmann
2017-08-30Unit tests for tdf#91758Eike Rathke
2017-08-30Force ISO date format again if ISO input, tdf#91758 follow-upEike Rathke
2017-08-30Resolves: tdf#91758 more stringent check for ISO date like looking inputEike Rathke
2017-08-30Related: tdf#91758 shortcut CanForceToIso8601() for MayBeIso8601() resultsEike Rathke
2017-08-30Related: tdf#91758 don't remember nCanForceToIso8601 stateEike Rathke
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann
2017-08-28svl: populate subject and date-time when verifying signatureAshod Nakashian
2017-08-25Add check and comment for i18npool locale data using reserved formatIndexEike Rathke
2017-08-25loplugin:unusedfieldsNoel Grandin
2017-08-25loplugin:unusedmethodsNoel Grandin
2017-08-24SAL_INFO->SAL_WARN in lstner.cxx (svl module)Julien Nabet
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati
2017-08-19svl: refactor string stream helpersJochen Nitschke
2017-08-19drop unused SfxSizeItemJochen Nitschke
2017-08-18drop unused CntContentTypeItemJochen Nitschke
2017-08-17Fix typosAndrea Gelmini
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17Removing unused serialisation codeVarun Dhall
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-16Rename SfxItemPool GetSurrogate to CheckItemInPoolVarun Dhall
2017-08-16Removing unused serialisation code from svlVarun Dhall
2017-08-16Removing unused serialisation codeVarun Dhall
2017-08-16assert on duplicate listener in SfxListenerNoel Grandin
2017-08-16SfxItemSet::Equal: ignore parents if the pools are differentMichael Stahl
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin