summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_runtime.cxx
AgeCommit message (Expand)Author
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann
2016-05-09Fix call to deleted Any constructorLuke Deller
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara
2015-06-26loplugin:loopvartoosmallStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis
2015-06-13TyposJulien Nabet
2015-06-10pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist
2014-08-28fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl
2014-08-07coverity#982756 Dereference null return valueCaolán McNamara
2014-07-10coverity#982756 Dereference null return valueCaolán McNamara
2014-06-03coverity#982755 Dereference null return valueCaolán McNamara
2014-06-03coverity#982756 Dereference null return valueCaolán McNamara
2014-05-26coverity#982757 Dereference null return valueCaolán McNamara
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold
2014-05-08pyuno: sal_Bool->boolNoel Grandin
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440338 Dereference null return valueCaolán McNamara
2013-11-25Fix different typos for "unknown"Julien Nabet
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin