summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)Author
2023-11-22Fix typoAndrea Gelmini
2023-11-22tdf#148000 impress: improve fontwork text placement.Attila Szűcs
2023-11-15loplugin:unusedmethodsNoel Grandin
2023-11-13Related: tdf#125580 Use tools::Duration constexpr accuracy epsilon valuesEike Rathke
2023-11-06tdf#146619 Recheck include/t* with IWYUGabor Kelemen
2023-11-03add some protocols that don't make sense as floating frame targetsCaolán McNamara
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-16Related tdf#156182 - Keep legacy contrast for default backgroundHeiko Tietze
2023-10-05Drop MinMax in favor of std::clampMike Kaganski
2023-08-17Simplify Point/Size/tools::Rectangle templatesMike Kaganski
2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke
2023-08-02Make RectangleTemplate comparison operators symmetricStephan Bergmann
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-27pack the MapMode::ImplMapMode structNoel Grandin
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-22no need to create OString temporaries when calling XmlWriter methodsNoel Grandin
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert
2023-07-15Resolves tdf#156182 - Automatic text color unreadable with darker cellsHeiko Tietze
2023-07-13linking: api: use JsonWriterSzymon Kłos
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-22Fix typoAndrea Gelmini
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke
2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke
2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke
2023-06-06perf: we don't need to 'really' insert a preview when providing jsonCaolán McNamara
2023-06-06perf: cache the generated json for an iconview imageCaolán McNamara
2023-05-28Factor out DateTime::NormalizeTimeRemainderAndApply(tools::Time& rTime)Eike Rathke
2023-04-11Drop Writer::OutLongMike Kaganski
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-04-05fix leaks when using tools::JsonWriterNoel Grandin
2023-04-03Simplify JsonWriter a bitMike Kaganski
2023-02-27Fix typoAndrea Gelmini
2023-02-27inline StreamData into SvFileStreamNoel Grandin
2022-10-27tdf#123419 optimise ImplMakeFractionNoel Grandin
2022-10-24tdf#133768 speed up temp file creationNoel Grandin
2022-10-22Fix StartWritingUnicodeTextMike Kaganski
2022-10-01Follow One Definition Rule for COL enum.Sergey Fukanchik
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-19tools: use std::swap() in gen.hxxChris Sherlock
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-09tools: prefix member variables with an 'm'Chris Sherlock
2022-07-28tdf#143148 tools: Use pragma once instead of include guardsChris Sherlock
2022-07-20move wintypes.hxx from tools to vclChris 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-17Rectangle: split SetSize into SetWidth/SetHeightJan-Marek Glogowski
2022-06-12Add compression support for GZ through ZCodecofftkp