summaryrefslogtreecommitdiff
path: root/editeng/source/uno/unoipset.cxx
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2021-08-25i#114206 sd: unshare shape properties for the same type before insertionMiklos Vajna
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-05-31flatten SvxItemPropertySet a littleNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04have one set of twips<->mm conversionsNoel
2020-12-19use more string_view in SfxItemPropertyMapNoel
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-06-26Index on WID+memberID in SvxItemPropertySet::aCombineListStephan Bergmann
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
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