summaryrefslogtreecommitdiff
path: root/stoc/source
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 Grandin6-13/+13
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-23Clean up OSL_ASSERT in stoc/source/uriproc/Stephan Bergmann3-8/+15
2019-08-23[API CHANGE] Adapt css.uri UNOIDL entities to RFC 3986Stephan Bergmann5-148/+248
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet3-14/+4
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-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann22-23/+23
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov7-335/+115
2019-07-21loplugin:referencecasting in slideshow..svtoolsNoel Grandin1-6/+6
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin3-18/+19
2019-05-22New loplugin:dataStephan Bergmann2-5/+5
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen37-160/+51
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 Kaganski3-73/+41
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