summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-11Resolves: tdf#104711 adjust range reference constructed of named anchorsEike Rathke1-1/+1
2016-11-11Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke1-2/+14
2016-08-16Resolves: tdf#100852 update miBroadcasterPos before copying itEike Rathke1-0/+20
2016-07-05Resolves: tdf#91995 copying cells to undo doc shallow copied note pointerCaolán McNamara1-0/+4
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-3/+3
2016-05-19clang-tidy misc-unused-raiiNoel Grandin1-1/+1
2016-05-17tdf#99255 Calc crashing on Undo after Spell CorrectionArul Michael1-1/+5
2016-05-02Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke1-1/+8
2016-04-11loplugin:constantparamNoel Grandin1-4/+4
2016-03-24tdf#75372 rework sheet-copy names for converting global names to sheet-localEike Rathke1-5/+7
2016-03-24loplugin:constantparam in scNoel Grandin1-2/+2
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-3/+3
2016-03-17loplugin:constantparam in svlNoel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-2/+2
2016-03-04do the calculation check only conditionally, tdf#91794 follow-upEike Rathke1-2/+4
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-3/+3
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis1-23/+29
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann1-2/+2
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-1/+5
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-9/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin1-26/+26
2015-10-20loplugin:defaultparamsStephan Bergmann1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-19/+5
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-5/+18
2015-09-18boost->stdCaolán McNamara1-7/+7
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-7/+7
2015-09-17boost->stdCaolán McNamara1-7/+7
2015-09-16Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke1-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-7/+7
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-02-26split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke1-0/+29
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-5/+5
2014-12-11coverity#1257741 Uninitialized scalar fieldCaolán McNamara1-2/+6
2014-12-10Deteremine the script type of source cell during paste replication.Kohei Yoshida1-0/+7
2014-12-09remove now unused BROADCAST_ALL_POSITIONS caseEike Rathke1-13/+0
2014-12-09introduce BroadcastBroadcasters() to speedup BroadcastCells()Eike Rathke1-7/+20
2014-12-09prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERSEike Rathke1-6/+43
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke1-14/+18
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-2/+17
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-6/+30