summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_runtime.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Fix call to deleted Any constructorLuke Deller1-4/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-4/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-3/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-23com::sun::star->css in package,pyunoNoel Grandin1-16/+16
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-16/+16
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis1-20/+14
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis1-16/+6
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-26loplugin:loopvartoosmallStephan Bergmann1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+1
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis1-1/+45
2015-06-13TyposJulien Nabet1-1/+1
2015-06-10pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl1-44/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-24/+24
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-5/+5
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann1-6/+6
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-09-29loplugin: cstylecastNoel Grandin1-3/+2
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-08-28fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl1-6/+12
2014-08-07coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-07-10coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982755 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982757 Dereference null return valueCaolán McNamara1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-40/+22
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold1-0/+3
2014-05-08pyuno: sal_Bool->boolNoel Grandin1-1/+1
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28coverity#440338 Dereference null return valueCaolán McNamara1-1/+8
2013-11-25Fix different typos for "unknown"Julien Nabet1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-0/+6
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-5/+5
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-9/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+3
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-5/+4
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl1-9/+9
2012-11-17pyuno: Runtime::pyObject2Any only allowed to throw RuntimeExceptionMichael Stahl1-18/+40