summaryrefslogtreecommitdiff
path: root/svl/source/items
AgeCommit message (Expand)Author
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
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svlStephan Bergmann
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05we want to invalidate the current iteratorCaolán McNamara
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-25loplugin:makeshared in svl..svxNoel Grandin
2020-01-08Fix typoAndrea Gelmini
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-03remove some useless comment linesNoel Grandin
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-10-05simplify SfxAllEnumItemNoel Grandin
2019-10-03Following "Simplify a bit SfxAllEnumItem (svl)"Julien Nabet
2019-10-03Simplify a bit SfxAllEnumItem (svl)Julien Nabet
2019-10-02Avoid std::vector inheritance for SfxAllEnumValueArrJulien Nabet
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-12Fix typosAndrea Gelmini