summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-2/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-0/+15
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-0/+24
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski1-0/+11
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski1-2/+2
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-2/+2
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-7/+0
2021-08-01Fix typosAndrea Gelmini1-1/+1
2021-07-30tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl1-0/+5
2021-06-17tools: handle special chars correctly in XmlHandler + testTomaž Vajngerl1-0/+71
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-6/+6
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák1-0/+14
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl1-0/+43
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-0/+25
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2-25/+36
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara1-0/+12
2021-01-18make internals of ::Color privateNoel1-22/+22
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl2-0/+7
2021-01-16make the Color constructors explicitly specify transparencyNoel1-2/+2
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-2/+2
2020-12-18throw exception in SvStream when reading past end of fileNoel1-12/+0
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-17/+17
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák1-0/+54
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer3-56/+50
2020-11-17simplify BigInt, remove isSetNoel1-6/+0
2020-11-14BigInt's non-big value type is currently sal_Int32Mike Kaganski1-12/+10
2020-10-28convert some more long -> tools::LongNoel1-6/+6
2020-10-19add tools::Long typedef and use it in toolsNoel2-16/+16
2020-09-28Fix SSE2 cpuid checksDr. David Alan Gilbert3-17/+39
2020-09-28Fix SSSE3 cpuid checksDr. David Alan Gilbert3-17/+41
2020-09-22Fix AVX2 cpuid checksDr. David Alan Gilbert3-35/+78
2020-07-21Fix uses of char16_t*/wchar_t* stream insertersStephan Bergmann1-1/+1
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin1-1/+1
2020-06-25Fix typosAndrea Gelmini2-2/+2
2020-06-24Add test as an example how to add CPU intrinsics supportTomaž Vajngerl3-0/+191
2020-06-22Consolidate unique_ptr deleters calling freeStephan Bergmann1-7/+3
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin1-4/+34
2020-06-19asan: need to use malloc instead of new for tools::JsonWriterNoel Grandin1-1/+9
2020-06-18new json writer for LOKNoel Grandin1-0/+57
2020-06-01tools: extend test for UnitConversionTomaž Vajngerl1-14/+24
2020-03-07clang-format toolkit, tools, uui with under 5-percent lines of changeMuhammet Kara1-4/+4
2019-12-23sal_Char->char in toolsNoel Grandin1-2/+2
2019-11-11Don't compile cpuid test with INTRINSICS_CXXFLAGSTomaž Vajngerl1-16/+0
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl1-0/+101
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+2
2019-09-17Use CPPUNIT_ASSERT in test codeStephan Bergmann1-4/+3
2019-09-17Fix assertMike Kaganski1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-28INetURLObject::setFSysPath is unused nowStephan Bergmann1-62/+0