summaryrefslogtreecommitdiff
path: root/sc/source/core/data/patattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-7/+7
2021-02-04have one set of twips<->mm conversionsNoel1-3/+1
2021-01-02introduce Degree100 strong_int typeNoel1-11/+11
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-10-20use tools::Long in scNoel1-10/+10
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-3/+3
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-29/+29
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara1-1/+1
2019-12-29tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-5/+29
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-7/+7
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara1-1/+1
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara1-0/+1
2019-10-27Resolves: tdf#117715 Conditional format takes precedence; reverts tdf#93300Eike Rathke1-16/+2
2019-10-26Related: tdf#117715 tdf#128403 Couple ATTR_LANGUAGE_FORMAT ATTR_VALUE_FORMATEike Rathke1-9/+17
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-2/+3
2019-06-25tdf#94677 Calc is slow opening large CSV, avoid std::shared_ptrNoel Grandin1-6/+6
2019-05-16tdf#125054 fixed WhichIDs for cloned ItemsArmin Le Grand1-6/+12
2019-05-02revert part of "tdf#81765 slow loading of .ods"Noel Grandin1-40/+0
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-25/+30
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin1-2/+1
2019-04-23fix bad comparison in StrCmp/StrLessNoel Grandin1-8/+2
2019-04-20tdf#81765 slow loading of .ods with >1000 of conditional formatsNoel Grandin1-1/+53
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
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