summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unoobj.cxx
AgeCommit message (Expand)Author
2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-20loplugin:defaultparamsNoel Grandin
2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin
2015-06-28coverity#1308515 Uncaught exceptionCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-02-05No need for rtl::Reference hereStephan Bergmann
2015-02-05Don't hold refcounted objects by naked pointerStephan Bergmann
2015-02-04hard to find accidental leaks with all the deliberate onesCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2014-11-10loplugin: cstylecastNoel Grandin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-19coverity#704771 Explicit null dereferencedCaolán McNamara
2014-05-27cid#707134 Uncaught exceptionNoel Grandin
2014-05-27cid#707135 Uncaught exceptionNoel Grandin
2014-05-24coverity#983801 Uncaught exceptionCaolán McNamara
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part6Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-14svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-02-27coverity#1187661 Unchecked dynamic_castCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sdAlexander Wilms
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-17Resolves: #i42894# added support for <presentation:animations>...Armin Le Grand
2014-02-13coverity#737835 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737833 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737831 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737828 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737827 Uncaught exceptionCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-12-12Remove unnecessary macro ITYPEStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-09fdo#54938: Convert sd to use cppu::supportsServiceMarcos Paulo de Souza
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
2013-12-05Remove obsolete SEQTYPE workaroundStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-09-19convert some .cxx files in sd from String to OUStringNoel Grandin
2013-09-02String->OUStringIvan Timofeev