summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-6/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal1-0/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-49/+49
2015-10-25Bump python to 3.5David Ostrovsky1-0/+4
2015-10-23com::sun::star->css in package,pyunoNoel Grandin1-68/+68
2015-10-09fix build by moving python-related includes below othersDouglas Mencken1-2/+2
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis1-91/+20
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis1-51/+44
2015-07-25Fix PyUNO object hash to use the correct pointerMatthew J. Francis1-2/+2
2015-07-21Make PyUNO objects hashableMatthew J. Francis1-1/+25
2015-07-01Fix compilation with Python 2.7Matthew J. Francis1-1/+7
2015-06-26loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-06-26loplugin:cstylecastStephan Bergmann1-1/+1
2015-06-26loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-06-26loplugin:salboolStephan Bergmann1-2/+2
2015-06-26Make PyUNO provide more Pythonic behaviourMatthew J. Francis1-13/+1026
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-23/+23
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2
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-19/+19
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann1-14/+14
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Add includeStephan Bergmann1-0/+4
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara1-2/+2
2014-06-05various: remove SAL_THROW macroNoel Grandin1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-4/+2
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold1-0/+3
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-5/+0
2014-01-30coverity#983054, reorder code to avoid memory leakStephan Bergmann1-25/+20
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-8/+8
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen1-24/+41
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr1-5/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+1
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith1-31/+31
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+3
2012-11-25pyuno: fix handling of "str", "unicode", "bytes" types:Michael Stahl1-1/+1
2012-07-02re-base on ALv2 code. Removing:Michael Meeks1-23/+14
2012-06-04nuke unused definesTakeshi Abe1-2/+0
2012-03-16fdo#46926: PyUNO_cmp: return acquired referenceDavid Bolen1-4/+15
2012-03-09fdo#46926: fix the fix for Python 3Michael Stahl1-1/+1
2012-03-07fdo#46926: fix UNO struct comparison in Python 2David Bolen1-3/+10
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+3
2011-12-21catch exception by constant referenceTakeshi Abe1-14/+14
2011-08-21Janitorial: remove unnecessary const_castsLionel Elie Mamane1-2/+2