summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)AuthorFilesLines
2021-06-12Current baseline Clang 5.0.2 is able to upcast std::unique_ptrMike Kaganski1-1/+1
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-1/+0
2021-05-24Fix documentation of SfxItemPool ctrJulien Nabet1-2/+2
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin1-14/+34
2021-05-08ref-count SfxItemPoolNoel Grandin1-53/+20
2021-05-07add utility method to get last pool in chainNoel Grandin1-0/+9
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-28svl: fix crash in SfxItemSet::dumpAsXml()Michael Stahl1-1/+11
2021-04-27use more string_view in tools/streamNoel Grandin1-1/+1
2021-04-25loplugin:unusedmethodsNoel Grandin1-5/+0
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-0/+32
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-39/+73
2021-04-13we don't want this dynamic_cast in release buildsNoel Grandin1-0/+2
2021-04-12make SfxItemPropertySimpleEntry constructor explicitNoel Grandin1-1/+1
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-13/+0
2021-04-12tdf#130326 flatten SfxItemPropertyMapNoel Grandin1-46/+23
2021-04-12SfxItemPropertySimpleEntry constructor should take a referenceNoel Grandin1-1/+1
2021-04-07rtl::Static -> function local staticNoel Grandin1-6/+2
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara6-35/+36
2021-02-26loplugin:refcounting in svlNoel1-1/+1
2021-02-20loplugin:refcounting in svlNoel1-2/+2
2021-01-03tighten up asserting in SfxPoolItem::operator==Noel Grandin4-6/+10
2021-01-02Remove warning while buildingdante1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel1-3/+3
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen6-10/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-11-16tdf#123936 Formatting files in module svl with clang-formatPhilipp Hofer3-76/+43
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-1/+0
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-45/+14
2020-10-19use tools::Long in svlNoel3-5/+5
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin2-35/+31
2020-09-26Related: tdf#136985 SfxStringListItem::GetString() crash in empty caseCaolán McNamara1-3/+2
2020-09-23Convert attribute value to UTF-8 when passing it to libxml2Stephan Bergmann1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann3-3/+10
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-1/+1
2020-08-12expand out DELETEZNoel Grandin1-2/+4
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann1-1/+1
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+1
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-11/+2
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara1-2/+2
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-6/+1
2020-05-05we want to invalidate the current iteratorCaolán McNamara1-0/+5
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara1-3/+4
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-5/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-15/+11