summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)AuthorFilesLines
2014-05-19oox: drop using from headerThomas Arnhold3-7/+8
2014-05-11coverity#707713 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-19fixincludeguards.sh: cppuThomas Arnhold13-26/+26
2014-04-04Missing includeStephan Bergmann1-0/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-24/+24
2014-02-27Remove visual noise from cppuAlexander Wilms17-137/+137
2014-02-23Remove unneccessary commentsAlexander Wilms9-87/+87
2014-02-21cid#707712 Uninitialized pointer fieldNoel Grandin1-1/+4
2014-02-17cppu: sal_Bool -> boolStephan Bergmann15-182/+182
2014-02-17Drop unused #includeTakeshi Abe1-2/+0
2014-02-06typo fixes in commentsAndras Timar2-9/+9
2014-02-05fdo#43157 - Clean up OSL_ASSERTTimothy Markle1-4/+4
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann4-8/+8
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann10-1016/+49
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-3/+0
2014-01-28coverity#440026 Logically dead codeCaolán McNamara1-22/+11
2014-01-27bool improvementsStephan Bergmann1-1/+1
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara1-2/+1
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann4-11/+11
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin4-15/+15
2014-01-05remove empty orPhilipp Riemer1-1/+1
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist1-1/+5
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann3-1/+2
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan3-83/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin6-32/+27
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann3-12/+15
2013-08-22Better assertionsStephan Bergmann1-1/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann5-18/+21
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-2/+4
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann1-1/+1
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-27/+25
2013-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr1-2/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák4-6/+5
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist1-4/+0
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2-5/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-30/+28
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-11/+11
2013-03-18coverity#705137 Missing break in switchJulien Nabet1-0/+1
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann1-5/+3
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled includesThomas Arnhold1-1/+0