summaryrefslogtreecommitdiff
path: root/tools/qa
AgeCommit message (Expand)Author
2023-11-01tdf#157820: handle \\?\ prefixes in INetURLObjectMike Kaganski
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2023-03-01Teach INetURLObject about RFC 7230 URLs with no path but queryStephan Bergmann
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2023-01-29tools: rearrange Rectangle test, add construction test caseTomaž Vajngerl
2022-10-22Fix StartWritingUnicodeTextMike Kaganski
2022-08-24tools: test Rectangle::Normalize()Chris Sherlock
2022-08-09tools: json writer test does not need to use test::BootstrapFixtureChris Sherlock
2022-07-12use a read-only stream when reading graphic dataLuboš Luňák
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-15Add unit tests for ZCodecofftkp
2022-05-13sw content controls, dropdown: add LOK APIMiklos Vajna
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-05Fix typosAndrea Gelmini
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-03-31tdf#148253: fix matching algorithmMike Kaganski
2022-01-15tdf#146754: consider xyz:123 as host:port when parsing URLs smartMike Kaganski
2021-12-24tdf#146382 cant open file from Explorer-attached remote locationNoel Grandin
2021-12-01Fix typosAndrea Gelmini
2021-11-29tools Color: implement MSO-style luminance modulation/offset filterMiklos Vajna
2021-11-24Fix typos and translationsAndrea Gelmini
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann
2021-10-28-Werror,-Wunused-macrosStephan Bergmann
2021-10-27CPU-specific files should not include templates or inlinesLuboš Luňák
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-01Fix typosAndrea Gelmini
2021-07-30tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl
2021-06-17tools: handle special chars correctly in XmlHandler + testTomaž Vajngerl
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-18make internals of ::Color privateNoel
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl