summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Include <algorithm> for std::minTor Lillqvist2014-07-292-0/+2
* coverity#706282 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* coverity#706281 Uncaught exceptionCaolán McNamara2014-07-131-1/+1
* Use OUStringHash here.Kohei Yoshida2014-07-101-25/+2
* Pass a useful exception message.Kohei Yoshida2014-07-091-1/+8
* use SimpleReferenceObject in comphelper moduleNoel Grandin2014-07-081-18/+0
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* comphelper: sal_Bool -> boolStephan Bergmann2014-07-032-5/+5
* Revert "comphelper: sal_Bool -> bool"Stephan Bergmann2014-07-022-5/+5
* comphelper: sal_Bool -> boolStephan Bergmann2014-07-022-5/+5
* Typo: conteiner->containerJulien Nabet2014-06-291-1/+1
* clang: Result of operation is garbage or undefinedCaolán McNamara2014-06-263-3/+3
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-251-2/+2
* new compilerplugin returnbyrefNoel Grandin2014-06-242-4/+4
* fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida2014-06-191-5/+16
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-172-9/+1
* loplugin:staticcallStephan Bergmann2014-06-132-5/+5
* coverity#983616 Uncaught exceptionCaolán McNamara2014-06-131-1/+1
* coverity#706280 Uncaught exceptionCaolán McNamara2014-06-131-12/+13
* coverity#706287 uncaught exceptionCaolán McNamara2014-06-131-6/+7
* coverity#706286 uncaught exceptionCaolán McNamara2014-06-131-4/+5
* comphelper: remove SAL_THROW macroNoel Grandin2014-06-056-12/+12
* remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin2014-05-292-2/+2
* remove more unnecessary use of OUString constructorNoel Grandin2014-05-272-7/+7
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-272-4/+4
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-271-2/+2
* coverity#703930 Unchecked return valueCaolán McNamara2014-05-261-1/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-233-16/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-225-18/+18
* move boost rng wrapper from sc to comphelperThomas Arnhold2014-05-173-1/+57
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* fdo#78159: fix import of OOoXML embedded objectsMichael Stahl2014-05-151-1/+6
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-3/+3
* comphelper: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-141-44/+0
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-3/+3
* fix-includes.pl: comphelperThomas Arnhold2014-05-1135-129/+109
* update_pch: add a bunch of pch filesThomas Arnhold2014-05-098-8/+262
* callcatcher: update unused codeCaolán McNamara2014-05-092-113/+0
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-1/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-2/+2
* odd that apparently these only are checked in non-opt modeCaolán McNamara2014-04-251-2/+2
* coverity#706281 Uncaught exceptionCaolán McNamara2014-04-251-1/+1
* coverity#706282 Uncaught exceptionCaolán McNamara2014-04-251-1/+1
* fixincludeguards.sh: comphelperThomas Arnhold2014-04-196-15/+15
* Typo: s/cant/can't/Tor Lillqvist2014-04-181-1/+1
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-1/+1
* typo: ommit -> omitThomas Arnhold2014-04-141-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-0718-51/+66
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-0312-39/+39