summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2013-08-13Add test for reference update on shared formulas.Kohei Yoshida2-0/+65
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida1-0/+23
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida2-0/+9
2013-08-03minor tweaks to existing unittestsLionel Elie Mamane1-2/+2
2013-08-02Add a test that currently fails. We need to fix this bug.Kohei Yoshida2-0/+64
2013-08-02Ensure that we import a value of 0 correctly.Kohei Yoshida2-0/+7
2013-08-01fdo#67489: Add test for this.Kohei Yoshida2-0/+36
2013-08-01unit test for fdo#64753 ( import/export of sheetprotection )Noel Power2-0/+32
2013-07-31Fix reference update on range references in named expressions.Kohei Yoshida1-2/+0
2013-07-31Add test on updating references in named range.Kohei Yoshida1-0/+18
2013-07-31Revert "WaE: unused variables"Fridrich Štrba1-0/+2
2013-07-31WaE: unused variablesFridrich Štrba1-2/+0
2013-07-31WaE: unused variable 'pDoc'Tor Lillqvist1-1/+0
2013-07-31unit ( slowcheck ) test for fdo#67547Noel Power2-0/+40
2013-07-31Temporarily disable failing macro test. I'm not sure exactly what fails.Kohei Yoshida1-0/+2
2013-07-30Update range names on sheet deletion.Kohei Yoshida1-0/+2
2013-07-30A little more test.Kohei Yoshida1-2/+5
2013-07-30Handle named range update on sheet insertion.Kohei Yoshida1-0/+10
2013-07-30More on getting named range update to work.Kohei Yoshida1-0/+32
2013-07-30First cut on re-working reference update in named expressions.Kohei Yoshida2-0/+58
2013-07-30Add test for exporting and importing of formula refs from xls format.Kohei Yoshida4-42/+96
2013-07-30New xls file to write import/export test on. Test not written yet.Kohei Yoshida1-0/+0
2013-07-30Add test for exporting of chart to xls format.Kohei Yoshida6-45/+175
2013-07-30Add export test for exporting inline arrays to xls format.Kohei Yoshida2-0/+53
2013-07-30Re-implement sheet reference adjustment on sheet move.Kohei Yoshida1-0/+50
2013-07-30Re-work reference update on sheet insertion & fix one bug on sheet deletion.Kohei Yoshida1-7/+30
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-2/+2
2013-07-27fdo#61201: Add test for OFFSET used with external single reference.Kohei Yoshida1-0/+14
2013-07-26unit test for fdo#62729Noel Power2-0/+30
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke2-1/+10
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida1-2/+2
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida2-8/+8
2013-07-24fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida1-8/+44
2013-07-24I'm supposed to move it, not shift it.Kohei Yoshida1-2/+3
2013-07-24Add test for partial move of referenced range.Kohei Yoshida1-0/+22
2013-07-24Add test for moving the formula cells that reference stationary range.Kohei Yoshida1-0/+23
2013-07-24Add starter test for reference update on range move.Kohei Yoshida2-0/+52
2013-07-24Add test for ROW function.Kohei Yoshida2-0/+39
2013-07-24Add test for extending range reference.Kohei Yoshida1-14/+34
2013-07-24Add test for cell function COLUMN.Kohei Yoshida2-0/+23
2013-07-24Don't mark all of column, row, and sheet indices to be invalid in toAbs().Kohei Yoshida1-2/+2
2013-07-24Handle reference adjustment in response to sheet deletion.Kohei Yoshida1-2/+2
2013-07-24Add test for updating reference on sheet change.Kohei Yoshida2-0/+97
2013-07-24Add test for edge-expansion of referenced ranges.Kohei Yoshida1-0/+66
2013-07-24Add test for range reference expansion on cell insertions.Kohei Yoshida1-0/+85
2013-07-24Add test for shrinking of range references on row/column deletion.Kohei Yoshida1-0/+92
2013-07-24Add test for resizing range references. To be expanded later.Kohei Yoshida2-0/+40
2013-07-24Add test for no reference error on reference deletion.Kohei Yoshida1-0/+28
2013-07-24Test for recalculating formula cells on partial shifting of ref range.Kohei Yoshida1-0/+18
2013-07-24More test on reference updates.Kohei Yoshida1-3/+153