summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper
AgeCommit message (Expand)Author
2018-02-17Now we can remove this old checkOutput() for real.Kohei Yoshida
2018-02-16Add a test case for importing merged cells from Excel 2003 XML file.Kohei Yoshida
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-09Remove __ORCUS_STATIC_LIB defines.Kohei Yoshida
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-18Updated liborcus to 0.13.1.Kohei Yoshida
2017-11-07loplugin:constparams in sdNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-30loplugin:constparam in variousNoel Grandin
2017-08-23Make ScBootstrapFixture::createFileURL generate properly encoded URLsStephan Bergmann
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-15Fix typosAndrea Gelmini
2017-05-13add basic universal content test, tdf#107828Markus Mohrhard
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-14update cppunit to 1.14.0Markus Mohrhard
2017-04-13tdf#92650: add a unit test for this.Kohei Yoshida
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann
2017-03-28tdf#90290 use custom asserter in shared_test_impl.hxxkerem
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-02-20convert StringType to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-11Some loplugin:conststringvar/stringconstant improvements: scStephan Bergmann
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-09make MS Excel 2003 XML filter tests great again!David Tardon
2016-11-09fix typoDavid Tardon
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin
2016-10-21CppunitTest_sc_ucalc: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky
2016-05-17loplugin:commaoperator, this should have been a |Markus Mohrhard
2016-05-14add framework for new calc function testsMarkus Mohrhard
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-12use correct cppunit assert macro, loplugin:cppunitassertequalsMarkus Mohrhard