summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-04fdo#40788: Allow manual breaks in Calc to be forcedEilidh McAdam1-1/+2
2013-10-30extend the position hint to GetRangeScriptTypeMarkus Mohrhard1-1/+2
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida1-3/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-67/+77
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-08Support for passing non-double formula results from group interpreter.Kohei Yoshida1-0/+9
2013-10-04convert sc/inc/t*.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-10Add ability to specify starting row when querying for last non-empty row.Kohei Yoshida1-6/+6
2013-09-10Trim data array length to remove trailing empty rows.Kohei Yoshida1-0/+15
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida1-4/+6
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-1/+0
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-12/+4
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-21/+23
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-12/+11
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-10/+11
2013-07-30More on getting named range update to work.Kohei Yoshida1-2/+2
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida1-1/+1
2013-07-30Let's not use numerical magic numbers. Prefer enum.Kohei Yoshida1-12/+7
2013-07-30Remove unused parameters to clean it up a bit.Kohei Yoshida1-6/+3
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-9/+16
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/+10
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida1-1/+1
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida1-5/+3
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida1-0/+8
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida1-0/+6
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida1-0/+7
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida1-46/+54
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida1-0/+8
2013-05-20Ditto when purging broadcasters.Kohei Yoshida1-2/+3
2013-05-20Optimize ScViewFunc::GetSelectionScriptType().Kohei Yoshida1-0/+9
2013-05-20Keep track of empty broadcaster segments, and delete them all in one go.Kohei Yoshida1-0/+8
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-2/+10
2013-04-30Typo.Kohei Yoshida1-1/+1
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/+11
2013-04-30Handle invariant group with single references.Kohei Yoshida1-6/+22
2013-04-30Not yet used, but a hook to retrieve a vector reference value.Kohei Yoshida1-0/+11
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-28Slightly more efficient assign().Kohei Yoshida1-0/+9
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida1-0/+8
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida1-0/+8
2013-03-16sc: translate some debug messagesThomas Arnhold1-4/+4
2013-03-15Actually unknown script type doesn't equal empty script type (0).Kohei Yoshida1-1/+1
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida1-0/+16
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida1-0/+1
2013-03-14MaybeAddExtraColumn() too. This one is trivial.Kohei Yoshida1-2/+3