summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table5.cxx
AgeCommit message (Expand)Author
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-06-18tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*Gabor Kelemen
2018-05-11Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2018-03-15Check return of ScFlatBoolRowSegments::ForwardIterator::getValue()Eike Rathke
2018-03-13tdf#114552 Improve image scaling in CalcSamuel Mehrbrodt
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-17dyncolcontainer: use ScBitMaskCompressedArray for pColFlagsNoel Grandin
2017-10-17dyncolcontainer: use ScCompressedArray for pColWidthNoel Grandin
2017-09-14simplify calls to IsStreamValid/SetStreamValidNoel Grandin
2017-09-02dynamic column container: fix some more for loopsNoel Grandin
2017-08-31make the ScColumnsRange iterator return SCCOLNoel Grandin
2017-08-25dynamic column container: more efficient loops over all colsNoel Grandin
2017-08-24Resolves: tdf#93171 follow-up, notify dependents of subtotal formula cellsEike Rathke
2017-08-23loplugin:constparam in sc part2Noel Grandin
2017-08-23fix bug in ScTable::LastHiddenColRowNoel Grandin
2017-07-13loplugin:useuniqueptr in scNoel Grandin
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael
2017-05-12tdf#93171 Subtotal function with function indexes don't updateArul Michael
2017-01-19tdf#50916 Allow ScTable work on dynamic ScColContainerBartosz Kosiorek
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-07-25sc: replace GET_SCALEVALUE macro with a lambdaJochen Nitschke
2016-07-04Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis
2016-01-19-Werror=maybe-uninitialized (GCC 6)Stephan Bergmann
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-07-04Fix typosAndrea Gelmini
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-02-13Translated german commments in sc/source/core/data/table4-6.cxxAlbert Thuswaldner
2014-10-23loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-03-Wmaybe-uninitialized in ScTable::CopyColFilteredLaurent Godard
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin
2013-07-24Try to consolidate broadcast calls originating from column or table.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák