summaryrefslogtreecommitdiffstats
path: root/cppuhelper/source
Commit message (Expand)AuthorAgeFilesLines
* 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-0517-168/+84
* cppuhelper: fix includesThomas Arnhold2014-06-0426-255/+255
* 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-238-127/+75
* 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
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-302-4/+4
* 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-193-6/+6
* 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-2612-257/+257
* 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-279-52/+52
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2614-416/+416
* Remove unneccessary commentsAlexander Wilms2014-02-2311-118/+118
* 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
* 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