summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Add test for joining a range totally contained in an existing oneTor Lillqvist1-0/+23
2017-09-13tdf#109096 Allow 0 as argument value(s) to GEOMEAN()Winfried Donkers1-9/+74
2017-09-12tdf#112348: Pivot table: page field filtering is not imported from XLSTamás Zolnai2-0/+95
2017-09-12tdf#112337: Pivot table: empty / blank item is not imported from XLSTamás Zolnai2-0/+39
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin4-196/+196
2017-09-11This test file was added by accidentTamás Zolnai1-0/+0
2017-09-11Fix typoAndrea Gelmini1-1/+1
2017-09-10tdf#112306: containsSemiMixedTypes is true for blanks-onlyMike Kaganski2-34/+51
2017-09-09tdf#112278: Pivot table: filtering of non-string fields is not exported to XLSTamás Zolnai7-0/+353
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers2-0/+1755
2017-09-07tdf#112177 remove incorrect constraint for Calc function NPER.Winfried Donkers1-9/+27
2017-09-06tdf#107135 fix too tight constraint for FINDB.Winfried Donkers1-145/+80
2017-09-02tdf#111974: Ensure sufficient space for all sheets in FormulaBuffer...Dennis Francis2-0/+10
2017-09-01Fix typosAndrea Gelmini2-1/+1
2017-09-01tdf#89139 Fix exporting of DateTime to CacheDefinition according to ISO 8601Bartosz Kosiorek3-47/+85
2017-08-30tdf#112106: Corrupted pivot table after XLSX -> XLS conversion in CalcTamás Zolnai2-0/+33
2017-08-30loplugin:constparam in variousNoel Grandin8-24/+24
2017-08-30tdf#108352: Structure of pivot table coming from XLS is altered in LOTamás Zolnai2-0/+73
2017-08-29disable unstable UNO API testsMarkus Mohrhard1-2/+3
2017-08-27tdf#45904 Move _DataPilotItem Java tests to C++Jens Carl1-0/+150
2017-08-27tdf#45904: Move _DatabaseRange Java tests to C++Jens Carl1-2/+20
2017-08-27tdf#45904 Move _CellAreaLink Java tests to C++Jens Carl1-2/+11
2017-08-27fixed image and textbox rotation on xlsx files tdf#83672serdarot52-0/+21
2017-08-26tdf#89139: list all items in pivot table definition, incl. hiddenMike Kaganski2-0/+18
2017-08-25tdf#107806: Semantic and syntax for .uno:RowHeight have been changedHenry Castro3-11/+48
2017-08-25tdf#111876 Save correct relative links in CalcSzymon Kłos2-0/+22
2017-08-25add reference operators testsZdeněk Crhonek1-0/+5547
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann2-2/+2
2017-08-23Fix typoAndrea Gelmini1-1/+1
2017-08-23tdf#45904 Move Java _XUniqueCellFormatRangesSupplier test to C++Jens Carl3-12/+45
2017-08-23tdf#45904 Move Java _XAreaLink tests to C++Jens Carl1-0/+105
2017-08-23Clean up string constructionStephan Bergmann1-2/+1
2017-08-23ScFiltersTest::testUnicodeFileNameGnumeric only works with UTF-8Stephan Bergmann1-0/+7
2017-08-23Make ScBootstrapFixture::createFileURL generate properly encoded URLsStephan Bergmann9-13/+17
2017-08-20tdf#83562: Make the EditTextObject export of automatic colors...Dennis Francis1-1/+66
2017-08-18tdf#45904 Move Java _XViewFreezable tests to C++Jens Carl1-5/+8
2017-08-17Fix typosAndrea Gelmini1-2/+2
2017-08-17Clean up uses of OUString::fromUtf8 around string literalsStephan Bergmann1-12/+12
2017-08-16add a test for storing formula cells in the cacheMarkus Mohrhard1-0/+32
2017-08-16add a way to restore from our new cache formatMarkus Mohrhard1-0/+19
2017-08-16introduce a way to write a simple data representation to a streamMarkus Mohrhard1-0/+71
2017-08-16external data: add HTML data provider testMarkus Mohrhard2-0/+86
2017-08-15external data: add merge column transformationMarkus Mohrhard1-0/+28
2017-08-15external data: add split column transformationMarkus Mohrhard1-0/+26
2017-08-14Fix typosAndrea Gelmini1-1/+1
2017-08-14external data: add first test for data transformationsMarkus Mohrhard1-0/+105
2017-08-14Fix testVLOOKUP to actually use formula groupsTor Lillqvist1-12/+22
2017-08-14Test VLOOKUP, try to handle various special cases and errorsTor Lillqvist1-0/+65
2017-08-14Test division and especially error handlingTor Lillqvist1-0/+29
2017-08-14Bin some unnecessary temporary codeTor Lillqvist1-13/+0