summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12perfcheck instrument existing test : replaceAllLaurent Godard1-0/+4
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-29Improve framework for callgrind performance unit testsMatúš Kukan2-0/+35
2014-10-21sc: fix temp file leak in ScTableSheetsObjMichael Stahl1-1/+7
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-15/+15
2014-09-30sc: ensure global variables in tests are cleared before shutdownMichael Stahl1-50/+45
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna1-0/+12
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann2-9/+16
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-02coverity#1233488 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl1-1/+1
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-4/+4
2014-08-17Fix another: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin1-1/+1
2014-08-17Fix: reference to 'Primitive2DSequence' is ambiguousMatteo Casalin1-2/+6
2014-08-17loplugin:passstuffbyref (Primitive2DSequence)Matteo Casalin1-2/+2
2014-08-16initial implementation of XML dump for Primitive2DSequenceTomaž Vajngerl2-0/+186
2014-08-16XmlWriter: simplify and take SvStream* as inputTomaž Vajngerl2-21/+29
2014-08-16mtfxmldump: move XML writing into its own functionTomaž Vajngerl1-104/+108
2014-08-16No need to write 'Tomaž Vajngerl1-4/+3
2014-08-11XStyleLoader2 : enhance unit test to PageStyleLaurent Godard1-19/+17
2014-08-08fix ambiguity in argumentMarkus Mohrhard1-3/+3
2014-08-08XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard2-0/+101
2014-08-06Improve test failure outputStephan Bergmann1-4/+6
2014-07-29Remove some unused codeMarcos Paulo de Souza1-5/+0
2014-07-20xmlwriter: set indent and always write utf8 xml documentTomaž Vajngerl1-1/+2
2014-07-20Support color related MTF actions in mtfxmldumpTomaž Vajngerl1-7/+54
2014-07-20Extend metafile to xml dump testing tool with more MFT actionsTomaž Vajngerl2-31/+117
2014-07-04improve test failure messageMarkus Mohrhard1-2/+2
2014-07-02correct XSheetAnnotations GetByIndex test for #fdo#80551Laurent Godard1-14/+14
2014-07-02unit test XSheetAnnotations GetByIndex for #fdo80551Laurent Godard1-0/+49
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken1-0/+6
2014-06-12Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann2-14/+0
2014-06-10MetafileXmlDump: Add dumping of META_CLIPREGION_ACTION's.Jan Holesovsky1-1/+20
2014-06-10MetafileXmlDump: No need to specify the stream, simplify the API.Jan Holesovsky1-5/+20
2014-06-04Missing new files from previous commitStephan Bergmann2-0/+127
2014-06-04DeInitVCL at end of testsStephan Bergmann2-15/+17
2014-06-02Fix memory leaks in test codeStephan Bergmann1-9/+24
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-24cppcheck: unreadVariableThomas Arnhold1-4/+0
2014-05-22Avoid including <config_features.h> in <vcl/svapp.hxx>Tor Lillqvist1-0/+3
2014-05-19test: write to stream directly in MetafileXmlDumpTomaž Vajngerl1-8/+7
2014-05-15test: don't create root element in startDocument() in xmlwriterTomaž Vajngerl2-8/+5
2014-05-15test: dump staroffice metafile to XML & XML writer interfaceTomaž Vajngerl3-0/+493
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl2-5/+25
2014-05-14-Werror,-Wunused-functionStephan Bergmann1-0/+2
2014-05-14Fail the test if executing the validator failsStephan Bergmann1-1/+3
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-2/+2
2014-05-08WaE: -Werror=maybe-uninitializedCaolán McNamara1-5/+5