summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
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
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in svlNoel
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin
2020-09-26Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-12expand out DELETEZNoel Grandin