summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-012-3/+3
* typo: tempoary -> temporaryThomas Arnhold2014-03-291-1/+1
* typo: previos -> previousThomas Arnhold2014-03-291-1/+1
* typo: decription -> descriptionThomas Arnhold2014-03-291-7/+1
* typo: temorary -> temporaryThomas Arnhold2014-03-291-1/+1
* typo: Exceptiopn -> ExceptionThomas Arnhold2014-03-291-1/+1
* typo: enoungh -> enoughThomas Arnhold2014-03-291-1/+1
* typo: unfortunally -> unfortunatelyThomas Arnhold2014-03-291-1/+1
* typo: sicne -> sinceThomas Arnhold2014-03-291-1/+1
* typo: tranfer -> transferThomas Arnhold2014-03-291-1/+1
* typo: persistance -> persistenceThomas Arnhold2014-03-291-5/+5
* typo: optimisation -> optimizationThomas Arnhold2014-03-291-1/+1
* typo: approriate -> appropriateThomas Arnhold2014-03-291-1/+1
* Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2014-03-272-38/+18
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2619-224/+224
* No need for a virtual OPropertyContainer::getTypesStephan Bergmann2014-03-141-1/+1
* OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann2014-03-141-6/+6
* Fix races in AsyncEventNotifier::executeStephan Bergmann2014-03-141-68/+28
* comphelper,connectivity: prefer passing OUString by referenceNoel Grandin2014-03-142-3/+3
* forward*PropertyValue functions need not be SAL_CALLStephan Bergmann2014-03-131-4/+4
* comphelper::OIHWrapNoFilterDialog does not implement XInitializationStephan Bergmann2014-03-131-10/+0
* Leftover SAL_CALLStephan Bergmann2014-03-111-1/+1
* OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann2014-03-111-1/+1