summaryrefslogtreecommitdiff
path: root/pyuno/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-07No serviceNames attribute in LoaderStephan Bergmann1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-12/+0
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-3/+3
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-5/+5
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl1-4/+1
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl1-0/+8
2013-10-07fdo#70196: Python 2 compatibility for UNO import error handlingDavid Bolen1-8/+9
2013-10-02WaE: unused variableTor Lillqvist1-1/+0
2013-09-22gbuild: remove libraries from OUTDIR and WORKDIRMichael Stahl1-7/+5
2013-09-09pyuno: this rc file seems to be unusedMatúš Kukan1-21/+0
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann1-1/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-1/+15
2013-08-15Mark as constTakeshi Abe1-1/+1
2013-08-13fdo#50470: Restore pyuno object method introspection in Python 3David Bolen3-24/+45
2013-07-29Remove whitespace from line endsStephan Bergmann1-18/+18
2013-07-29fdo#66025: Improve accuracy of ImportError traceback and messageDavid Bolen1-18/+31
2013-07-24fdo#66025: Simplify new ImportError logicDavid Bolen1-8/+4
2013-07-24fdo#66025: Minor clean-up of previous patchDavid Bolen1-1/+1
2013-07-24fdo#66025: Improve ImportError raised from _uno_importDavid Bolen1-8/+31
2013-07-12Resolves: #i120788# remove unused members from PyUNO_callable_InternalsHerbert Dürr3-13/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-6/+6
2013-06-29reduce some spacingThomas Arnhold1-6/+2
2013-06-16PyUno fixed crash in function isInstanceOfStructOrException()Xiaoli1-2/+4
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin1-9/+2
2013-05-08No need for RTLD_NOW hereStephan Bergmann1-1/+1
2013-04-21adapt path for test.dll for WNTMichael Stahl1-3/+7
2013-04-18pyuno_loader::CreateInstance: delete the initial PyThreadStateMichael Stahl1-0/+4
2013-04-12pyuno_dlopenwrapper: give error message before abort() if dlopen() failsMiklos Vajna1-0/+1
2013-04-09warning C4101: 'e' : unreferenced local variableStephan Bergmann1-1/+1
2013-04-09unbreak windows tinderboxDavid Tardon1-1/+1
2013-04-09move Python tests in-processMichael Stahl1-0/+42
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák11-84/+46
2013-03-28Remove RTL_CONSTASCII_(U)STRINGPARAM in pyunoChr. Rossmanith4-50/+48
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-8/+7
2013-03-18avoid Wundef in cases where the usage seems otherwise okLuboš Luňák1-1/+1
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-3/+3
2013-03-04coverity#983056: Resource leakJulien Nabet1-0/+1
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac2-10/+8
2013-01-30Adapt PyUNO getConstantByName to previous TypeDescriptionMgr API CHANGEStephan Bergmann1-6/+6
2013-01-23fdo#59728: Fix encoding of .py files as UTF-8 for Python 3Stephan Bergmann1-1/+4
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+3
2012-12-25WaE: Fix needed with MSVS 2010, tooTor Lillqvist1-1/+1
2012-12-21VS2012 WaE: C4211: nonstandard extension used : redefined extern to staticTor Lillqvist1-0/+5
2012-12-19some not important Python3.3 port (pythonloader DEBUG mode)László Németh1-3/+3
2012-12-11i118798 - Fix Pyuno dead-lockAriel Constenla-Haile1-8/+8