summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
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-02pyuno: move "officehelper.py" from scripting to pyunoMichael Stahl1-0/+84
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 Gelmini1-1/+1
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-30Add includeStephan Bergmann1-0/+4
2014-10-29fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTNaruhiko Ogasawara1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-3/+2
2014-09-21Don't try to write Python bytecode files in case of a read-only installsetTor Lillqvist1-0/+6
2014-09-12pyuno: remove obsolete NOOPT comment about GCC 3.2Michael Stahl1-4/+0
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2-2/+2
2014-08-28fdo#46678: pyuno: fix deadlock in Runtime::any2PyObject()Michael Stahl1-6/+12
2014-08-07coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-07-21coverity#706600 Uncaught exceptionCaolán McNamara1-2/+1
2014-07-10coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-06-05various: remove SAL_THROW macroNoel Grandin2-2/+2
2014-06-04Demystify magic poniesStephan Bergmann1-2/+2
2014-06-03coverity#982753 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982755 Dereference null return valueCaolán McNamara1-1/+1
2014-06-03coverity#982756 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982751 Dereference null return valueCaolán McNamara1-1/+2
2014-05-26coverity#982752 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982754 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982757 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982758 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982761 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982759 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982760 Dereference null return valueCaolán McNamara1-1/+1
2014-05-26coverity#982169 Unchecked return valueCaolán McNamara1-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin8-83/+52
2014-05-19pyuno: fix warnings with system python 3.4.0Thomas Arnhold3-0/+9
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-08pyuno: sal_Bool->boolNoel Grandin3-7/+7
2014-04-02coverity#1019376 Resource leakCaolán McNamara2-4/+9
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-8/+8
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-2/+2
2014-03-10pyuno: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-3/+3
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-14/+14
2014-02-26Remove visual noise from pyunoAlexander Wilms1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-9/+0
2014-01-30coverity#983054, reorder code to avoid memory leakStephan Bergmann1-25/+20
2014-01-29bool improvementsStephan Bergmann1-1/+1