summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoipset.cxx
AgeCommit message (Expand)Author
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-21tdf#120703 (PVS): Recurring check.Xisco Fauli
2018-09-17New loplugin:externalStephan Bergmann
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): editengStephan Bergmann
2018-05-14loplugin:useuniqueptr in SvxItemPropertySetNoel Grandin
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-11-01ofz#3934 Integer-overflowCaolán McNamara
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-03-31use actual UNO enums in editengNoel Grandin
2016-12-12coverity#1397045 Unchecked return valueCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-21improve error messageNoel Grandin
2016-06-13Clean up uses of Any::getValue() in editengStephan Bergmann
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-03-03editeng: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan 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
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-28Variable X is reassigned a value before the old one has been usedJulien Nabet
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2011-11-27remove include of pch header in editengNorbert Thiebaud
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold