summaryrefslogtreecommitdiff
path: root/stoc/source/invocation
AgeCommit message (Expand)Author
2020-07-15stoc/invocation: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-12-04use scoped enumStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
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
2018-05-30Hack to make properties work better from Automation clientsTor Lillqvist
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-02-09Fix exception message: add colon between function name and the word "expected"Tor Lillqvist
2018-02-05Remove code that has been commented out since initial import in 2000Tor Lillqvist
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-03-19Fix typosAndrea Gelmini
2017-02-06Add missing #includesStephan Bergmann
2017-02-01improve exception messages in stocNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-18don't write past the end of the arrayMarkus Mohrhard
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis