summaryrefslogtreecommitdiff
path: root/stoc
AgeCommit message (Expand)AuthorFilesLines
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk1-1/+1
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
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-62/+62
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin4-4/+4
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-2/+1
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-4/+0
2018-02-09Fix exception message: add colon between function name and the word "expected"Tor Lillqvist1-1/+1
2018-02-05tdf#108523 Removed @author annotations.Manuj Vashist1-1/+0
2018-02-05Remove code that has been commented out since initial import in 2000Tor Lillqvist1-18/+0
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2018-01-19new loplugin:emptyifNoel Grandin1-13/+10
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann2-5/+5
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: stocStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: stocStephan Bergmann5-35/+35