summaryrefslogtreecommitdiffstats
path: root/pyuno
Commit message (Expand)AuthorAgeFilesLines
* pyuno: remove obsolete LC_NUMERIC to "C" mangling codeMichael Stahl2015-08-061-44/+0
* 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
* Fold URE: WindowsStephan Bergmann2014-12-031-18/+3
* pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl2014-12-022-0/+85
* Extract python-only pythonloader.uno ini-file into its own PackageStephan Bergmann2014-11-263-0/+53
* Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann2014-11-251-5/+0
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* fix spelling implemenation -> implementationNoel Grandin2014-11-102-2/+2
* Add includeStephan Bergmann2014-10-301-0/+4
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara2014-10-291-2/+2
* Fix python wrapper script on OS XMatthew J. Francis2014-10-284-8/+11
* loplugin: cstylecastNoel Grandin2014-09-291-3/+2
* Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist2014-09-211-0/+6
* pyuno: remove obsolete NOOPT comment about GCC 3.2Michael Stahl2014-09-121-4/+0
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-093-3/+3
* fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl2014-08-281-6/+12
* coverity#982756 Dereference null return valueCaolán McNamara2014-08-071-1/+1
* coverity#706600 Uncaught exceptionCaolán McNamara2014-07-211-2/+1
* coverity#982756 Dereference null return valueCaolán McNamara2014-07-101-1/+1
* various: remove SAL_THROW macroNoel Grandin2014-06-052-2/+2
* Demystify magic poniesStephan Bergmann2014-06-042-3/+3
* coverity#982753 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982755 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982756 Dereference null return valueCaolán McNamara2014-06-031-1/+1
* coverity#982751 Dereference null return valueCaolán McNamara2014-05-261-1/+2
* coverity#982752 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982754 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982757 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982758 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982761 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982759 Dereference null return valueCaolán McNamara2014-05-261-1/+1
* coverity#982760 Dereference null return valueCaolán McNamara2014-05-262-1/+14
* coverity#982169 Unchecked return valueCaolán McNamara2014-05-261-2/+2
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-1/+1