summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+0
2014-09-30cppuhelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-29Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann1-1/+6
2014-09-25Eliminate memory leak due to circular shared_ptrMatthew J. Francis1-11/+20
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin2-6/+6
2014-09-12fix access to potentiellement empty stringNorbert Thiebaud1-6/+14
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+1
2014-08-18Remove unnecessary #includeStephan Bergmann1-1/+0
2014-08-08warning C4702: unreachable codeMichael Stahl1-0/+2
2014-08-08Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2-2/+0
2014-08-08[API CHANGE] Removed two cppuhelper deprecated headers.Matthew Pottage2-143/+57
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe3-50/+22
2014-07-11new loplugin: externalandnotdefinedNoel Grandin2-11/+9
2014-07-01New loplugin:stringconcatStephan Bergmann1-2/+2
2014-06-17-Wstrict-prototypesStephan Bergmann1-1/+1
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin20-179/+89
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold3-0/+165
2014-06-04cppuhelper: fix includesThomas Arnhold35-363/+363
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-4/+2
2014-05-24coverity#983624 Uncaught exceptionCaolán McNamara1-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin9-129/+76
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-3/+3
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann1-1/+1
2014-05-20C string usage improvmentArnaud Versini1-2/+10
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-7/+3
2014-05-11Fix previous commitJulien Nabet1-4/+4
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-7/+7
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni2-4/+4
2014-04-28prefer makefile-gmake-modeTakeshi Abe5-5/+5
2014-04-27automaticly -> automatically.Jan Holesovsky2-3/+3
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist1-0/+8
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold4-8/+8
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann1-2/+2
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan1-4/+3
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann1-26/+5
2014-04-02Make function prototype visibleStephan Bergmann1-0/+2
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann13-258/+258
2014-03-22coverity#705457 Dereference null return valueCaolán McNamara1-0/+2
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann3-5/+7
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-2/+2
2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann3-33/+5
2014-02-27Remove visual noise from cppuhelperAlexander Wilms11-74/+74
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann15-417/+417
2014-02-23Remove unneccessary commentsAlexander Wilms13-136/+136
2014-02-21coverity#707716 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-02-18clean upStephan Bergmann1-7/+5
2014-02-18Do not throw when a singleton can't be raised, only warn.Matúš Kukan1-9/+3
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann6-21/+21