summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
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 Kaganski4-80/+43
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
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin14-99/+78
2018-09-17New loplugin:externalStephan Bergmann2-3/+3
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin1-3/+0
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen8-0/+9
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin2-3/+8
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov2-9/+8
2018-08-14create appendCopy method in OUStringBufferNoel Grandin2-5/+5
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-03loplugin:useuniqueptr in lru_cacheNoel Grandin1-18/+8
2018-08-03loplugin:useuniqueptr in LRU_CacheNoel Grandin1-16/+7
2018-08-02Add missing sal/log.hxx headersGabor Kelemen8-0/+8
2018-07-27stoc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-3/+0
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-6/+3
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma1-10/+2
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke7-105/+41
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov1-2/+1
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-2/+1
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist2-13/+27
2018-05-31Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist1-2/+2
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist2-27/+13
2018-05-31Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist1-62/+70
2018-05-30We might need to handle form controls as properties for OLE clients after allTor Lillqvist1-4/+16
2018-05-30Hack to make properties work better from Automation clientsTor Lillqvist1-16/+32
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin5-18/+37