summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-07-25minor updatesCsikós Tamás
2013-07-25better support Range.FormulaArray ( set )Noel Power
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-07-25I forgot to turn this off.Kohei Yoshida
2013-07-25WaE: default constructor could not be generated (because of const member(s))Tor Lillqvist
2013-07-25vertically align textboxes to center, which looks much better on MacOSXCaolán McNamara
2013-07-25fdo#59427 first step for template menuCor Nouws
2013-07-25WaE: C4510: default constructor could not be generated)Tor Lillqvist
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida
2013-07-24Add support for double in OpenCL kernel.Haidong Lian
2013-07-24add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian
2013-07-24fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida
2013-07-24I'm supposed to move it, not shift it.Kohei Yoshida
2013-07-24There isn't much we have to do for copy.Kohei Yoshida
2013-07-24Add test for partial move of referenced range.Kohei Yoshida
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida
2013-07-24Add test for moving the formula cells that reference stationary range.Kohei Yoshida
2013-07-24Add starter test for reference update on range move.Kohei Yoshida
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida
2013-07-24Add test for ROW function.Kohei Yoshida
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida
2013-07-24Make these non-inline.Kohei Yoshida
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida
2013-07-24Add test for extending range reference.Kohei Yoshida
2013-07-24Add test for cell function COLUMN.Kohei Yoshida
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida
2013-07-24More on removing CalcAbsIfRel(). Almost there...Kohei Yoshida
2013-07-24Add test for updating reference on sheet change.Kohei Yoshida
2013-07-24More on removing use of CalcAbsIfRel().Kohei Yoshida
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida
2013-07-24Add test for edge-expansion of referenced ranges.Kohei Yoshida
2013-07-24Handle range reference expansion on insertion.Kohei Yoshida
2013-07-24Add test for range reference expansion on cell insertions.Kohei Yoshida
2013-07-24Add test for shrinking of range references on row/column deletion.Kohei Yoshida
2013-07-24Handle shrinking of range references on row/column deletion.Kohei Yoshida
2013-07-24Remove CalcAbsIfRel() virtual method from ScToken and all its children.Kohei Yoshida
2013-07-24Add test for resizing range references. To be expanded later.Kohei Yoshida
2013-07-24Add test for no reference error on reference deletion.Kohei Yoshida
2013-07-24Handle deleted references.Kohei Yoshida