summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl2014-08-281-1/+1
* vcl: convert push flags to type-safe enum-like classNoel Grandin2014-08-211-4/+4
* Fix another: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin2014-08-171-1/+1
* Fix: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin2014-08-171-2/+6
* loplugin:passstuffbyref (Primitive2DSequence)Matteo Casalin2014-08-171-2/+2
* initial implementation of XML dump for Primitive2DSequenceTomaž Vajngerl2014-08-162-0/+186
* XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl2014-08-162-21/+29
* mtfxmldump: move XML writing into its own functionTomaž Vajngerl2014-08-161-104/+108
* No need to write 'Tomaž Vajngerl2014-08-161-4/+3
* XStyleLoader2 : enhance unit test to PageStyleLaurent Godard2014-08-111-19/+17
* fix ambiguity in argumentMarkus Mohrhard2014-08-081-3/+3
* XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard2014-08-082-0/+101
* Improve test failure outputStephan Bergmann2014-08-061-4/+6
* Remove some unused codeMarcos Paulo de Souza2014-07-291-5/+0
* xmlwriter: set indent and always write utf8 xml documentTomaž Vajngerl2014-07-201-1/+2
* Support color related MTF actions in mtfxmldumpTomaž Vajngerl2014-07-201-7/+54
* Extend metafile to xml dump testing tool with more MFT actionsTomaž Vajngerl2014-07-202-31/+117
* improve test failure messageMarkus Mohrhard2014-07-041-2/+2
* correct XSheetAnnotations GetByIndex test for #fdo#80551Laurent Godard2014-07-021-14/+14
* unit test XSheetAnnotations GetByIndex for #fdo80551Laurent Godard2014-07-021-0/+49
* xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken2014-06-161-0/+6
* Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann2014-06-122-14/+0
* MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.Jan Holesovsky2014-06-101-1/+20
* MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky2014-06-101-5/+20
* Missing new files from previous commitStephan Bergmann2014-06-042-0/+127
* DeInitVCL at end of testsStephan Bergmann2014-06-042-15/+17
* Fix memory leaks in test codeStephan Bergmann2014-06-021-9/+24
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* cppcheck: unreadVariableThomas Arnhold2014-05-241-4/+0
* Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist2014-05-221-0/+3
* test: write to stream directly in MetafileXmlDumpTomaž Vajngerl2014-05-191-8/+7