summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* speed-up: preload JVM when PreloadJVM is setSerge Krot2020-09-271-1/+7
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-261-1/+1
* size some stringbuffer to prevent re-allocNoel Grandin2019-10-217-14/+14
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-171-1/+1
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-162-10/+4
* new loplugin:bufferaddNoel Grandin2019-10-151-4/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-2/+2
* simplify "a = a +" to "a +="Noel Grandin2019-10-113-9/+8
* Fixing "...."Andrea Gelmini2019-09-061-1/+1
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* Fix typosAndrea Gelmini2019-08-251-1/+1
* Clarify a corner caseStephan Bergmann2019-08-231-1/+11
* Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann2019-08-233-8/+15
* Check that XUriReferenceFactory.makeAbsolute matches rtl::Uri::convertRelToAbsStephan Bergmann2019-08-231-318/+338
* [API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann2019-08-236-187/+687
* loplugin:constvars in solenv..svtoolsNoel Grandin2019-08-201-1/+1
* Make test code more readableStephan Bergmann2019-08-191-1/+1
* Fix test dependencies for module-only buildStephan Bergmann2019-08-191-0/+6
* Improve test failure outputStephan Bergmann2019-08-191-6/+8
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet2019-08-174-18/+5
* Fix tests taken from RFC 2396Stephan Bergmann2019-08-161-2/+4
* Re-enable stoc/test/uriproc/Stephan Bergmann2019-08-163-108/+139
* Optimize NestedKeyImpl::openKeysArkadiy Illarionov2019-08-151-15/+9
* loplugin:sequenceloop in starmath..svlNoel Grandin2019-08-154-21/+21
* Reformulate TypeConverter_Impl::toHyper FLOAT/DOUBLE casesStephan Bergmann2019-08-141-2/+2
* Drop MSVC workaround from 2002Stephan Bergmann2019-08-131-25/+4
* Use existing SAL_MIN/MAX_...Stephan Bergmann2019-08-131-13/+6
* Fix typosAndrea Gelmini2019-08-122-3/+3
* Fix typoAndrea Gelmini2019-08-091-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann2019-07-3122-23/+23
* Simplify Sequence iterations in shell..svgioArkadiy Illarionov2019-07-228-335/+116
* loplugin:referencecasting in slideshow..svtoolsNoel Grandin2019-07-211-6/+6
* loplugin:logexceptionnicely in starmath..svgioNoel Grandin2019-06-186-18/+22
* New loplugin:dataStephan Bergmann2019-05-222-5/+5
* tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen2019-05-2038-160/+91
* Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov2019-05-036-24/+25
* improve loplugin:stringconstantNoel Grandin2019-04-301-6/+2
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-21/+1
* loplugin:sequentialassign in starmath..svlNoel Grandin2019-04-141-3/+1
* pUnoReturn should be null when UNO methode is VOIDJuergen Funk2019-03-211-1/+1
* simplify UNO getTypes methodsNoel Grandin2019-03-041-40/+18
* Avoid index for single getToken() callMatteo Casalin2019-02-131-4/+2
* tdf#120703 PVS: remove redundant static castsMike Kaganski2019-02-121-8/+6
* new loplugin writeonlyvarsNoel Grandin2019-02-111-4/+0
* loplugin:indentation in soltools..svlNoel Grandin2019-02-103-10/+3
* const_cast is not needed hereMike Kaganski2019-01-311-8/+6
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-01-311-2/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2019-01-301-1/+1
* loplugin:flatten in stoc..storeNoel Grandin2019-01-299-524/+519
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-112-5/+10