summaryrefslogtreecommitdiff
path: root/stoc/source/invocation
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-6/+2
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-6/+0
2019-03-04simplify UNO getTypes methodsNoel Grandin1-40/+18
2019-02-10loplugin:indentation in soltools..svlNoel Grandin1-1/+1
2019-01-29loplugin:flatten in stoc..storeNoel Grandin1-14/+14
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-37/+26
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist1-12/+27
2018-05-31Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist1-2/+2
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist1-27/+12
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 Grandin1-1/+3
2018-02-09Fix exception message: add colon between function name and the word "expected"Tor Lillqvist1-1/+1
2018-02-05Remove code that has been commented out since initial import in 2000Tor Lillqvist1-18/+0
2018-01-12More loplugin:cstylecast: stocStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-13/+13
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-01improve exception messages in stocNoel Grandin1-2/+3
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-69/+41
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann1-1/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in stocStephan Bergmann1-7/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-07-18don't write past the end of the arrayMarkus Mohrhard1-1/+1
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann1-5/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-2/+2
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-13/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-35/+34
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-35/+35
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis1-8/+42
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis1-23/+27
2015-07-16Translate German commentsMatthew J. Francis1-13/+13
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-14/+14