summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)Author
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
2018-11-29Simplify containers iterations in slideshow, sot, starmath, stocArkadiy Illarionov
2018-11-22improve function-local statics in scripting..svtoolsNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-08-03loplugin:useuniqueptr in lru_cacheNoel Grandin
2018-08-03loplugin:useuniqueptr in LRU_CacheNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-27stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist
2018-05-31Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist
2018-05-31Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist
2018-05-30We might need to handle form controls as properties for OLE clients after allTor Lillqvist