# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: png' alt='cgit logo'/> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/poolitem.cxx
AgeCommit message (Expand)Author
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen
2020-10-19use tools::Long in svlNoel
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05simplify SfxAllEnumItemNoel Grandin
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-25return std::unique_ptr from CloneSetWhichNoel Grandin
2017-10-28clang-tidy modernize-use-equals-default in svlJochen Nitschke
2017-09-29inline SfxPoolItem copy constructorJochen Nitschke
2017-09-08svl: assert calls of SfxPoolItem::Create/StoreMichael Stahl
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-06-06Perf-sc: tdf#100709 SfxPoolItem::IsVoidItem() instead of dynamic_castEike Rathke
2017-01-09Wow! The ultimate Easter EggStephan Bergmann
2017-01-09New loplugin:externvar: svlStephan Bergmann
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-10-28svl: more SfxPoolItem assertsMichael Stahl
2016-10-28svl: SfxPoolItem reference counting assertionsMichael Stahl
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22convert SfxItemKind to scoped enumJochen Nitschke
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-21add dumpAsXml() to more pool itemsNoel Grandin
2016-09-06remove outdated comment, getter not neededJochen Nitschke
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-04-05loplugin:nullptrStephan Bergmann
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-06loplugin:unusedmethods svlNoel Grandin
2015-04-28expand and remove DECL_PTRHINT macroNoel Grandin
2015-03-11SfxItemHandle is only used in one place, so inline itNoel Grandin
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl