summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
AgeCommit message (Expand)Author
2013-10-04compare against IDF_HARDATTR, fdo#69720Markus Mohrhard
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida
2013-08-02fdo#67489: Don't stop range search even when the first cell is empty.Kohei Yoshida
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida
2013-05-20Prefer early bail-out.Kohei Yoshida
2013-05-20Compiler warning.Kohei Yoshida
2013-05-20Optimize ScColumn::MixData() to remove several bottlenecks.Kohei Yoshida
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida
2013-05-20Move this code into ScDocument, for later refactoring.Kohei Yoshida
2013-05-20Consolidate the text width and script type arrays into one.Kohei Yoshida
2013-05-10Broadcast only on deleted cells that were previously non-empty.Kohei Yoshida
2013-05-09ScHint doesn't need to store broadcaster pointer. Let's not.Kohei Yoshida
2013-05-09No need to check for broadcaster's presence here.Kohei Yoshida
2013-05-09Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.Kohei Yoshida
2013-05-09The same thing applies in reverse direction.Kohei Yoshida
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida
2013-05-09We need to broadcast here...Kohei Yoshida
2013-05-09Remove SC_HINT_DYING. We don't do anything specific for this hint.Kohei Yoshida
2013-05-09Broadcast change on cell deletion.Kohei Yoshida
2013-05-09A bit of cleanup.Kohei Yoshida
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-05-09Switch script type storage from unsigned short to unsigned char.Kohei Yoshida
2013-04-30CellStorageModified() is the right (and only) place to mark group dirty.Kohei Yoshida
2013-04-30We really don't need to use similar data unless I missed something.Kohei Yoshida
2013-04-30Adding comment as I go along...Kohei Yoshida
2013-04-30Let's use std::for_each for this.Kohei Yoshida
2013-04-30Wrap inside smart pointer on instantiation, for exception safety.Kohei Yoshida
2013-04-30We have function object for this.Kohei Yoshida
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Remove some headers in cell.hxx.Kohei Yoshida
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida
2013-03-28We only need to send the broadcaster instance with ScHint.Kohei Yoshida
2013-03-28Stop exporting symbols of these cell classes except for ScFormulaCell.Kohei Yoshida
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida
2013-03-27GetInputString() now takes ScRefCellValue instead of ScBaseCell.Kohei Yoshida
2013-03-27Remove variant of GetCellString() that takes ScBaseCell*.Kohei Yoshida
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
2013-03-22More on PutCell() avoidance.Kohei Yoshida
2013-03-22Do the same for formula cells.Kohei Yoshida
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida