summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida1-2/+2
2014-01-28fdo#69244: Avoid putting these cells in formula tree prematurely.Kohei Yoshida1-1/+1
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-4/+4
2014-01-16resolved 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
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard1-5/+7
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-12/+100
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-10/+6
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida1-1/+1
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-3/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-9/+19
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida1-1/+4
2013-08-12Do the splitting of formula groups.Kohei Yoshida1-5/+4
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida1-6/+57
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-5/+1
2013-07-31WaE: Unused private fieldsTor Lillqvist1-4/+0
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-8/+6
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-8/+8
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-10/+10
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida1-6/+4
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida1-1/+29
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-6/+6
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-42/+39
2013-07-11Move UnshareFormulaCell() out of ScColumn into SharedFormulaUtil.Kohei Yoshida1-5/+5
2013-07-11Move these methods out of ScColumn since they don't operate on column.Kohei Yoshida1-12/+12
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-9/+11
2013-07-11Check formula cell group boundaries to optionally merge.Kohei Yoshida1-1/+14
2013-07-11Formula cell grouping in CopyUpdated should already be done.Kohei Yoshida1-3/+0
2013-07-11Remove this marker.Kohei Yoshida1-1/+0
2013-07-11Grouping of formula cells during undo.Kohei Yoshida1-9/+6
2013-07-11Group a new formula cell in CopyCellToDocument.Kohei Yoshida1-2/+1
2013-07-11Remove these markers.Kohei Yoshida1-2/+0
2013-07-11Group formula cells when copying to clip, prevent crash during pasting.Kohei Yoshida1-0/+37
2013-07-08Make update ref on copy a separate method.Kohei Yoshida1-24/+27
2013-07-08Re-group formula cells on paste.Kohei Yoshida1-2/+16
2013-07-08Remove this marker.Kohei Yoshida1-1/+0
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida1-0/+19
2013-07-08More on regrouping of formula cells.Kohei Yoshida1-21/+56
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida1-1/+0
2013-07-08???Kohei Yoshida1-2/+1
2013-07-08These methods shouldn't affect formula grouping.Kohei Yoshida1-9/+0
2013-07-03fix the inherited number format removal codeMarkus Mohrhard1-3/+12