summaryrefslogtreecommitdiff
path: root/sc/inc/table.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida1-0/+1
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-1/+1
2013-05-20Keep track of column block positions when mass-pasting formula cells.Kohei Yoshida1-2/+5
2013-05-20Same with MixDocument(). But this one has additional bottleneck...Kohei Yoshida1-4/+8
2013-05-20Reuse CopyToDocContext for UndoTo*.Kohei Yoshida1-3/+3
2013-05-20Do the same thing for CopyToDocument.Kohei Yoshida1-4/+6
2013-05-20Move the boolean flags to the context bucket.Kohei Yoshida1-4/+2
2013-05-20Do the same optimization for CopyToClip.Kohei Yoshida1-4/+5
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-0/+2
2013-05-20Keep track of current block position when pasting a range of cells.Kohei Yoshida1-0/+4
2013-05-20Move all clip params into the new context class. We don't need two buckets.Kohei Yoshida1-1/+1
2013-05-20Introduce copy-from-clip context for copy handling code.Kohei Yoshida1-2/+5
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+1
2013-05-20Collect all empty broadcasters and remove them in one go later.Kohei Yoshida1-0/+2
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida1-0/+1
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-0/+2
2013-04-30Pass formula group context to FetchDoubleArray. Not yet used.Kohei Yoshida1-1/+6
2013-04-30Add method to allow fetching of double array, and store it in token.Kohei Yoshida1-0/+1
2013-04-30Handle invariant group with single references.Kohei Yoshida1-1/+3
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida1-0/+1
2013-04-13ScDocumentImport accessor to provide efficient means to fill document.Kohei Yoshida1-0/+2
2013-04-10fdo#51615: Further tweaks in the jumping to the next cell.Jan Holesovsky1-0/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-37/+37
2013-03-28Slightly more efficient assign().Kohei Yoshida1-0/+2
2013-03-28More on removing use of ScBaseCell in ScInterpreter.Kohei Yoshida1-0/+1
2013-03-28Make viewfunc.cxx free of ScBaseCell.Kohei Yoshida1-0/+1
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida1-0/+1
2013-03-22More on PutCell() avoidance.Kohei Yoshida1-0/+3
2013-03-22Do the same for formula cells.Kohei Yoshida1-1/+4
2013-03-22Let's use ScTokenArray instead of ScFormulaCell.Kohei Yoshida1-1/+2
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-0/+4
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-8/+8
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-1/+4
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida1-0/+3
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida1-0/+2
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks1-0/+1
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida1-0/+3
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida1-1/+1
2013-03-14Accessor in ScTable.Kohei Yoshida1-0/+3
2013-02-19fdo#56276 - resize/reposition rotated shapes in a sensible wayNoel Power1-5/+5
2013-01-30bnc#615317: Recompile cells with #NAME! for English function name option.Kohei Yoshida1-0/+2
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida1-0/+1
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-4/+0
2012-10-06also support removing of conditional formatsMarkus Mohrhard1-0/+1
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-2/+0
2012-10-06support overlapping conditional formatsMarkus Mohrhard1-0/+1
2012-08-29move ScProgress construction out of ScTable::SortMarkus Mohrhard1-2/+2
2012-08-10make more ScTable methods constMarkus Mohrhard1-12/+12