summaryrefslogtreecommitdiffstats
path: root/editeng/source/uno/unoipset.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-141-0/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-21/+17
* use unique_ptr when Clone()'ing PoolItemsNoel Grandin2018-10-261-2/+1
* tdf#120703 (PVS): Recurring check.Xisco Fauli2018-10-211-6/+3
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-08-011-0/+1
* Improved loplugin:redundantcast (const-qualified typedefs): editengStephan Bergmann2018-06-291-3/+3
* loplugin:useuniqueptr in SvxItemPropertySetNoel Grandin2018-05-141-5/+3
* split out SFX_METRIC_ITEM into separate fieldNoel Grandin2018-02-011-7/+8
* More loplugin:cstylecast: editengStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: editengStephan Bergmann2018-01-121-13/+13
* ofz#3934 Integer-overflowCaolán McNamara2017-11-011-10/+6
* Make SfxItemSet ranges correct by constructionStephan Bergmann2017-06-161-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* use actual UNO enums in editengNoel Grandin2017-03-311-1/+1
* coverity#1397045 Unchecked return valueCaolán McNamara2016-12-121-1/+1
* convert MapUnit to scoped enumNoel Grandin2016-10-051-10/+10
* Resolves: coverity#705366 Mixing enum typesCaolán McNamara2016-08-191-13/+13
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* improve error messageNoel Grandin2016-06-211-1/+1
* Clean up uses of Any::getValue() in editengStephan Bergmann2016-06-131-10/+11
* tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2016-05-271-1/+2
* clang-tidy modernize-loop-convert in e*Noel Grandin2016-04-261-4/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* -Werror=logical-op (GCC 6)Stephan Bergmann2016-04-141-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-8/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-7/+7
* loplugin:unusedmethodsNoel Grandin2015-07-241-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-131-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-10/+10
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-2/+2
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-2/+2
* editeng: sal_Bool->boolNoel Grandin2014-04-151-2/+2
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-091-9/+0
* editeng: sal_Bool->boolNoel Grandin2014-03-031-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-15/+15
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-2/+2
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-4/+4
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-4/+4
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-4/+4
* re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks2012-11-061-23/+14
* Variable X is reassigned a value before the old one has been usedJulien Nabet2012-10-281-2/+1
* getPropertyMap can return a reference instead of a pointerCaolán McNamara2012-01-051-1/+1
* remove include of pch header in editengNorbert Thiebaud2011-11-271-2/+0
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2011-03-121-6/+6
|\