summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-6/+6
2021-04-28ofz#33769 Integer-overflowCaolán McNamara1-4/+4
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-24/+24
2021-04-27loplugin:moveoptNoel Grandin1-2/+1
2021-04-27use more string_view in tools/streamNoel Grandin1-17/+17
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-15/+15
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin1-3/+3
2021-04-20reduce copy pasta with Color::GetLuminance()Luboš Luňák1-0/+14
2021-04-19use more string_view in OString APINoel Grandin1-3/+3
2021-04-14ofz#33235 Integer-overflowCaolán McNamara1-1/+1
2021-04-10ofz#32973 Integer-overflowCaolán McNamara1-2/+9
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-09ofz#33038 Floating-point-exceptionCaolán McNamara1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-04-07ofz#32965 move fpe fix of ofz#17212 into toRationalCaolán McNamara1-4/+3
2021-04-06update pchesCaolán McNamara1-2/+1
2021-04-05Use std::gcd instead of boost versionMike Kaganski1-13/+3
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara1-0/+6
2021-04-02vcl: move Fraction reading/writing to GenericTypeSerializerTomaž Vajngerl3-35/+71
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch2-0/+36
2021-03-24cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara1-1/+1
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-10/+10
2021-03-14loplugin:unusedmethodsNoel1-61/+0
2021-03-13update pchesJulien Nabet1-2/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2-25/+36
2021-02-05Revert "Fix typo in code"Stephan Bergmann1-1/+1
2021-02-04Fix typo in codeAndrea Gelmini1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-3/+3
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2-28/+18
2021-01-18make internals of ::Color privateNoel1-22/+22
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl3-0/+17
2021-01-16make the Color constructors explicitly specify transparencyNoel1-2/+2
2021-01-15Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist1-3/+15
2021-01-15cid#1471704 workaroundNoel Grandin1-2/+4
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara3-38/+39
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2021-01-06bIsBig member is redundantNoel Grandin1-38/+21
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin1-0/+16
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-2/+2