summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)AuthorFilesLines
2018-05-16tools: test PairChris Sherlock1-0/+126
2018-05-12tools: test for FRoundChris Sherlock1-0/+63
2018-05-09there are 3600000 seconds in an hourCaolán McNamara1-0/+41
2018-05-08tools: document and test sanitiseMm100ToTwip()Chris Sherlock1-0/+55
2018-05-07tools: date unit testsChris Sherlock1-18/+441
2018-04-30tools: test for MinMaxChris Sherlock1-0/+99
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-12/+12
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-12/+12
2018-03-04Change INetURLObject::isSchemeEqualTo parameter to u16string_viewStephan Bergmann1-4/+4
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann1-1/+1
2018-01-05long->sal_Int32 in BigIntNoel Grandin1-2/+2
2017-10-23loplugin:includeform: toolsStephan Bergmann7-25/+25
2017-10-03new loplugin:blockblockNoel Grandin2-112/+106
2017-09-15Fix typosAndrea Gelmini1-1/+1
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann1-1/+1
2017-09-15long->sal_Int32 in FractionNoel Grandin1-17/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-6/+6
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-10/+20
2017-07-03use sal_Int32 in tools::DateNoel Grandin1-4/+4
2017-06-28loplugin:oncevar in test..toolsNoel Grandin1-1/+1
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-02Add more unit tests for Date::Normalize()Eike Rathke1-0/+29
2017-05-02Test that empty date is not a valid dateEike Rathke1-0/+4
2017-04-28use std container for ParameterListJochen Nitschke1-3/+5
2017-04-28Add unit tests for Date::Normalize()Eike Rathke1-0/+17
2017-04-28loplugin:cppunitassertequals: toolsStephan Bergmann1-18/+18
2017-04-26extend unit test for INetMIME::scanContentTypeJochen Nitschke1-8/+95
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-12Add minimal INetMIME::scanContentType test and fix bugs thus foundStephan Bergmann1-0/+26
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-01-24Clarify some INetURLObject::setExtension behaviorStephan Bergmann1-0/+11
2016-12-09CppunitTest_tools_test: fix loplugin:cppunitassertequals warningsMiklos Vajna2-82/+82
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-4/+4
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-28/+28
2016-10-15clang-cl loplugin: toolsStephan Bergmann1-13/+12
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-0/+76
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
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