summaryrefslogtreecommitdiff
path: root/sc/source/core/data/patattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2019-01-18use unique_ptr in scNoel Grandin1-4/+3
2018-11-16loplugin:buriedassign in scNoel Grandin1-6/+6
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-4/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-3/+3
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-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-1/+1
2018-03-28use boost::optional in sc and svgioNoel Grandin1-12/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-7/+7
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-11loplugin:useuniqueptr in svlNoel Grandin1-2/+2
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-4/+4
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-6/+5
2017-11-23TypedWhichId for sc constantsNoel Grandin1-71/+40
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-4/+4
2017-11-15TypedWhichIdNoel Grandin1-4/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-5/+5
2017-08-23loplugin:constparam in sc part2Noel Grandin1-3/+3
2017-08-16Removing unused serialisation codeVarun Dhall1-47/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-8/+10
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-2/+1
2017-03-15remove useless castsJochen Nitschke1-45/+45
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-12/+12
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-10/+10
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-3/+3
2017-01-17used std::map in SfxItemSetNoel Grandin1-3/+3
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-10/+7
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin1-7/+7
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-4/+18
2016-09-10loplugin:constantparam in scNoel Grandin1-4/+2
2016-06-04tdf#96099 Remove sfx std::shared_ptr typedefsMark Page1-1/+1
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-03-31tdf#93300, handle hard formatting with cond format correctMarkus Mohrhard1-11/+39
2016-03-19simplify code a bitMarkus Mohrhard1-3/+5
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-12/+12
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1