summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2012-07-21second test for ScDocument::FindAreaPosMarkus Mohrhard1-1/+68
2012-07-21first test for ScDocument::FindAreaPosMarkus Mohrhard1-0/+75
2012-07-21adapt csv parser, don't trim whitespacesMarkus Mohrhard7-44/+45
2012-07-21enable the csv import testMarkus Mohrhard1-2/+0
2012-07-19Add test case for matrix reference cells with blank text resultDaniel Bankston3-1/+11
2012-07-19It's no longer possible to unionize value and string here...Kohei Yoshida1-1/+1
2012-07-19Support resizing matrix with a default value.Kohei Yoshida1-1/+1
2012-07-19Now, we need to explicitly pass 0.0 as the initial value of a matrix.Kohei Yoshida1-63/+48
2012-07-18unit test fdo#50345 accept empty string as scalar numeric 0 argumentEike Rathke1-0/+15
2012-07-15MSVC complains about too many implicit conversionsMichael Stahl1-1/+1
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard1-3/+2
2012-07-13java: printStackTrace always to stderrThomas Arnhold1-3/+3
2012-07-13test: move XMLDiff implementation details to cxx fileMichael Stahl1-3/+2
2012-07-12Add test case for ODS column width importDaniel Bankston2-5/+9
2012-07-11Add test for volatile functions for ODS importDaniel Bankston2-0/+24
2012-07-11Expand cached matrix formula result test case to include other potential probsDaniel Bankston2-2/+5
2012-07-11Add test for cached matrix formula resultsDaniel Bankston3-1/+24
2012-07-11Add test for import of cached formula results (without hard-recalc)Daniel Bankston1-0/+27
2012-07-11Add test for hard recalcDaniel Bankston3-0/+21
2012-07-11Improve performance of data validity unit testDaniel Bankston1-36/+25
2012-07-11Add unit test for ODS row height importDaniel Bankston1-2/+4
2012-07-11Change sc subseq unit tests to use more appropriate cppunit assert macrosDaniel Bankston1-51/+36
2012-07-09UNO API test for ScEditFieldObj wrt its properties.Kohei Yoshida1-1/+39
2012-07-09Unit test for string input with custom string handling policy.Kohei Yoshida1-0/+9
2012-07-06Test where the member count of a dimension changes after refresh.Kohei Yoshida1-0/+26
2012-07-06New unit test for pivot table's handling of empty rows.Kohei Yoshida1-0/+89
2012-07-06add a import test for control shapesMarkus Mohrhard2-0/+33
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2-7/+13
2012-07-04add hard recalc to the remaining calc import testsMarkus Mohrhard1-1/+7
2012-07-04test related to fdo#51601Markus Mohrhard1-0/+0
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-26resolved fdo#51442 N() inconsistent argument handlingEike Rathke1-10/+22
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-6/+6
2012-06-22re-base on ALv2 code.Michael Meeks1-0/+17
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-06-21re-base on ALv2 code.Michael Meeks7-164/+101
2012-06-20disable this test for now, fails on windows due to row height problemMarkus Mohrhard1-1/+2
2012-06-20Add test case for cell text with line breaksDaniel Bankston2-0/+7
2012-06-20Add test case for row height to formats unit testDaniel Bankston1-2/+8
2012-06-20Add test case for i53253 to formats unit testDaniel Bankston2-1/+9
2012-06-17Improve unit test for ODS import of data validityDaniel Bankston1-26/+41
2012-06-17Add unit test for ODS import of Data ValidityDaniel Bankston4-0/+150
2012-06-17Add ODS unittest that checks merged cells and their content on multiple sheetsDaniel Bankston4-0/+74
2012-06-17Extend repeated columns unit test to check both text and numbersDaniel Bankston4-3/+10
2012-06-17Commit files used in repeated columns unit testDaniel Bankston2-0/+1
2012-06-17Added unit test for repeated columns in ODS import.Daniel Bankston1-0/+16
2012-06-15Extend current database range unit test to also check xls and xlsxDaniel Bankston4-13/+58
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-0/+1
2012-06-01targeted string re-workNorbert Thiebaud1-169/+169