summaryrefslogtreecommitdiff
path: root/sc/source/core/data/stlsheet.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-5/+0
2018-10-19Turn ScStyleSheet::Usage into scoped enumStephan Bergmann1-5/+5
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin1-1/+1
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin1-2/+2
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-1/+1
2018-04-07Avoid -fsanitize=nullStephan Bergmann1-5/+5
2018-04-07Prefix SfxStyleSheetBase::pPool memberStephan Bergmann1-3/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-2/+3
2017-10-23loplugin:includeform: scStephan Bergmann1-7/+7
2017-08-23loplugin:constparam in sc part2Noel Grandin1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-6/+8
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+3
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+2
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-33/+0
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-3/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-5/+5
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard1-0/+5
2015-03-25convert VALID_ constants to enum classNoel Grandin1-1/+1
2015-03-04Hack to work around an in-destruction ScStyleSheetPool no longer being oneStephan Bergmann1-5/+12
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-02-12Translated german comments in sc/source/core/data/ #2Albert Thuswaldner1-14/+15
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-7/+6
2014-10-23loplugin: cstylecastNoel Grandin1-8/+8
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-2/+0
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-10/+10
2014-02-21editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-19/+19
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-04sal_Bool->bool in svl::SfxStyleSheetBaseNoel Grandin1-9/+9
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen1-3/+1