summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov2018-11-294-20/+12
* improve function-local statics in scripting..svtoolsNoel Grandin2018-11-221-10/+2
* loplugin:buriedassign in sd..writerfilterNoel Grandin2018-11-161-1/+2
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-041-9/+6
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-044-80/+43
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-023-4/+4
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-1/+1
* clang-tidy readability-simplify-boolean-exprNoel Grandin2018-10-181-4/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-3/+3
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-097-30/+30
* tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski2018-10-081-0/+7
* loplugin:constfields in stoc..svgioNoel Grandin2018-10-0814-99/+78
* New loplugin:externalStephan Bergmann2018-09-172-3/+3
* loplugin:simplifyconstruct in stoc..svlNoel Grandin2018-09-121-3/+0
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-108-0/+9
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-052-3/+8
* Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2018-08-202-9/+8
* create appendCopy method in OUStringBufferNoel Grandin2018-08-142-5/+5
* Add missing sal/log.hxx headersGabor Kelemen2018-08-061-0/+1
* loplugin:useuniqueptr in lru_cacheNoel Grandin2018-08-031-18/+8
* loplugin:useuniqueptr in LRU_CacheNoel Grandin2018-08-031-16/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-08-028-0/+8
* stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-3/+0
* tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov2018-06-251-6/+3
* tdf#108523 Remove @author annotationsAbhyudaya Sharma2018-06-181-10/+2
* stoc: replace double-checked locking with static initializersJochen Nitschke2018-06-157-105/+41
* tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov2018-06-151-2/+1
* tdf#96099 Remove std::vector typedefsAbhyudaya Sharma2018-06-071-2/+1
* Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist2018-05-312-13/+27
* Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist2018-05-311-2/+2
* Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist2018-05-312-27/+13
* Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist2018-05-311-62/+70
* We might need to handle form controls as properties for OLE clients after allTor Lillqvist2018-05-301-4/+16