summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-4/+4
2013-02-06Rename ScColumn::Resize() to ReserveSize().Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
2012-11-01No more "increase / decrease of recalc level" for drawing objects.Kohei Yoshida1-8/+3
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard1-3/+1
2012-08-10make more ScTable methods constMarkus Mohrhard1-4/+4
2012-08-10make more calc methods constMarkus Mohrhard1-2/+2
2012-08-10make some methods constMarkus Mohrhard1-3/+3
2012-08-09fix column navigation with CTRL + direction, fdo#45020Markus Mohrhard1-23/+111
2012-07-09Revert "Revert "export all style information to xls/xlsx, fdo#46738""Markus Mohrhard1-2/+2