summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not throw when a singleton can't be raised, only warn.Matúš Kukan2014-02-181-9/+3
* cppuhelper: sal_Bool -> boolStephan Bergmann2014-02-176-21/+21
* Drop unused #includeTakeshi Abe2014-02-171-3/+0
* Simplify service manager's tracking of singletonsStephan Bergmann2014-02-072-112/+76
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-031-1/+1
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-2/+1
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-102/+0
* bool improvementsStephan Bergmann2014-01-282-7/+7
* Log what we are about to "load" in the DISABLE_DYNLOADING caseTor Lillqvist2014-01-241-0/+2
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-1/+1
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-222-49/+33
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-212-22/+50
* Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann2014-01-202-25/+15
* Minimize the constructor functions to a bare minimum.Jan Holesovsky2014-01-201-7/+4
* cppuhelper: valgrind complains about uninitialized variable...Michael Stahl2014-01-161-2/+4
* Support for singleton constructor functionsStephan Bergmann2014-01-162-167/+320
* Use const& arguments parameter for ctor functions.Matúš Kukan2014-01-152-5/+5
* Initialize constructor based implementations in one place.Matúš Kukan2014-01-151-7/+19
* Use SAL_WARN, too, to increase chance of actually seeing the messageTor Lillqvist2014-01-141-0/+2
* [API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann2014-01-101-3/+3
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-6/+6
* Only component-mapping.h is needed here.Matúš Kukan2014-01-011-3/+1
* typo fixesAndras Timar2013-12-201-1/+1
* Missing initializationStephan Bergmann2013-12-191-1/+1
* Legacy cppu::loadSharedLibComponentFactory isn't DISABLE_DYNLOADING cond.Stephan Bergmann2013-12-191-2/+2
* FactoryWrapper is a misnomer nowStephan Bergmann2013-12-191-17/+20