summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Simplify JsonWriter a bitMike Kaganski1-13/+16
2021-10-13Improve JsonWriter's escapement codeMike Kaganski1-56/+79
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski2-58/+8
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-24/+18
2021-10-02fix buffer overruns in JsonWriter::put with UTF-8 valuesNoel Grandin1-3/+8
2021-10-02simplify JsonWriter::reallocBuffer by using reallocNoel Grandin1-4/+1
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-1/+1
2021-09-30no need to copy the name in XmlWalker::attributeNoel Grandin1-3/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-15/+30
2021-09-17ensure that some basic geometry classes are trivially copyableLuboš Luňák1-0/+7
2021-09-16Revert "speedup rational_FromDouble"Noel Grandin1-5/+5
2021-09-15No need to check if nDX is 0 for atan2Mike Kaganski1-1/+1
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin1-3/+3
2021-09-06tdf#144319 fix formula loadNoel Grandin1-0/+3
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin2-6/+3
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante1-0/+5
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski1-0/+24
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski1-2/+2
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski1-9/+0
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 Kaganski2-16/+2
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2-3/+3
2021-08-15Simplify tools::Rectangle a bitMike Kaganski1-36/+18
2021-08-12Unify and simplify tools::Rectangle methods returning PointMike Kaganski1-10/+0
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-7/+0
2021-08-11Deduplicate number read/writeMike Kaganski1-155/+30
2021-08-05improve LOK notifyInvalidationNoel Grandin1-6/+2
2021-08-05Avoid ODR violation, consistently define ZLIB_CONSTStephan Bergmann1-2/+2
2021-08-01Fix typosAndrea Gelmini1-1/+1
2021-07-30tools: use upper case GetWidth/GetHeight for Rect for repr. stringTomaž Vajngerl1-0/+5
2021-07-29rtl::Static -> static localNoel Grandin1-6/+4
2021-07-15tdf#143148 Use pragma once instead of include guardsYakovlevAl1-4/+1
2021-07-06actually use CLOCK_MONOTONIC in tools::timeNoel Grandin1-1/+2
2021-06-29ofz#35504 promote to double earlierCaolán McNamara1-2/+3
2021-06-28ofz#35504 Integer-overflowCaolán McNamara1-1/+1
2021-06-23ofz#35504 Integer-overflowCaolán McNamara1-2/+2
2021-06-23tdf#135316 add SvFileStream::SetDontFlushOnCloseNoel Grandin2-2/+8
2021-06-22simplify and improve WildcardNoel Grandin1-5/+4
2021-06-21make SvFileStream::FlushData __actually__ flush to diskNoel Grandin1-2/+4
2021-06-20Revert "ofz#33769 Integer-overflow"Caolán McNamara1-4/+4
2021-06-19SvMemoryStream::GetSize can be more efficientNoel Grandin1-9/+0
2021-06-19use more TellEnd()Noel Grandin1-5/+1
2021-06-17tools: handle special chars correctly in XmlHandler + testTomaž Vajngerl3-2/+75
2021-06-03ofz#33769 Integer-overflowCaolán McNamara1-1/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-21tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circleBartosz Kosiorek1-3/+3
2021-05-20Simplify a bit: use one minmax in place of 3 min + 3 max callsMike Kaganski1-4/+2
2021-05-18tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORDBartosz Kosiorek1-3/+6
2021-05-11fix leak in ZCodecNoel Grandin1-17/+17