summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* tdf#45904 Move java XCellSeries test to c++Paul Trojahn2017-06-082-0/+75
* remove unnecessary use of OString::getStrNoel Grandin2017-05-282-8/+8
* remove unused uno::Reference varsNoel Grandin2017-05-122-2/+1
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-8/+8
* loplugin:cppunitassertequals: testStephan Bergmann2017-04-2814-64/+67
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-4/+1
* vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock2017-04-271-1/+1
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-251-1/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-214-4/+0
* EnableHeadlessMode bool arg doesn't toggle headlessCaolán McNamara2017-04-121-1/+1
* use actual UNO enums in test..vbahelperNoel Grandin2017-04-031-1/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-4/+4
* Fix typos + some German translationsAndrea Gelmini2017-03-191-1/+1
* Fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-181-0/+3
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-132-10/+0
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-112-0/+10
* expand SVM test (Mask, TextRect, TextLine) and mtfxmldumpTomaž Vajngerl2017-01-301-171/+292
* vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl2017-01-142-23/+315
* add ISECTREGIONCLIPREGION to dumperCaolán McNamara2017-01-051-0/+18
* Add support for ETO_PDY in WMF/EMFMike Kaganski2016-12-291-7/+10
* screnshot test: Ignore error when creating directoriesSamuel Mehrbrodt2016-12-161-6/+2
* cui.screenshot: Show full path when failing to create itSamuel Mehrbrodt2016-12-131-2/+3
* use SvtSysLocaleOptions::GetRealUILanguageTag(), not GetLocaleConfigString()Eike Rathke2016-12-021-1/+1
* Postfix rather than prefix locale to directory nameKatarina Behrens2016-12-021-1/+2
* screenshots: builddir is not neccessarily same as srcdirChristian Lohmaier2016-11-261-5/+5
* Use ProductName as fallback for dialog titleSamuel Mehrbrodt2016-11-171-1/+2
* Put generated screenshots in lang-dependant subdirSamuel Mehrbrodt2016-11-171-1/+5
* test: Allow to force a certain locale during unit testsSamuel Mehrbrodt2016-11-172-6/+16
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-3/+2
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-281-2/+2
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-5/+0
* CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2016-10-061-2/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-3/+3
* Fix naming of makefile to mend make dump-deps.Michael Meeks2016-09-292-1/+1
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-152-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* convert LineStyle to scoped enumNoel Grandin2016-09-051-4/+4
* convert RasterOp to scoped enumNoel Grandin2016-09-051-6/+6
* cppcheck: Prefer prefix operatorJulien Nabet2016-09-041-1/+1
* Break test::setUpVcl into a test-setupvcl library of its ownStephan Bergmann2016-08-304-2/+40
* Remove duplication of "set up VCL" codeStephan Bergmann2016-08-296-79/+82
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-272-2/+2
* screenshots: clang plugin & tabpage usage fixesArmin Le Grand2016-08-181-2/+2
* screenshots: unify dumping of dialog test batch fileArmin Le Grand2016-08-181-0/+53
* screenshots: fix fallback cases for sd and scArmin Le Grand2016-08-181-8/+16
* screenshots: fallback screenshot to ui filesArmin Le Grand2016-08-181-2/+26
* screenshots: Use UI string and fallback for UI-String onlyArmin Le Grand2016-08-181-43/+111
* screenshots: move shared code to separate classKatarina Behrens2016-08-182-0/+103
* new loplugin unnecessary overrideNoel Grandin2016-07-152-10/+0
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-075-10/+10