summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2014-10-20Adapt cppu::bootstrap to new Mac OS X LibreOffice.app layoutStephan Bergmann
2014-10-14fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan
2014-05-20C string usage improvmentArnaud Versini
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-11Fix previous commitJulien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-27automaticly -> automatically.Jan Holesovsky
2014-04-25Print the important failure messages on iOS even in a non-debug buildTor Lillqvist
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-04-04fix creating com.sun.star.sheet.Solver instanceMatúš Kukan
2014-04-03Remove unused copy ctor (and use boost::noncopyable)Stephan Bergmann
2014-04-02Make function prototype visibleStephan Bergmann
2014-04-01Remove unused inline constructorStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-22coverity#705457 Dereference null return valueCaolán McNamara
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-03-10cppuhelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-27Remove visual noise from cppuhelperAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21coverity#707716 Uninitialized pointer fieldCaolán McNamara
2014-02-18clean upStephan Bergmann
2014-02-18Do not throw when a singleton can't be raised, only warn.Matúš Kukan
2014-02-17cppuhelper: sal_Bool -> boolStephan Bergmann
2014-02-17Drop unused #includeTakeshi Abe
2014-02-07Simplify service manager's tracking of singletonsStephan Bergmann
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-24Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-16cppuhelper: valgrind complains about uninitialized variable...Michael Stahl
2014-01-16Support for singleton constructor functionsStephan Bergmann
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan
2014-01-15Initialize constructor based implementations in one place.Matúš Kukan
2014-01-14Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-01Only component-mapping.h is needed here.Matúš Kukan
2013-12-20typo fixesAndras Timar
2013-12-19Missing initializationStephan Bergmann