summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attrib.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-18/+18
2021-02-15loplugin:referencecasting in scNoel1-1/+1
2021-02-08Remove unneeded breaksAndrea Gelmini1-3/+0
2021-01-02introduce Degree100 strong_int typeNoel1-1/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara1-0/+33
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara1-0/+20
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara1-3/+23
2019-12-11Related: tdf#129300 add ScVerticalStackCell to provide a descriptionCaolán McNamara1-0/+20
2019-12-10Related: tdf#129300 add ScShrinkToFitCell to provide a descriptionCaolán McNamara1-0/+20
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-0/+21
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-4/+4
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-5/+0
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin1-13/+19
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin1-1/+15
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-7/+1
2018-10-24ScDoubleItem is deadNoel Grandin1-32/+0
2018-10-09add some more pluralized form examplesCaolán McNamara1-1/+1
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-8/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-18/+19
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-12/+18
2018-03-13loplugin:useuniqueptr in ScPageHFItemNoel Grandin1-25/+16
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2017-11-29loplugin:unusedmethodsNoel Grandin1-48/+0
2017-11-24drop unused ATTR itemsNoel Grandin1-101/+0
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-08-25loplugin:unusedmethodsNoel Grandin1-12/+0
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall1-192/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-5/+5
2017-07-23coverity#1415620 Unchecked return value (golden)Caolán McNamara1-1/+4
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-12/+2
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-1/+1
2017-04-09add the merge flags to the item set dumpMarkus Mohrhard1-0/+22
2017-03-30convert SvxDateType to scoped enumNoel Grandin1-1/+1
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-1/+1
2017-02-16split out mid definesCaolán McNamara1-0/+1
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-8/+3
2016-11-21tdf#42949 Remove not needed uno headers from sc/source/coreBartosz Kosiorek1-3/+0
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-09-26sc: fix Android buildMiklos Vajna1-0/+11
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard1-0/+14
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-10/+10
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-9/+9
2016-07-08loplugin:redundantcast: redundant static_casts in scStephan Bergmann1-2/+2
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1