summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2014-08-12Resolves: #i125386# secured user request and changed some bools to bitfieldArmin Le Grand1-8/+28
2014-06-26fixes for up-casting to Reference<XInterface>Noel Grandin1-2/+2
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-5/+16
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold3-1/+57
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-15fdo#78159: fix import of OOoXML embedded objectsMichael Stahl1-1/+6
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-3/+3
2014-05-14comphelper: remove SAL_INFO's that only mark function entryNoel Grandin1-44/+0
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-3/+3
2014-05-11fix-includes.pl: comphelperThomas Arnhold35-129/+109
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold8-8/+262
2014-05-09callcatcher: update unused codeCaolán McNamara2-113/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-2/+2
2014-04-25odd that apparently these only are checked in non-opt modeCaolán McNamara1-2/+2
2014-04-25coverity#706281 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-25coverity#706282 Uncaught exceptionCaolán McNamara1-1/+1
2014-04-19fixincludeguards.sh: comphelperThomas Arnhold6-15/+15
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-1/+1
2014-04-14typo: ommit -> omitThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann18-51/+66
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin12-39/+39
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-3/+3
2014-03-29typo: tempoary -> temporaryThomas Arnhold1-1/+1
2014-03-29typo: previos -> previousThomas Arnhold1-1/+1
2014-03-29typo: decription -> descriptionThomas Arnhold1-7/+1
2014-03-29typo: temorary -> temporaryThomas Arnhold1-1/+1
2014-03-29typo: Exceptiopn -> ExceptionThomas Arnhold1-1/+1
2014-03-29typo: enoungh -> enoughThomas Arnhold1-1/+1
2014-03-29typo: unfortunally -> unfortunatelyThomas Arnhold1-1/+1
2014-03-29typo: sicne -> sinceThomas Arnhold1-1/+1
2014-03-29typo: tranfer -> transferThomas Arnhold1-1/+1
2014-03-29typo: persistance -> persistenceThomas Arnhold1-5/+5
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-29typo: approriate -> appropriateThomas Arnhold1-1/+1
2014-03-27Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe2-38/+18
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann19-224/+224
2014-03-14No need for a virtual OPropertyContainer::getTypesStephan Bergmann1-1/+1
2014-03-14OAccessibleContextWrapperHelper does not implement XAccessibleContextStephan Bergmann1-6/+6
2014-03-14Fix races in AsyncEventNotifier::executeStephan Bergmann1-68/+28
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin2-3/+3
2014-03-13forward*PropertyValue functions need not be SAL_CALLStephan Bergmann1-4/+4
2014-03-13comphelper::OIHWrapNoFilterDialog does not implement XInitializationStephan Bergmann1-10/+0
2014-03-11Leftover SAL_CALLStephan Bergmann1-1/+1
2014-03-11OPropertyStateHelper::getTypes isn't an override of XTypeProvider::getTypesStephan Bergmann1-1/+1
2014-03-10comphelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2-16/+2
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann1-2/+2
2014-03-01Clean up uses of rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLengthStephan Bergmann1-5/+2