summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Resolves: tdf#81659 handle expand reference edge correctlyEike Rathke1-0/+29
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke1-2/+15
2014-10-13fdo#83901: ROW() and COLUMN() to be properly recalculated on cell move.Kohei Yoshida1-0/+6
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida1-27/+0
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+13
2014-06-10column storage might be changed, related lp#990868Markus Mohrhard1-2/+2
2014-05-27fdo#78976: Correct way to determine the end position for matrix check.Kohei Yoshida1-1/+1
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-12/+0
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-1/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida1-2/+7
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-60/+0
2014-04-25fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida1-9/+15
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe1-9/+5
2014-04-23SwapRow() is no more!Kohei Yoshida1-332/+0
2014-04-23Move cell notes too when sorting.Kohei Yoshida1-27/+18
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida1-0/+36
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-27/+17
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-25fdo#74322: Handle moving of named ranges correctly.Kohei Yoshida1-1/+14
2014-03-22fdo#76470: Avoid joining new formula cells individually.Kohei Yoshida1-4/+17
2014-03-15Unregister all listeners first then re-register them.Kohei Yoshida1-29/+105
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-0/+92
2014-03-14fdo#72741 - swap values only inside a formula group.Michael Meeks1-12/+19
2014-03-12fdo#75977: Clear sheet deleted flags for affected references when undoing.Kohei Yoshida1-3/+15
2014-03-09coverity#707988 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-1/+5
2014-02-28fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida1-18/+91
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-36/+198
2014-02-10fdo#74209: This search algorithm had another issue. This fixes it.Kohei Yoshida1-4/+4
2014-02-08fdo#74414: No need to incremenet nRow here... It's just plain wrong.Kohei Yoshida1-1/+1
2014-02-07resolved fdo#74622 re-intern shared strings copied between documentsEike Rathke1-5/+24
2014-02-05fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida1-1/+1
2014-02-05-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-15/+21
2014-02-04Use CompileFormulaContext in CompileDBFormula() and CalcAfterLoad().Kohei Yoshida1-4/+8
2014-02-03fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida1-4/+4
2014-01-29fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-2/+2
2014-01-27fdo#69244: Avoid putting these cells in formula tree prematurely.Kohei Yoshida1-1/+1
2014-01-23resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-4/+4
2014-01-15resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke1-1/+10
2014-01-11correct loops in UpdateNoteCaptions for notesLaurent Godard1-2/+2
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks1-1/+2
2013-12-27fdo#72874: Strip const-ness from pointer value when setting it to storage.Kohei Yoshida1-4/+7
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-30/+0
2013-11-11This is clearly a mistake.Kohei Yoshida1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-04Fix multiple operations with formula cell with indirect dependency.Kohei Yoshida1-7/+7