summaryrefslogtreecommitdiffstats
path: root/tools/qa
Commit message (Expand)AuthorAgeFilesLines
* convert DecodeMechanism to scoped enumNoel Grandin2017-12-181-28/+28
* clang-cl loplugin: toolsStephan Bergmann2016-10-151-13/+12
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-1/+1
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-081-0/+76
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-1/+1
* tdf#97703 removed empty setUp/tearDown methodsChirag Manwani2016-03-071-9/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-6/+6
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* loplugin:unusedmethodsNoel Grandin2016-02-081-12/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-11/+11
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-4/+4
* sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin2015-10-271-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Add isSchemeEqualTo(), isAnyKnownWebDAVScheme() to INetURLObjectGiuseppe Castagno2015-10-051-0/+40
* HEADER_FIELD_TEXT is the only used HeaderFieldTypeStephan Bergmann2015-09-171-2/+1
* disable an assert in color tests due to rounding errorTomaž Vajngerl2015-09-031-1/+2
* Change color test to report expected values when assert failsTomaž Vajngerl2015-09-031-31/+20
* Report reference color and expected color if test failsTomaž Vajngerl2015-09-031-1/+12
* tdf#93794 - spin buttons not rendered in gtk2/gtk3Noel Grandin2015-08-311-0/+5
* loplugin:passstuffbyrefStephan Bergmann2015-08-271-1/+1
* Again add ability to change tint/shade of a color + unit testTomaž Vajngerl2015-08-271-0/+60
* add some unit tests for tools::RectangleTomaž Vajngerl2015-07-091-0/+60
* loplugin:unusedmethods toolsNoel Grandin2015-07-021-6/+2
* extend color test - check read & write from streamTomaž Vajngerl2015-05-071-0/+22
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-021-16/+16
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-021-16/+16
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-6/+6
* fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin2015-01-051-2/+2
* tools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-13/+12
* tools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-39/+37
* fdo#81356: use boost::rational internally in FractionJuan Picca2014-10-281-0/+7
* Fix Fraction(-2147483648.0) for 32-bit wide longStephan Bergmann2014-10-241-0/+7
* Fract: enable testsJuan Picca2014-10-241-0/+102
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-101/+0
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-4/+4
* another blind attempt to fix the testDavid Tardon2014-10-171-2/+2
* correct castDavid Tardon2014-10-171-2/+2
* fix copypastaDavid Tardon2014-10-171-1/+0
* fix comparisonDavid Tardon2014-10-171-4/+4
* correct function nameDavid Tardon2014-10-171-1/+1
* allow construction of BigInt from sal_Int64 on 32 bitDavid Tardon2014-10-171-0/+113
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-4/+4
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-0/+101
* tools: change INetURLObject::getData to return std::unique_ptrMichael Stahl2014-09-261-7/+7
* Various INetURLObject::getData() fixesStephan Bergmann2014-06-061-0/+90
* cppcheck: add missing braketThomas Arnhold2014-05-221-1/+1
* fix-includes.pl: toolsThomas Arnhold2014-05-223-3/+3
* tools: add AsRGBHexString to Color + unit testTomaž Vajngerl2014-05-151-0/+61
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2