summaryrefslogtreecommitdiff
path: root/sc/inc/attrib.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-07tdf#42949 Fix IWYU warnings in sc/inc/[aA]*Gabor Kelemen1-1/+0
2018-03-13loplugin:useuniqueptr in ScPageHFItemNoel Grandin1-6/+6
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-11-29loplugin:unusedmethodsNoel Grandin1-37/+0
2017-11-24drop unused ATTR itemsNoel Grandin1-25/+0
2017-08-25loplugin:unusedmethodsNoel Grandin1-3/+0
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-09Removing unused SfxItemPool serialisation from scVarun Dhall1-7/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-5/+5
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-5/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-09add the merge flags to the item set dumpMarkus Mohrhard1-0/+4
2017-04-05loplugin:constantparamNoel Grandin1-5/+1
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-8/+8
2017-03-03remove unused CreateDefault methodsNoel Grandin1-10/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-1/+1
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-1/+1
2016-11-11loplugin:countusersofdefaultparams in sc(part2)Noel Grandin1-2/+2
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard1-0/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-9/+9
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-19/+18
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-20/+28
2016-05-24loplugin:unusedmethods in scNoel Grandin1-8/+0
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+0
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-8/+5
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+4
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-9/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-28com::sun::star->css in scNoel Grandin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-36/+36
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-3/+3
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-11/+0
2015-02-18Missing ScMergeFlagAttr::CloneStephan Bergmann1-0/+2
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-4/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-7/+7
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-5/+5
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0
2014-12-23ScCondFormatItem::RemoveCondFormatData() is not implementedMatúš Kukan1-2/+0
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-5/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-7/+7
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-35/+35
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-9/+9
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-8/+8