summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2019-08-25Fix typosAndrea Gelmini1-1/+1
2019-08-23Clarify a corner caseStephan Bergmann1-1/+11
2019-08-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann3-8/+15
2019-08-23Check that XUriReferenceFactory.makeAbsolute matches rtl::Uri::convertRelToAbsStephan Bergmann1-318/+338
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann6-187/+687
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin1-1/+1
2019-08-19Make test code more readableStephan Bergmann1-1/+1
2019-08-19Fix test dependencies for module-only buildStephan Bergmann1-0/+6
2019-08-19Improve test failure outputStephan Bergmann1-6/+8
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet4-18/+5
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