summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-17initial test for databar length calculationMarkus Mohrhard1-0/+47
2015-05-17add missing DeleteTab in testMarkus Mohrhard1-0/+1
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-0/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers1-0/+2
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-3/+3
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro1-1/+67
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-1/+1
2015-02-21use a slightly more complicated pattern distribution to check, tdf#89436Eike Rathke1-3/+7
2015-02-21nitpicksEike Rathke1-8/+8
2015-02-19tdf#89436 add unit test for ScHorizontalAttrIteratorLászló Németh1-0/+34
2015-02-16tdf#70733 - Move ISEVEN and ISODD functions to informationJoel1-2/+2
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-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+1
2015-01-18rename AddRange to SetRangeMarkus Mohrhard1-12/+12
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke1-0/+13
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-0/+1
2015-01-10add test for fdo#88200Markus Mohrhard1-0/+17
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-11unit test for matrix comparison error propagation, fdo#87237Eike Rathke1-0/+22
2014-12-08coverity#1257114 Result is not floating-pointCaolán McNamara1-1/+1
2014-12-07add test case for fdo#86754Markus Mohrhard1-0/+30
2014-11-30add test case for fdo#86253Markus Mohrhard1-0/+42
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida1-0/+39
2014-11-18New test for testing group area listener behaviors during formula pasting.Kohei Yoshida1-0/+67
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-4/+4
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-4/+4
2014-10-17Move these tests to ucalc_formula.cxx.Kohei Yoshida1-213/+0
2014-10-15sc: fix temp file leaks in ucalc TestMichael Stahl1-0/+3
2014-10-10coverity#1244942 Dereference null return valueCaolán McNamara1-0/+1
2014-10-02Another test case for this feature.Kohei Yoshida1-0/+75
2014-10-02Write the first test for this formula-to-value feature.Kohei Yoshida1-0/+159
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida1-1357/+0
2014-09-07add test for cond format copy&paste whole sheetMarkus Mohrhard1-0/+33
2014-09-07rename the testMarkus Mohrhard1-1/+1
2014-09-07add test for duplicated conditional formatsMarkus Mohrhard1-0/+22
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-2/+2
2014-09-03fdo#81633: Write test for this.Kohei Yoshida1-0/+37
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-6/+6
2014-09-03yet another unit test for fdo#79441Eike Rathke1-62/+115
2014-08-26unit test for sort with volatile formula cells, fdo#83067Eike Rathke1-0/+108
2014-08-17fix unit test after size_t changeThomas Arnhold1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-16add test case for fdo#82503Markus Mohrhard1-0/+34
2014-08-15unit test for sheet and in-range range references after sort, fdo#79441Eike Rathke1-0/+140
2014-07-30add test case for fdo#81803Markus Mohrhard1-0/+15