summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida1-0/+26
2013-10-08Handle edit text cells here as well as the string cells.Kohei Yoshida1-7/+31
2013-10-08Get the string ID's for case insensitive comparisons.Kohei Yoshida1-7/+7
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida1-3/+3
2013-10-08Use the document's string pool rather than a separate one for the formula.Kohei Yoshida1-6/+6
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-26/+35
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida1-4/+4
2013-10-04Move this string pool code to svl.Kohei Yoshida1-4/+4
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida1-0/+13
2013-09-10Eliminate (almost) duplicate code blocks.Kohei Yoshida1-70/+30
2013-09-10Support fetching string array that spans over multiple blocks.Kohei Yoshida1-10/+142
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida1-1/+9
2013-09-10Do the same for range vector tokens.Kohei Yoshida1-2/+4
2013-09-10Correctly handle empty cells in group calculation (software interpreter).Kohei Yoshida1-3/+6
2013-09-06Handle string or edit cells when resolving static reference for group calc.Kohei Yoshida1-0/+11
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-22/+39
2013-09-01These pieces of code are no longer needed.Kohei Yoshida1-46/+0
2013-08-29add support for in-place style previewNoel Power1-2/+22
2013-08-02Fix subtotal functions in the status bar.Kohei Yoshida1-1/+1
2013-08-02fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida1-35/+0
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-12/+14
2013-07-24Add dumping capability for ScTokenArray (for debugging).Kohei Yoshida1-7/+0
2013-07-12Don't forget to shift to the right start element within the block!Kohei Yoshida1-0/+1
2013-07-11Group formula cells in ScColumn::MixData().Kohei Yoshida1-4/+0
2013-07-11Nobody uses this marker method now.Kohei Yoshida1-4/+0
2013-07-08Nobody uses this marker now.Kohei Yoshida1-4/+0
2013-07-08More on regrouping of formula cells.Kohei Yoshida1-4/+0
2013-07-08Allow fallback to cell-based calculation.Kohei Yoshida1-0/+25
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida1-3/+17
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida1-1/+2
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+1
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida1-0/+40
2013-07-01ResolveStaticReference() to also dynamically recalc formula cells.Kohei Yoshida1-18/+21
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida1-11/+177
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida1-3/+3
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida1-0/+26
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida1-1/+23
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida1-0/+156
2013-06-24Fix incorrect merge.Kohei Yoshida1-1/+0
2013-06-24Don't allow outside code to set text attributes.Kohei Yoshida1-19/+12
2013-06-24Add more calls to CellStorageModified() when it's called for.Kohei Yoshida1-3/+15
2013-06-24Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida1-0/+3
2013-06-24Have the clone handler handle the text attr array as well.Kohei Yoshida1-0/+4
2013-06-24Fix a bug in the find area position code for the upward direction.Kohei Yoshida1-0/+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-1154/+1292
2013-06-24Re-org the headers a bit. In column?.cxx, column.hxx must be the first.Kohei Yoshida1-18/+18
2013-06-24Define block types for string, edit text and formula cell elements.Kohei Yoshida1-10/+10
2013-06-24Remove unnecessary debug outputs that would slow down perf tests.Kohei Yoshida1-7/+0
2013-06-13a few more fixes for crashes around cell text attr storageMarkus Mohrhard1-2/+2