summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_runtime.cxx
AgeCommit message (Expand)Author
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
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl
2012-11-17pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-09-05Some clean up of previous commitStephan Bergmann
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin