summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Expand)AuthorAgeFilesLines
* pUnoReturn should be null when UNO methode is VOIDJuergen Funk2019-03-211-1/+1
* 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
* Hack to make properties work better from Automation clientsTor Lillqvist2018-05-301-16/+32
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-255-18/+37
* tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu2018-04-171-62/+62
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-094-4/+4
* loplugin:redundantfcastStephan Bergmann2018-03-121-1/+1
* loplugin:redundantfcast look for unnecessary temporariesNoel Grandin2018-03-091-2/+1
* New loplugin:nestedunnamedStephan Bergmann2018-02-211-4/+0
* Fix exception message: add colon between function name and the word "expected"Tor Lillqvist2018-02-091-1/+1
* tdf#108523 Removed @author annotations.Manuj Vashist2018-02-051-1/+0
* Remove code that has been commented out since initial import in 2000Tor Lillqvist2018-02-051-18/+0
* Fix typosAndrea Gelmini2018-01-251-1/+1
* More loplugin:cstylecast on WindowsStephan Bergmann2018-01-231-2/+2
* new loplugin:emptyifNoel Grandin2018-01-191-13/+10
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-192-5/+5
* Fix typosAndrea Gelmini2018-01-181-1/+1
* Fix typosAndrea Gelmini2018-01-161-1/+1
* More loplugin:cstylecast: stocStephan Bergmann2018-01-151-2/+2
* More loplugin:cstylecast: stocStephan Bergmann2018-01-125-35/+35