summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-29loplugin:unnecessarymethodsNoel Grandin
2021-07-21remove obsolete commentsNoel Grandin
2021-07-20Simplify SfxItemSet ctors and TotalCount using delegationMike Kaganski
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin
2021-07-16-Werror=class-memaccessNoel Grandin
2021-07-16Drop unused ctorMike Kaganski
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-05Removed duplicated includesAndrea Gelmini
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin
2021-07-04move SfxSetItem to own header fileNoel Grandin
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski
2021-06-13Avoid [-Werror=redundant-move] in GCC 9.3.0Mike Kaganski
2021-06-12Current baseline Clang 5.0.2 is able to upcast std::unique_ptrMike Kaganski
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse
2021-05-24Fix documentation of SfxItemPool ctrJulien Nabet
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-07add utility method to get last pool in chainNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-28svl: fix crash in SfxItemSet::dumpAsXml()Michael Stahl
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-25loplugin:unusedmethodsNoel Grandin
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-13we don't want this dynamic_cast in release buildsNoel 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
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-02-26loplugin:refcounting in svlNoel
2021-02-20loplugin:refcounting in svlNoel
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin
2021-01-02Remove warning while buildingdante
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-19use more string_view in SfxItemPropertyMapNoel
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer