summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column2.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-02-03fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida1-0/+23
2014-01-27Stop leaking all ScPostIt instances.Kohei Yoshida1-11/+8
2014-01-15fdo#73606: Avoid excessive and unnecessary heap allocation of array objects.Kohei Yoshida1-1/+1
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida1-90/+56
2013-12-12Fix "fit to column" breakage.Kohei Yoshida1-1/+1
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida1-14/+0
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida1-0/+14
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard1-3/+30
2013-11-26Fix additional bugs in the vector array fetching code.Kohei Yoshida1-5/+5
2013-11-22Call the method directly via ScDocument, not via obscure UNO API.Kohei Yoshida1-1/+0
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida1-5/+6
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-15/+0
2013-10-31Don't hard-code the start row position of string array to 0...Kohei Yoshida1-1/+1
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard1-6/+5
2013-10-30use positional hint for UpdateScript, fdo#69006Markus Mohrhard1-2/+4
2013-10-29Restore the old behavior, even when the data comes from a cache.Kohei Yoshida1-2/+32
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida1-1/+2
2013-10-28Remove duplicated code blocks.Kohei Yoshida1-35/+5
2013-10-28Some cleanup to remove duplicated code.Kohei Yoshida1-188/+9
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida1-158/+238
2013-10-23-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+1
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-0/+76
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-4/+233
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18Redo vector ref array fetching for ranges starting with a numeric cell.Kohei Yoshida1-6/+126
2013-10-18Cleanup.Kohei Yoshida1-4/+5
2013-10-18Re-do fetching of vector ref array to support number / string mixture.Kohei Yoshida1-27/+58
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-4/+4
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-6/+8
2013-10-11We are supposed to keep track of max-length string.Kohei Yoshida1-0/+4
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida1-4/+3
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-0/+7
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