summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-4/+2
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-3/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-189-33/+0
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-143-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-124-5/+0
* tdf#97499 Fixed containers parameters clearing #3tymyjan2016-04-041-7/+4
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-024-5/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* Avoid reserved identifierStephan Bergmann2016-03-291-2/+2
* pyuno: add some debugging hintsMichael Stahl2016-03-231-0/+11
* Fix python2 build of pyuno with older py2 versionsTomáš Chvátal2016-03-041-1/+4
* put python starter shell script to Resources folder of OS X appAndras Timar2016-03-031-0/+4
* Running pep8 on pyuno unit test filesKenneth Koski2016-02-2314-115/+111
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* pyuno: Fix build with python 2.7Rico Tzschichholz2016-02-092-2/+2
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* Fix typosAndrea Gelmini2016-01-102-2/+2
* configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl2016-01-071-1/+1
* Pyuno add compat for python 2.6Tomáš Chvátal2016-01-062-0/+9
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-051-1/+1
* use comphelper::containerToSequenceNoel Grandin2015-11-191-5/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1012-163/+163
* yyyyyNoel Grandin2015-11-041-2/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* loplugin:unusedmethodsNoel Grandin2015-10-271-11/+0
* Bump python to 3.5David Ostrovsky2015-10-251-0/+4
* com::sun::star->css in package,pyunoNoel Grandin2015-10-2314-276/+276
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-8/+8
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* fix build by moving python-related includes below othersDouglas Mencken2015-10-092-4/+4
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-2/+0
* Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-151-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-317-64/+64
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-1/+2
* configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl2015-08-184-10/+10
* Give PyUNO structs/exceptions their own separate typeMatthew J. Francis2015-07-306-114/+438
* Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis2015-07-275-75/+82
* Fix PyUNO object hash to use the correct pointerMatthew J. Francis2015-07-251-2/+2
* Make PyUNO objects hashableMatthew J. Francis2015-07-211-1/+25
* loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin2015-07-021-8/+0
* coverity#1309066 Uncaught exceptionCaolán McNamara2015-07-022-2/+2
* PyUNO: Allow import of constant group by nameMatthew J. Francis2015-07-011-1/+30
* Fix compilation with Python 2.7Matthew J. Francis2015-07-012-8/+7
* coverity#1308526 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* loplugin:implicitboolconversionStephan Bergmann2015-06-261-1/+1
* loplugin:cstylecastStephan Bergmann2015-06-261-1/+1
* loplugin:passstuffbyrefStephan Bergmann2015-06-261-1/+1