summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)AuthorFilesLines
2015-07-30Give PyUNO structs/exceptions their own separate typeMatthew J. Francis6-114/+438
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-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin1-8/+0
2015-07-02coverity#1309066 Uncaught exceptionCaolán McNamara2-2/+2
2015-07-01PyUNO: Allow import of constant group by nameMatthew J. Francis1-1/+30
2015-07-01Fix compilation with Python 2.7Matthew J. Francis2-8/+7
2015-06-28coverity#1308526 Uncaught exceptionCaolán McNamara2-2/+2
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-26loplugin:salboolStephan Bergmann1-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. Francis22-24/+3356
2015-06-14Typo: pyhton->pythonJulien Nabet1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-12Typo: Adapater->AdapterJulien Nabet1-3/+3
2015-06-10pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl1-44/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-70/+70
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-12/+12
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann2-4/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-28/+28
2015-03-26WaE: redundant const_cast on lhs of pointer comparison expressionTor Lillqvist1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann5-10/+10
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-7/+2
2015-03-02pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl1-0/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+4
2015-01-20Some more loplugin:cstylecast: pyunoStephan Bergmann8-36/+35
2015-01-02include algorithmCaolán McNamara1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara2-8/+8
2014-12-12pyuno: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-03Fold URE: WindowsStephan Bergmann1-18/+3
2014-12-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2-0/+85
2014-11-26Extract python-only pythonloader.uno ini-file into its own PackageStephan Bergmann3-0/+53
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann1-5/+0
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-10fix spelling implemenation -> implementationNoel Grandin2-2/+2
2014-10-30Add includeStephan Bergmann1-0/+4
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara1-2/+2
2014-10-28Fix python wrapper script on OS XMatthew J. Francis4-8/+11
2014-09-29loplugin: cstylecastNoel Grandin1-3/+2