summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-106-20/+20
* com::sun::star->css in testtools/Noel Grandin2015-11-091-1/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-6/+6
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-3/+3
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-0/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* convert Link<> to typedNoel Grandin2015-09-241-1/+1
* convert Link<> to typedNoel Grandin2015-09-221-3/+3
* boost->stdCaolán McNamara2015-09-182-4/+4
* convert Link<> to typedNoel Grandin2015-09-102-6/+5
* percheck: produce similar stats than off-tree callgrindNorbert Thiebaud2015-09-021-1/+1
* test: hack to avoid VCLXToolkit calling CreateMainLoopThreadMichael Stahl2015-08-191-0/+13
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-171-2/+2
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-6/+6
* window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara2015-05-151-1/+1
* convert META_*_ACTION constants to scoped enumNoel Grandin2015-05-151-80/+79
* Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-102-2/+2
* Clean up checks of sal_Bool valuesStephan Bergmann2015-05-081-2/+2
* typo: strech -> stretchAndras Timar2015-05-051-1/+1
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-292-2/+2
* More loplugin:simplifyboolStephan Bergmann2015-04-272-4/+4
* Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann2015-04-201-3/+12
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-9/+9
* TyposJulien Nabet2015-03-251-1/+1
* loplugin:constantfunction: testNoel Grandin2015-03-242-24/+0
* V813: Decreased performanceCaolán McNamara2015-03-041-2/+2
* Some more loplugin:cstylecast: testStephan Bergmann2015-01-201-2/+2
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-074-4/+4
* Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFileMiklos Vajna2014-12-191-3/+4
* test: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* test: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-2/+2
* XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann2014-12-181-3/+20
* CppunitTest --headless is not the same as soffice --headlessStephan Bergmann2014-12-103-2/+42
* Unittest for autocorrect in writerDaniel Sikeler2014-11-282-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* perfcheck instrument existing test : replaceAllLaurent Godard2014-11-121-0/+4
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* Improve framework for callgrind performance unit testsMatúš Kukan2014-10-292-0/+35
* sc: fix temp file leak in ScTableSheetsObjMichael Stahl2014-10-211-1/+7
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-15/+15
* sc: ensure global variables in tests are cleared before shutdownMichael Stahl2014-09-301-50/+45
* Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna2014-09-301-0/+12
* Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann2014-09-232-9/+16
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* coverity#1233488 Unchecked dynamic_castCaolán McNamara2014-09-021-1/+2