summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Silence false MSVC C4701 warningStephan Bergmann1-0/+1
2016-10-07Reduce the number of calls to underlying flat_segment_tree structure.Kohei Yoshida1-3/+14
2016-10-07Properly skip the hidden row(s) at the end.Kohei Yoshida1-1/+17
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-1/+1
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-19/+18
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-4/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-1/+1
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-10/+10
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-1/+1
2016-07-22sc: convert MatrixEdge... to typed_flagsJochen Nitschke1-22/+21
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti1-0/+8
2016-05-30remove unnecessary temporary ScRangeList copyEike Rathke1-5/+4
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-5/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-3/+3
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-4/+4
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke1-2/+17
2016-04-11loplugin:constantparamNoel Grandin1-2/+2
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke1-2/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-9/+7
2016-03-23loplugin:constantparam in scNoel Grandin1-6/+6
2016-03-10rename findLastNotOf -> findLastTrueNoel Grandin1-3/+3
2016-03-10loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-08tdf#94561 : Create notes drawing objects only once on sheet copyDennis Francis1-1/+15
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-4/+4
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04Patch#1 : Dynamic column container in the pursuit of tdf#50916Dennis Francis1-4/+4
2016-02-03tdf#34873 : Better way to show autofilter countDennis Francis1-54/+0
2016-01-21tdf#34873 : Show autofilter row count in status barDennis Francis1-0/+54
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-35/+35
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-17/+17
2015-10-12cppcheck:variableScopeNoel Grandin1-4/+2
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin1-2/+2
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-4/+4
2015-08-11tdf#39468 Translate German Comments - sc/source/core/data/Phillip Sz1-1/+1
2015-07-30loplugin:unusedmethodsNoel Grandin1-10/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-06-04tdf#91425 CRASH - Calc Insert Columns LeftTakeshi Abe1-20/+26
2015-06-01fdo#39468 Translate German Comments - last bits of sc/source/core/data/Christian M. Heller1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-8/+8
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-13Translated german commments in sc/source/core/data/table1-3.cxxAlbert Thuswaldner1-52/+52
2015-01-26coverity#1266519 Use after freeCaolán McNamara1-2/+3
2015-01-26coverity#703982 Unchecked return valueCaolán McNamara1-2/+4
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-1/+1
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida1-0/+21
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-7/+7
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke1-0/+10