summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
2020-09-27speed-up: preload JVM when PreloadJVM is setSerge Krot
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-25Fix typosAndrea Gelmini
2019-08-23Clarify a corner caseStephan Bergmann
2019-08-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann
2019-08-23Check that XUriReferenceFactory.makeAbsolute matches rtl::Uri::convertRelToAbsStephan Bergmann
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin
2019-08-19Make test code more readableStephan Bergmann
2019-08-19Fix test dependencies for module-only buildStephan Bergmann
2019-08-19Improve test failure outputStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16Fix tests taken from RFC 2396Stephan Bergmann
2019-08-16Re-enable stoc/test/uriproc/Stephan Bergmann
2019-08-15Optimize NestedKeyImpl::openKeysArkadiy Illarionov
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin
2019-08-14Reformulate TypeConverter_Impl::toHyper FLOAT/DOUBLE casesStephan Bergmann
2019-08-13Drop MSVC workaround from 2002Stephan Bergmann
2019-08-13Use existing SAL_MIN/MAX_...Stephan Bergmann
2019-08-12Fix typosAndrea Gelmini
2019-08-09Fix typoAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin
2019-05-22New loplugin:dataStephan Bergmann
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-13Avoid index for single getToken() callMatteo Casalin
2019-02-12tdf#120703 PVS: remove redundant static castsMike Kaganski
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-01-31const_cast is not needed hereMike Kaganski
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann