summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* minor updatesCsikós Tamás2013-07-252-1/+8
* better support Range.FormulaArray ( set )Noel Power2013-07-251-3/+31
* resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2013-07-2533-111/+191
* I forgot to turn this off.Kohei Yoshida2013-07-251-1/+1
* WaE: default constructor could not be generated (because of const member(s))Tor Lillqvist2013-07-251-1/+1
* vertically align textboxes to center, which looks much better on MacOSXCaolán McNamara2013-07-254-7/+13
* fdo#59427 first step for template menuCor Nouws2013-07-251-1/+7
* WaE: C4510: default constructor could not be generated)Tor Lillqvist2013-07-251-4/+16
* These static_cast's are very significant. Don't remove these.Kohei Yoshida2013-07-242-4/+4
* Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida2013-07-2415-160/+171
* Add support for double in OpenCL kernel.Haidong Lian2013-07-244-1865/+1397
* add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks2013-07-241-0/+5
* Prompt the user to delete cached kernels on failureMichael Meeks2013-07-242-13/+31
* add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian2013-07-243-63/+121
* fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida2013-07-241-8/+44
* I'm supposed to move it, not shift it.Kohei Yoshida2013-07-241-2/+3
* There isn't much we have to do for copy.Kohei Yoshida2013-07-241-59/+6
* Add test for partial move of referenced range.Kohei Yoshida2013-07-241-0/+22
* Re-implement adjusting of references on move.Kohei Yoshida2013-07-243-13/+64
* Add test for moving the formula cells that reference stationary range.Kohei Yoshida2013-07-241-0/+23
* Add starter test for reference update on range move.Kohei Yoshida2013-07-242-0/+52
* Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida2013-07-241-31/+36
* Add test for ROW function.Kohei Yoshida2013-07-242-0/+39
* Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida2013-07-245-14/+94
* Make these non-inline.Kohei Yoshida2013-07-242-29/+39
* CalcRelFromAbs() is no more.Kohei Yoshida2013-07-243-24/+22
* More on removing use of CalcRelFromAbs().Kohei Yoshida2013-07-243-12/+6
* More on removing CalcRelFromAbs().Kohei Yoshida2013-07-245-56/+47
* Work on removing CalcRelFromAbs().Kohei Yoshida2013-07-242-18/+12
* Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida2013-07-242-27/+0
* Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida2013-07-241-61/+22
* Add test for extending range reference.Kohei Yoshida2013-07-241-14/+34
* Add test for cell function COLUMN.Kohei Yoshida2013-07-242-0/+23
* Modified reference shouldn't make the cell dirty.Kohei Yoshida2013-07-241-6/+6
* Flag cell state modified when a reference points to a different position.Kohei Yoshida2013-07-244-8/+15
* Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida2013-07-244-32/+63
* Handle reference adjustment in response to sheet deletion.Kohei Yoshida2013-07-246-50/+161
* More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida2013-07-242-19/+14
* Add test for updating reference on sheet change.Kohei Yoshida2013-07-242-0/+97
* More on removing use of CalcAbsIfRel().Kohei Yoshida2013-07-242-43/+31
* Properly handle optional edge expansion of referenced ranges.Kohei Yoshida2013-07-2410-39/+101
* Add test for edge-expansion of referenced ranges.Kohei Yoshida2013-07-241-0/+66
* Handle range reference expansion on insertion.Kohei Yoshida2013-07-244-21/+97
* Add test for range reference expansion on cell insertions.Kohei Yoshida2013-07-241-0/+85
* Add test for shrinking of range references on row/column deletion.Kohei Yoshida2013-07-241-0/+92
* Handle shrinking of range references on row/column deletion.Kohei Yoshida2013-07-241-0/+41
* Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida2013-07-242-30/+0
* Add test for resizing range references. To be expanded later.Kohei Yoshida2013-07-242-0/+40
* Add test for no reference error on reference deletion.Kohei Yoshida2013-07-241-0/+28
* Handle deleted references.Kohei Yoshida2013-07-241-0/+75