summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-294-4/+0
* fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan2014-10-081-1/+0
* cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-1/+1
* Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann2014-09-291-1/+6
* Eliminate memory leak due to circular shared_ptrMatthew J. Francis2014-09-251-11/+20
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-172-6/+6
* fix access to potentiellement empty stringNorbert Thiebaud2014-09-121-6/+14
* Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist2014-09-091-1/+1
* Remove unnecessary #includeStephan Bergmann2014-08-181-1/+0
* warning C4702: unreachable codeMichael Stahl2014-08-081-0/+2
* Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2014-08-082-2/+0
* [API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage2014-08-082-143/+57
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-123-50/+22
* new loplugin: externalandnotdefinedNoel Grandin2014-07-112-11/+9
* New loplugin:stringconcatStephan Bergmann2014-07-011-2/+2
* -Wstrict-prototypesStephan Bergmann2014-06-171-1/+1
* cppuhelper: remove SAL_THROW macroNoel Grandin2014-06-0520-179/+89
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-043-0/+165
* cppuhelper: fix includesThomas Arnhold2014-06-0435-363/+363
* fdo#68849: Add header guards to all include filesJens Carl2014-06-021-0/+6
* remove more unnecesary OUString constructor useNoel Grandin2014-05-291-4/+2
* coverity#983624 Uncaught exceptionCaolán McNamara2014-05-241-2/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-239-129/+76
* add default value for Context param in uno::Exception constructorsNoel Grandin2014-05-231-3/+3
* Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann2014-05-231-1/+1
* C string usage improvmentArnaud Versini2014-05-201-2/+10
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-7/+3
* Fix previous commitJulien Nabet2014-05-111-4/+4
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-112-7/+7
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-4/+4
* prefer makefile-gmake-modeTakeshi Abe2014-04-285-5/+5
* automaticly -> automatically.Jan Holesovsky2014-04-272-3/+3
* Print the important failure messages on iOS even in a non-debug buildTor Lillqvist2014-04-251-0/+8
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-194-8/+8
* cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann2014-04-151-2/+2
* fix creating com.sun.star.sheet.Solver instanceMatúš Kukan2014-04-041-4/+3
* Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann2014-04-031-26/+5
* Make function prototype visibleStephan Bergmann2014-04-021-0/+2
* Remove unused inline constructorStephan Bergmann2014-04-011-11/+0
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2613-258/+258
* coverity#705457 Dereference null return valueCaolán McNamara2014-03-221-0/+2
* Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann2014-03-183-5/+7
* Find places where OUString and OString are passed by value.Noel Grandin2014-03-182-2/+2
* cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-103-33/+5
* Remove visual noise from cppuhelperAlexander Wilms2014-02-2711-74/+74
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2615-417/+417
* Remove unneccessary commentsAlexander Wilms2014-02-2313-136/+136
* coverity#707716 Uninitialized pointer fieldCaolán McNamara2014-02-211-2/+4
* clean upStephan Bergmann2014-02-181-7/+5