summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-5/+5
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-18/+34
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida1-0/+9
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida1-3/+14
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida1-0/+11
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida1-1/+1
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida1-8/+10
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida1-7/+0
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida1-3/+3
2013-06-24Move ScEditDataArray out of cell.?xx and into its own files.Kohei Yoshida1-1/+0
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-20/+2
2013-06-02preparations for inherited number format removalMarkus Mohrhard1-5/+2
2013-05-28Related: #i120515# Implemented and finetuned the enhanced Undo featureArmin Le Grand1-1/+6
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida1-0/+9
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-3/+3
2013-05-20A bit of cleanup.Kohei Yoshida1-6/+9
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-1/+3
2013-05-20A bit of a cleanup.Kohei Yoshida1-13/+0
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-6/+37
2013-05-20Make it exception safe.Kohei Yoshida1-8/+5
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida1-2/+6
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-10/+27
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-4/+4
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-2/+6
2013-05-20Cleaned up a bit to remove the need to initialize the block positions.Kohei Yoshida1-17/+2
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+23
2013-05-20Remove unused function argument.Kohei Yoshida1-2/+2
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-87/+54
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-20/+21
2013-05-20Reduce indentation level by early bail-out.Kohei Yoshida1-151/+152
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+8
2013-05-14cppcheck: fix arrayIndexThenCheck/optimize loopsJulien Nabet1-10/+15
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida1-0/+8
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-0/+8
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida1-2/+3
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-0/+9
2013-04-30Handle invariant group with single references.Kohei Yoshida1-3/+13
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida1-0/+9
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-0/+1
2013-03-28Remove GetCell() from ScDocument, and make PutCell() private.Kohei Yoshida1-94/+79
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-4/+11
2013-03-28More on killing direct use of ScEditCell.Kohei Yoshida1-1/+8
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida1-2/+10
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-0/+8
2013-03-22More on ScCellIterator usage conversion... Still not done.Kohei Yoshida1-8/+7
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-0/+4
2013-03-22Remove a variant of PutCell().Kohei Yoshida1-22/+0