summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table1.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-09Revert "export all style information to xls/xlsx, fdo#46738"Markus Mohrhard1-2/+2
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-10/+0
2012-06-11correctly set new conditional formatMarkus Mohrhard1-0/+5
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-26/+5
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-05drop some unused codeCaolán McNamara1-5/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-0/+79
2012-04-19fdo#48856 update sheet-local named expressions correctlyEike Rathke1-3/+5
2012-04-19update relative local range names, fdo#48856Markus Mohrhard1-1/+1
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard1-2/+2
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-8/+61
2012-01-09simplify CharClassCaolán McNamara1-1/+1
2012-01-07Better to internalize the sheet ID reset within ScDrawLayer...Kohei Yoshida1-3/+0
2012-01-07Reset sheet ID of cell-anchored drawing objects when deleting sheet(s).Kohei Yoshida1-0/+3
2011-12-20valgrind: uninitialized values usedCaolán McNamara1-0/+2
2011-12-04reduce scope of var and better comment of function GetDataAreaPierre-André Jacquod1-19/+21
2011-12-04if empty row / col leads to shrink area, suppress all empty rows/colPierre-André Jacquod1-16/+22
2011-12-04if changes selection only down, this is also valid for shrinkingPierre-André Jacquod1-1/+7