summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* cppu: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-163-9/+9
* document coverity#706128 Wrong sizeof argumentCaolán McNamara2014-12-111-0/+1
* Clean up includesStephan Bergmann2014-11-202-5/+7
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-184-0/+4
* coverity#440589 silence Write to pointer after freeCaolán McNamara2014-11-181-0/+1
* Assert that typelib_typedescription_release will not destroy pTDR->pTypeStephan Bergmann2014-11-181-0/+1
* cid#1254675 Uncaught exceptionStephan Bergmann2014-11-171-1/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* coverity#704593 silence Dereference after null checkCaolán McNamara2014-11-141-3/+1
* cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann2014-11-144-31/+26
* markup with event type not checker typeCaolán McNamara2014-11-053-8/+12
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* document array_vs_singleton dismissalsCaolán McNamara2014-10-302-2/+2
* restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara2014-10-301-0/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* see if we can auto-ignore new Sequence false positives as suchCaolán McNamara2014-10-271-0/+2
* coverity#982158 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* coverity#982157 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* coverity#982156 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* optimise UNO Sequence destructorNoel Grandin2014-10-023-21/+47
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-182-18/+5
* attempt to fix Android buildbotNoel Grandin2014-09-171-1/+1
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-177-7/+7
* Related fdo#82088: removing namespace alias in hxxStefan Weiberg2014-09-021-8/+5
* set names on a bunch more threads...Michael Stahl2014-08-252-0/+6
* everything is independent from vos these days...Michael Stahl2014-08-251-1/+0
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-1/+2
* s_mapInterface must match uno_MapInterfaceFuncStephan Bergmann2014-07-291-3/+5
* new loplugin: externalandnotdefinedNoel Grandin2014-07-113-28/+45
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-072-6/+4
* clang scan-build: various warningsCaolán McNamara2014-07-012-2/+2
* fix comment and tiny optimisation for shutdown.Michael Meeks2014-06-271-1/+3
* OSL_ENSURE->assertCaolán McNamara2014-06-261-1/+1
* cppu: remove SAL_THROW macroNoel Grandin2014-06-0516-112/+52
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-3/+1
* oox: drop using from headerThomas Arnhold2014-05-193-7/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-16/+14
* coverity#707713 Uninitialized pointer fieldCaolán McNamara2014-05-111-0/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* prefer makefile-gmake-modeTakeshi Abe2014-04-286-6/+6
* add missing modelines to idl filesThomas Arnhold2014-04-242-0/+6
* fixincludeguards.sh: cppuThomas Arnhold2014-04-1913-26/+26
* Clean up function declarationsStephan Bergmann2014-04-093-13/+14
* Missing includeStephan Bergmann2014-04-041-0/+1
* Cosmetics (to ease work related to finding unused functions)Stephan Bergmann2014-04-031-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-7/+7
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-36/+36
* Remove visual noise from cppuAlexander Wilms2014-02-2717-137/+137
* std::exception retrofit sequelStephan Bergmann2014-02-272-4/+4