summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2015-03-23loplugin:constantfunction: scNoel Grandin2-7/+3
2015-03-19coverity#1209001 Unchecked return valueCaolán McNamara1-1/+2
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin1-5/+5
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin6-32/+32
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin7-25/+27
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis2-46/+133
2015-03-10Add unit test for bb0c05cebed131805d04919fac2b83030087451bTor Lillqvist2-0/+35
2015-03-10Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."Tor Lillqvist1-8/+0
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro2-1/+71
2015-03-06WaE: passing 'class rtl::OUString' by value, rather pass by referenceTor Lillqvist1-2/+2
2015-03-06tdf#89267: Reduce duplicate codePranav Kant1-1667/+682
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-1/+1
2015-02-27sc: ScFiltersTest::testOptimalHeightReset() check DeleteContents successMichael Stahl1-1/+2
2015-02-25calc : add UNO properties for "Record changes"Laurent Godard2-0/+108
2015-02-21use a slightly more complicated pattern distribution to check, tdf#89436Eike Rathke1-3/+7
2015-02-21nitpicksEike Rathke1-8/+8
2015-02-20move unit test for tdf#89330 to subsequent_filters-test and enable itJan Kantert4-21/+24
2015-02-19tdf#89436 add unit test for ScHorizontalAttrIteratorLászló Németh2-0/+36
2015-02-16tdf#70733 - Move ISEVEN and ISODD functions to informationJoel1-2/+2
2015-02-14disable that test to fix windows buildMarkus Mohrhard2-2/+4
2015-02-14small stylistic changes for previous commitMarkus Mohrhard1-6/+5
2015-02-14tdf#68117 Unit testUrsache Vladimir2-0/+26
2015-02-13add unittest for tdf#89330Jan Kantert2-0/+19
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-6/+6
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-2/+2
2015-02-02add disabled test code for tdf#40110Markus Mohrhard1-0/+22
2015-02-02disable failing testMarkus Mohrhard1-2/+2
2015-02-02fix tdf#43700 test case codeMarkus Mohrhard1-3/+3
2015-02-02add test for tdf#43534Markus Mohrhard1-0/+20
2015-02-02add test file for tdf#43534Raal3-0/+10
2015-02-02implement test for tdf#43700Markus Mohrhard1-0/+20
2015-02-02add test file for tdf#43700Raal3-0/+3
2015-02-02implement test for tdf#36933Markus Mohrhard1-0/+20
2015-02-02add test file for tdf#36933Raal3-0/+1
2015-02-02add test for tdf#64229Markus Mohrhard1-0/+22
2015-02-02add test file for fdt#64229Raal3-0/+3
2015-02-02add a new calc testMarkus Mohrhard1-0/+113
2015-01-27add unit test for tdf#88786Eike Rathke1-0/+14
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+1
2015-01-22Forgot theseTor Lillqvist1-3/+3
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist1-2/+2
2015-01-22Bin useless AMLOEXT commentsTor Lillqvist1-229/+202
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-12/+12
2015-01-15add unit test for fdo#88398Eike Rathke2-0/+33
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke2-0/+23
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-0/+1
2015-01-13add first test for user defined functionsRaal4-1/+11
2015-01-13std::cout to SAL_INFOMarkus Mohrhard1-7/+4
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin1-29/+7