summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Resolves: tdf#153517 Use tools::Duration for FillSeries with (date+)timeEike Rathke1-0/+278
2022-10-22Fix StartWritingUnicodeTextMike Kaganski1-0/+40
2022-08-24tools: test Rectangle::Normalize()Chris Sherlock1-0/+98
2022-08-09tools: json writer test does not need to use test::BootstrapFixtureChris Sherlock1-9/+3
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák1-0/+33
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-5/+5
2022-06-15Add unit tests for ZCodecofftkp1-0/+123
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna1-0/+17
2022-04-29use more string_view in INetURLObjectNoel Grandin1-43/+43
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl1-0/+123
2022-04-02Recheck modules t* with IWYUGabor Kelemen9-19/+0
2022-03-31tdf#148253: fix matching algorithmMike Kaganski1-0/+46
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski1-0/+27
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin1-0/+9
2021-12-01Fix typosAndrea Gelmini1-1/+1
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna1-0/+13
2021-11-24Fix typos and translationsAndrea Gelmini1-1/+1
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann1-0/+18
2021-10-28-Werror,-Wunused-macrosStephan Bergmann3-0/+6
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák3-16/+16
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