summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper
AgeCommit message (Expand)Author
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin
2015-08-31remove some typedef indirectionNoel Grandin
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro
2015-06-18add test case document to unit tests, tdf#69552Eike Rathke
2015-06-10tdf#89972: unit test: check proper external ref manager registrationMike Kaganski
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-16export and fix pretty printers for calc unit testsMarkus Mohrhard
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-01-13add first test for user defined functionsRaal
2015-01-04help out clangCaolán McNamara
2014-12-22add import test for xlsbMarkus Mohrhard
2014-10-10Adapt sorting unit tests for new default.Michael Meeks
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-08Keep files of failing tests aroundStephan Bergmann
2014-08-29Fix signature of dummy non-ORCUS implementationStephan Bergmann
2014-07-19one more simplificationMarkus Mohrhard
2014-07-19there is already a shared XPath test classMarkus Mohrhard
2014-07-19add test for fdo#79305Markus Mohrhard
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-14Write test for RPN token generation with and without jump command reordering.Kohei Yoshida
2014-05-11fix-includes.pl: scThomas Arnhold
2014-05-06fdo#77944: Write test for this.Kohei Yoshida
2014-05-01fdo#78079: Write test for this.Kohei Yoshida
2014-04-25added .xlsx .xls .ods export/reimport tests for new spreadsheet functionsEike Rathke
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-08enable ODF export validationMarkus Mohrhard
2014-03-05move the export validation code to testMarkus Mohrhard
2014-03-05let us use OOXML transitional in the calc export testsMarkus Mohrhard
2014-03-05use CPPUNIT_ASSERT_EQUALMarkus Mohrhard
2014-03-05integrate the financial-functions testMarkus Mohrhard
2014-03-03upgrade liborcusMarkus Mohrhard
2014-03-03add experimental export file validationMarkus Mohrhard