summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2014-02-05Actually these methods shouldn't be taking a sheet index.Kohei Yoshida1-8/+8
2014-02-05Implement GetMarkedColSpans() counterpart.Kohei Yoshida1-0/+17
2014-02-05Reimplement ScMarkData::GetMarkedRowSpans() to use flat_segment_tree directly.Kohei Yoshida2-0/+35
2014-02-03This is a redundant check. Chuck it.Kohei Yoshida1-1/+0
2014-02-03Finally found a way to get this test to fail.Kohei Yoshida1-16/+35
2014-02-03Add test code to exercise ScColumn::HasEditCells().Kohei Yoshida2-0/+73
2014-02-03This test was not being run. Let's run it.Kohei Yoshida1-0/+1
2014-02-02fdo#74041: Write unit test for this.Kohei Yoshida2-0/+22
2014-02-02fdo#74077: Write unit test for this.Kohei Yoshida2-0/+57
2014-02-02fdo#74325: Write unit test for cell note export to ods.Kohei Yoshida2-0/+31
2014-01-30fdo#74014: Brodcast only when pasting, not during file import.Kohei Yoshida1-0/+1
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers2-8/+16
2014-01-29Extra line.Kohei Yoshida1-1/+0
2014-01-29fdo#74014: Add unit test for pasting an unformatted text into cells.Kohei Yoshida2-2/+59
2014-01-29revert coverity#1158232 Resource leakCaolán McNamara1-3/+1
2014-01-29coverity#989717 Dereference null return valueCaolán McNamara1-0/+1
2014-01-29coverity#1078467 Unchecked return valueCaolán McNamara1-1/+2
2014-01-29coverity#1078468 Unchecked return valueCaolán McNamara1-1/+2
2014-01-29coverity#1078723 Dereference null return valueCaolán McNamara1-0/+1
2014-01-29coverity#1158232 Resource leakCaolán McNamara1-1/+3
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28Better check this with a static assertStephan Bergmann2-6/+0
2014-01-27fdo#74014: Write unit test for this first.Kohei Yoshida2-1/+54
2014-01-27fdo#69244: Write unit test for this.Kohei Yoshida2-0/+27
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers2-5/+11
2014-01-23fdo#73986: Write unit test for document statistics.Kohei Yoshida2-0/+23
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-5/+5
2014-01-20Add vertical lines for testing.Kohei Yoshida1-0/+0
2014-01-18fdo#73487: Write unit tests for this.Kohei Yoshida3-37/+54
2014-01-17Add border test file for XLSX import.Kohei Yoshida1-0/+0
2014-01-17Disable these tests for now.Kohei Yoshida1-2/+2
2014-01-17Test Excel document that contains all cell borders that Excel supports.Kohei Yoshida1-0/+0
2014-01-16fdo#73655: Write unit test for this.Kohei Yoshida3-1/+84
2014-01-16unit test for shared formula row deletion, fdo#72293Eike Rathke2-0/+76
2014-01-14sc: re-work ScHorizontalCellIterator to try to improve performance.Michael Meeks1-4/+107
2014-01-07fdo#72774: Write test to ensure correct group items in pivot cache on load.Kohei Yoshida1-0/+57
2014-01-07fdo#72774: Add test for group field cache population on file load.Kohei Yoshida1-0/+43
2014-01-07Drop the check of the SC_BACKGROUND_COMPILATION env varTor Lillqvist1-2/+0
2014-01-07fdo#72645: Case-insensitive string comparison in GETPIVOTDATA.Kohei Yoshida2-0/+18
2014-01-07fdo#72645: Allow GETPIVOTDATA to get result from leaf node of result tree.Kohei Yoshida2-0/+95
2014-01-06fdo#73001: Simplify the selection function logic & calculate correct results.Kohei Yoshida2-0/+146
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida2-0/+47
2014-01-03I forgot to add a terminator here.Kohei Yoshida1-0/+1
2014-01-03fdo#73113: Write unit test for LOOKUP.Kohei Yoshida2-0/+50
2014-01-01fdo#73021 - avoid call crash on spell-check + unit test.Michael Meeks2-0/+15
2013-12-31GPU Calc: unit test cases for accuracy not reach 11 in MDURATIONxinjiang2-0/+24
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVPAshiming zhang2-0/+27
2013-12-31GPU Calc: unit test cases for support optional parameter for STDEVAshiming zhang2-0/+27
2013-12-31GPU Calc: unit test cases for support optional parameter for VARPAshiming zhang2-0/+26
2013-12-31GPU Calc: unit test cases for support optional parameter for VARAshiming zhang2-0/+28