summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
2016-10-26normalize existing emacs/vim mode-lines in python filesMichael Stahl4-6/+9
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-5/+5
2016-10-16clang-cl loplugin: pyunoStephan Bergmann1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann1-1/+1
2016-08-19coverity#1371437 Uncaught exceptionCaolán McNamara2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-14Improving uno.py code styleKenneth Koski1-252/+367
2016-06-21Clean up uses of Any::getValue() in pyunoStephan Bergmann4-11/+16
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-2/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist2-2/+2
2016-05-26loplugin:unusedreturntypesNoel Grandin1-2/+2
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-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke9-33/+0
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin3-3/+3
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke4-5/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-7/+4
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke4-5/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-04Fix python2 build of pyuno with older py2 versionsTomáš Chvátal1-1/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09pyuno: Fix build with python 2.7Rico Tzschichholz2-2/+2
2016-02-09Remove excess newlinesChris Sherlock2-3/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06Pyuno add compat for python 2.6Tomáš Chvátal2-0/+9
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-160/+160
2015-11-04yyyyyNoel Grandin1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-11/+0
2015-10-25Bump python to 3.5David Ostrovsky1-0/+4
2015-10-23com::sun::star->css in package,pyunoNoel Grandin13-261/+261
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-8/+8
2015-10-09fix build by moving python-related includes below othersDouglas Mencken2-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-2/+0
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-64/+64
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis5-114/+437
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis5-75/+82
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-02coverity#1309066 Uncaught exceptionCaolán McNamara1-1/+1
2015-07-01PyUNO: Allow import of constant group by nameMatthew J. Francis1-1/+30