summaryrefslogtreecommitdiff
path: root/svl/source/items/itemprop.cxx
AgeCommit message (Expand)Author
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-25loplugin:unusedmethodsNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12make SfxItemPropertySimpleEntry constructor explicitNoel Grandin
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin
2021-04-12tdf#130326 flatten SfxItemPropertyMapNoel Grandin
2021-04-12SfxItemPropertySimpleEntry constructor should take a referenceNoel Grandin
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-08-27svl: Avoid unnecessary indirection in SfxItemPropertySetInfoTakeshi Abe
2018-05-16NFC: unassigned variable pNewItem is always nullptrJustin Luth
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin
2016-10-27remove unused variableJochen Nitschke
2016-09-01use SfxItemPool::IsWhich instead of custom implementationJochen Nitschke
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-23Clean up uses of Any::getValue() in svlStephan Bergmann
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-03-17loplugin:constantparam in svlNoel Grandin
2015-11-18use unique_ptr for pImpl in svl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19loplugin:constantfunction: svlNoel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-03svl: sal_Bool->boolNoel Grandin
2014-03-13coverity#708824 Unused pointer valueCaolán McNamara
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
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