summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)AuthorFilesLines
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-9/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-6/+6
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-12/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-05Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno1-0/+40
2015-09-17HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann1-2/+1
2015-09-03disable an assert in color tests due to rounding errorTomaž Vajngerl1-1/+2
2015-09-03Change color test to report expected values when assert failsTomaž Vajngerl1-31/+20
2015-09-03Report reference color and expected color if test failsTomaž Vajngerl1-1/+12
2015-08-31tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin1-0/+5
2015-08-27loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-08-27Again add ability to change tint/shade of a color + unit testTomaž Vajngerl1-0/+60
2015-07-09add some unit tests for tools::RectangleTomaž Vajngerl1-0/+60
2015-07-02loplugin:unusedmethods toolsNoel Grandin1-6/+2
2015-05-07extend color test - check read & write from streamTomaž Vajngerl1-0/+22
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-16/+16
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-16/+16
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-18tools: Use appropriate OUString functions on string constantsStephan Bergmann1-13/+12
2014-12-15tools: Use appropriate OUString functions on string constantsStephan Bergmann1-39/+37
2014-10-28fdo#81356: use boost::rational internally in FractionJuan Picca1-0/+7
2014-10-24Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann1-0/+7
2014-10-24Fract: enable testsJuan Picca1-0/+102
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-101/+0
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-4/+4
2014-10-17another blind attempt to fix the testDavid Tardon1-2/+2
2014-10-17correct castDavid Tardon1-2/+2
2014-10-17fix copypastaDavid Tardon1-1/+0
2014-10-17fix comparisonDavid Tardon1-4/+4
2014-10-17correct function nameDavid Tardon1-1/+1
2014-10-17allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon1-0/+113
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-0/+101
2014-09-26tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl1-7/+7
2014-06-06Various INetURLObject::getData() fixesStephan Bergmann1-0/+90
2014-05-22cppcheck: add missing braketThomas Arnhold1-1/+1
2014-05-22fix-includes.pl: toolsThomas Arnhold3-3/+3
2014-05-15tools: add AsRGBHexString to Color + unit testTomaž Vajngerl1-0/+61
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-12more SvStream:operator>> conversionNoel Grandin1-4/+4
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-4/+4
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-56/+38
2013-07-26fdo#33605: Handle http etc. URLs with no path but fragmentStephan Bergmann1-0/+22