summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper
AgeCommit message (Expand)AuthorFilesLines
2015-12-01sc unit tests: Prefix the format names.Jan Holesovsky2-13/+13
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-09-18boost->stdCaolán McNamara3-6/+6
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara3-6/+6
2015-09-17boost->stdCaolán McNamara3-6/+6
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin1-5/+5
2015-08-31remove some typedef indirectionNoel Grandin1-2/+2
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-5/+5
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-8/+8
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-4/+4
2015-07-22loplugin:unusedmethods scNoel Grandin1-21/+0
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke3-27/+8
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro3-8/+27
2015-06-18add test case document to unit tests, tdf#69552Eike Rathke1-0/+15
2015-06-10tdf#89972: unit test: check proper external ref manager registrationMike Kaganski1-5/+14
2015-05-05loplugin:staticmethodsNoel Grandin2-7/+7
2015-04-16export and fix pretty printers for calc unit testsMarkus Mohrhard2-6/+6
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-23loplugin:constantfunction: scNoel Grandin2-7/+3
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin1-5/+5
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin2-20/+20
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-11/+13
2015-01-13add first test for user defined functionsRaal1-1/+3
2015-01-04help out clangCaolán McNamara2-0/+8
2014-12-22add import test for xlsbMarkus Mohrhard2-1/+4
2014-10-10Adapt sorting unit tests for new default.Michael Meeks1-0/+55
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-08Keep files of failing tests aroundStephan Bergmann1-1/+1
2014-08-29Fix signature of dummy non-ORCUS implementationStephan Bergmann1-1/+1
2014-07-19one more simplificationMarkus Mohrhard1-12/+4
2014-07-19there is already a shared XPath test classMarkus Mohrhard2-105/+0
2014-07-19add test for fdo#79305Markus Mohrhard4-0/+226
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-2/+2
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida2-111/+4
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida2-5/+7
2014-06-25remove whitespaceMarkus Mohrhard2-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin3-21/+21
2014-05-14Write test for RPN token generation with and without jump command reordering.Kohei Yoshida2-0/+16
2014-05-11fix-includes.pl: scThomas Arnhold3-7/+7
2014-05-06fdo#77944: Write test for this.Kohei Yoshida1-0/+4
2014-05-01fdo#78079: Write test for this.Kohei Yoshida1-0/+37
2014-04-25added .xlsx .xls .ods export/reimport tests for new spreadsheet functionsEike Rathke1-0/+120
2014-04-19fixincludeguards.sh: scThomas Arnhold4-8/+8
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-3/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-08enable ODF export validationMarkus Mohrhard1-0/+2