summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-27resolved fdo#71598 postpone SetDirty during Insert/DeleteEike Rathke1-2/+2
2014-01-21resolved fdo#72293 correctly split grouped formulas and regroupEike Rathke1-4/+4
2013-12-02we want to delete anytime that attribs are overwritten, fdo#72149Markus Mohrhard1-1/+1
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard1-0/+10
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard1-0/+14
2013-11-23resolved fdo#61946 use correct TabDelta for UpdateReferenceEike Rathke1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-2/+2
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida1-8/+0
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-0/+22
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-225/+92
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-11/+3
2013-10-08Unused methods.Kohei Yoshida1-8/+0
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-2/+8
2013-10-08convert sc/source/core/data/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida1-0/+16
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05increase conditional format range during inserting rows/cols, fdo#67783Markus Mohrhard1-3/+6
2013-08-22fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks1-1/+2
2013-08-21fdo#68381 take care of cell notes on TransposeLaurent Godard1-0/+14
2013-08-14Do the same when inserting columns.Kohei Yoshida1-1/+6
2013-08-13Do the same when deleting rows.Kohei Yoshida1-2/+7
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida1-5/+21
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-0/+8
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-1/+7
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-4/+1
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida1-0/+7
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida1-1/+0
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-1/+1
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-4/+8
2013-06-29only clean the cond format if we want to write attribs, fdo#62267Markus Mohrhard1-1/+1
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-3/+3
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida1-5/+0
2013-06-24Compiler warnings.Kohei Yoshida1-2/+1
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-1/+1
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-152/+230
2013-05-28correctly delete note captions, fdo#64068Markus Mohrhard1-1/+3
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-3/+3
2013-05-20A bit of a cleanup.Kohei Yoshida1-1/+0
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-6/+8
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida1-8/+5
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-7/+11
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-7/+7
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-6/+8
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+8
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-8/+9
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-4/+4
2013-04-22copy conditional formats correctly, fdo#63607Markus Mohrhard1-0/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-7/+7