summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin7-14/+14
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin2-10/+4
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-11simplify "a = a +" to "a +="Noel Grandin3-9/+8
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
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