summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:salboolStephan Bergmann2015-06-261-2/+2
* loplugin:salboolStephan Bergmann2015-06-261-1/+1
* loplugin:loopvartoosmallStephan Bergmann2015-06-261-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+1
* Make PyUNO provide more Pythonic behaviourMatthew J. Francis2015-06-2622-24/+3356
* Typo: pyhton->pythonJulien Nabet2015-06-141-1/+1
* TyposJulien Nabet2015-06-131-1/+1
* Typo: Adapater->AdapterJulien Nabet2015-06-121-3/+3
* pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl2015-06-101-44/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-083-70/+70
* loplugin:loopvartoosmallNoel Grandin2015-06-021-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-12/+12
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-292-4/+4
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-28/+28
* WaE: redundant const_cast on lhs of pointer comparison expressionTor Lillqvist2015-03-261-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-265-10/+10
* We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist2015-03-191-1/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-7/+2
* pyuno, scripting: remove executable bits from python, js, bsh filesMichael Stahl2015-03-021-0/+0
* loplugin:deletedspecialStephan Bergmann2015-02-071-4/+4
* Some more loplugin:cstylecast: pyunoStephan Bergmann2015-01-208-36/+35
* include algorithmCaolán McNamara2015-01-021-1/+1
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-8/+8
* pyuno: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-3/+3