summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Fix tests taken from RFC 2396Stephan Bergmann1-2/+4
2019-08-16Re-enable stoc/test/uriproc/Stephan Bergmann3-108/+139
2019-08-15Optimize NestedKeyImpl::openKeysArkadiy Illarionov1-15/+9
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin4-21/+21
2019-08-14Reformulate TypeConverter_Impl::toHyper FLOAT/DOUBLE casesStephan Bergmann1-2/+2
2019-08-13Drop MSVC workaround from 2002Stephan Bergmann1-25/+4
2019-08-13Use existing SAL_MIN/MAX_...Stephan Bergmann1-13/+6
2019-08-12Fix typosAndrea Gelmini2-3/+3
2019-08-09Fix typoAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann22-23/+23
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov8-335/+116
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-6/+6
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin6-18/+22
2019-05-22New loplugin:dataStephan Bergmann2-5/+5
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen38-160/+91
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov6-24/+25
2019-04-30improve loplugin:stringconstantNoel Grandin1-6/+2
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-21/+1
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin1-3/+1
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk1-1/+1
2019-03-04simplify UNO getTypes methodsNoel Grandin1-40/+18
2019-02-13Avoid index for single getToken() callMatteo Casalin1-4/+2
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski1-8/+6
2019-02-11new loplugin writeonlyvarsNoel Grandin1-4/+0
2019-02-10loplugin:indentation in soltools..svlNoel Grandin3-10/+3
2019-01-31const_cast is not needed hereMike Kaganski1-8/+6
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann1-1/+1
2019-01-29loplugin:flatten in stoc..storeNoel Grandin9-524/+519
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-5/+10
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov4-20/+12
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin1-10/+2
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-1/+2
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-9/+6
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski4-80/+43
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin3-4/+4
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann7-30/+30
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski1-0/+7
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin14-99/+78
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin1-3/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen8-0/+9
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin2-3/+8
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-9/+8
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-5/+5
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-03loplugin:useuniqueptr in lru_cacheNoel Grandin1-18/+8