summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-3/+3
2015-09-18boost->stdCaolán McNamara2-4/+4
2015-09-10convert Link<> to typedNoel Grandin2-6/+5
2015-09-02percheck: produce similar stats than off-tree callgrindNorbert Thiebaud1-1/+1
2015-08-19test: hack to avoid VCLXToolkit calling CreateMainLoopThreadMichael Stahl1-0/+13
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-6/+6
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-80/+79
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-08Clean up checks of sal_Bool valuesStephan Bergmann1-2/+2
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-20Use OFFICEOTRON/ODFVALIDATOR determined by configureStephan Bergmann1-3/+12
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-9/+9
2015-03-25TyposJulien Nabet1-1/+1
2015-03-24loplugin:constantfunction: testNoel Grandin2-24/+0
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-20Some more loplugin:cstylecast: testStephan Bergmann1-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin4-4/+4
2014-12-19Let MetafileXmlDump::dumpAndParse() take a const GDIMetaFileMiklos Vajna1-3/+4
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-18test: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann1-3/+20
2014-12-10CppunitTest --headless is not the same as soffice --headlessStephan Bergmann3-2/+42
2014-11-28Unittest for autocorrect in writerDaniel Sikeler2-0/+1
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