summaryrefslogtreecommitdiffstats
path: root/pyuno/source
Commit message (Expand)AuthorAgeFilesLines
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-14/+14
* Remove visual noise from pyunoAlexander Wilms2014-02-261-3/+3
* Remove unneccessary commentsAlexander Wilms2014-02-231-2/+2
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-312-9/+0
* coverity#983054, reorder code to avoid memory leakStephan Bergmann2014-01-301-25/+20
* bool improvementsStephan Bergmann2014-01-291-1/+1
* bool improvementsStephan Bergmann2014-01-282-2/+2
* coverity#440338 Dereference null return valueCaolán McNamara2014-01-281-1/+8
* Use boolStephan Bergmann2014-01-101-4/+4
* No serviceNames attribute in LoaderStephan Bergmann2014-01-071-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-8/+8
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Fix different typos for "unknown"Julien Nabet2013-11-251-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-141-1/+0
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-12/+0
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-111-3/+3
* remove unnecessary use of OUString constructorNoel Grandin2013-11-111-5/+5
* sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl2013-10-101-4/+1
* pyuno: set up fake command line in getComponentContext()Michael Stahl2013-10-091-0/+8
* fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen2013-10-071-8/+9
* WaE: unused variableTor Lillqvist2013-10-021-1/+0
* gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl2013-09-221-7/+5
* pyuno: this rc file seems to be unusedMatúš Kukan2013-09-091-21/+0
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-211-1/+2
* Use subfolder names from <config_folders.h>Tor Lillqvist2013-08-183-1/+15
* Mark as constTakeshi Abe2013-08-151-1/+1
* fdo#50470: Restore pyuno object method introspection in Python 3David Bolen2013-08-133-24/+45
* Remove whitespace from line endsStephan Bergmann2013-07-291-18/+18
* fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen2013-07-291-18/+31
* fdo#66025: Simplify new ImportError logicDavid Bolen2013-07-241-8/+4
* fdo#66025: Minor clean-up of previous patchDavid Bolen2013-07-241-1/+1
* fdo#66025: Improve ImportError raised from _uno_importDavid Bolen2013-07-241-8/+31
* Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr2013-07-123-13/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-292-6/+6
* reduce some spacingThomas Arnhold2013-06-291-6/+2
* PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli2013-06-161-2/+4
* fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin2013-05-141-9/+2
* No need for RTLD_NOW hereStephan Bergmann2013-05-081-1/+1
* adapt path for test.dll for WNTMichael Stahl2013-04-211-3/+7
* pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl2013-04-181-0/+4
* pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna2013-04-121-0/+1
* warning C4101: 'e' : unreferenced local variableStephan Bergmann2013-04-091-1/+1
* unbreak windows tinderboxDavid Tardon2013-04-091-1/+1
* move Python tests in-processMichael Stahl2013-04-091-0/+42
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0711-84/+46
* Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith2013-03-284-50/+48
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-192-5/+5
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-194-8/+7