summaryrefslogtreecommitdiff
path: root/sc/source/core/data/attarray.cxx
AgeCommit message (Expand)Author
2021-09-12tdf#144085 XUsedAreaCursor broken: the methods don't accept formatted cells a...Noel Grandin
2021-06-01no need to allocate these on the heapNoel Grandin
2021-04-30tdf#79049 speed up OOXML workbook load (3)Noel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-23Rename sorted_vector::erase(size_t) to erase_atJan-Marek Glogowski
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-16ScAttrArray never has a null ScDocument* memberCaolán McNamara
2020-09-09sc: rowcol: convert more use of MAXROWCOUNTNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara
2019-12-10Related: tdf#129300 add ScRotateValueItem description in degreesCaolán McNamara
2019-11-11sc: rowcol: tdf#50916 convert data/attrarrayNoel Grandin
2019-10-09sc: rowcol: store sheet maximum sizes in ScDocument.Michael Meeks
2019-08-12Fix typosAndrea Gelmini
2019-05-17cache mdds position in ScAttrArray::RemoveCellCharAttribs() (tdf#108298)Luboš Luňák
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-04-24tdf#81765 slow loading of .ods with >1000 of conditional formats, part 4Noel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 3Noel Grandin
2019-04-21tdf#81765 slow loading of .ods with >1000 of conditional formats, part 2Noel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2018-11-19Removed duplicated includesAndrea Gelmini
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-11-06convert some macros to local functionsNoel Grandin
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-19Turn ScStyleSheet::Usage into scoped enumStephan Bergmann
2018-10-09sc: Enhance binary search for ScAttrArraySerge Krot
2018-08-31tdf#117781: don't remove already applied conditional format dataMike Kaganski
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-19cppcheck - fix variableScope in some filesGökhan Gurbetoğlu
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-23Move the need for several ugly const_casts deeper down to just one placeTor Lillqvist
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin
2017-09-14convert ScAttrArray to use std::vectorNoel Grandin