summaryrefslogtreecommitdiffstats
path: root/unotest
Commit message (Expand)AuthorAgeFilesLines
* simplifyStephan Bergmann2015-04-011-5/+1
* MacrosTest::loadFromDesktop: use comphelper::containerToSequence()Miklos Vajna2015-03-311-19/+18
* WaE: passing [...] by value, rather pass by referenceTor Lillqvist2015-03-301-8/+8
* Unit tests for SkipImagesLászló Németh2015-03-301-1/+14
* The --nofirststartwizard option is a no-opTor Lillqvist2015-03-293-4/+3
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-2/+2
* unotest: unobootstrapprotector needs runtime dependency on unorcMichael Stahl2015-02-231-0/+5
* Adapt file URL hackery to WindowsStephan Bergmann2015-02-091-1/+4
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-2/+1
* copy test file to workdir to avoid overwritingLionel Elie Mamane2015-02-031-0/+11
* java: simplify sleeping and waiting in testsNoel Grandin2015-01-121-4/+2
* java: remove more dead codeNoel Grandin2015-01-053-5/+5
* java: remove dead codeNoel Grandin2015-01-055-192/+4
* unotest: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-185-16/+8
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-7/+7
* tweak the assert message so its readable when an errors happensCaolán McNamara2014-11-191-1/+2
* java: make fields final where possibleNoel Grandin2014-11-182-4/+4
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* document array_vs_singleton dismissalsCaolán McNamara2014-10-301-0/+1
* framework, unotest: do not override UserInstallation from environmentMichael Stahl2014-10-221-9/+0
* fdo84315: add integration test for basic LibreOffice Base functionalityBjoern Michaelsen2014-10-071-0/+25
* unotest: the assigned value is never usedRobert Antoni Buj i Gelonch2014-10-011-2/+1
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* unotest: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-291-2/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-3/+0
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-1/+1
* java: remove useless javadoc tagsNoel Grandin2014-08-121-2/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-2/+2
* java: remove unnecessary semi-colonsNoel Grandin2014-08-084-4/+4
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* loplugin:staticcallStephan Bergmann2014-06-131-2/+1
* Demystify magic poniesStephan Bergmann2014-06-041-1/+1
* Detach all DocBasicItem objects upon process termination.Kohei Yoshida2014-05-292-0/+3
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-13/+10
* macros_test: use "css" short formTomaž Vajngerl2014-04-121-9/+8
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-262-2/+2
* Remove visual noise from unotestAlexander Wilms2014-02-261-2/+2
* bool improvementsStephan Bergmann2014-01-281-1/+1
* test::BootstrapFixtureBase::getPathFromWorkdir not unusedMichael Stahl2014-01-171-0/+8
* removed some unused code (svx, svtools, unotest)Petr Vorel2014-01-171-6/+0
* test::FiltersTest: add support for export testsMiklos Vajna2013-12-171-8/+13
* Remove unnecessary use of OUString constructor in + expressionsNoel Grandin2013-12-173-7/+7
* fixes for previous commitMarkus Mohrhard2013-12-132-3/+8
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-1/+1
* fail early and hardLionel Elie Mamane2013-11-091-0/+2
* fixincludeguards.sh: uno*Thomas Arnhold2013-11-051-2/+2
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1