summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-28tools: json: fix missing escaped charsHenry Castro1-0/+21
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann1-77/+0
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin1-0/+77
2020-12-24custom literal for Degree10Noel Grandin3-7/+7
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin1-42/+15
2020-12-19speedup rational_FromDoubleNoel Grandin1-5/+5
2020-12-18throw exception in SvStream when reading past end of fileNoel2-18/+28
2020-12-17simplify checkSeek()Noel Grandin1-1/+1
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel1-1/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-6/+6
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-1/+2
2020-12-08jsdialog: send close on dialog responseSzymon Kłos1-1/+1
2020-12-04update pchesCaolán McNamara1-1/+4
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos1-14/+35
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-17/+17
2020-11-21Changes to the color classdante1-0/+39
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák4-0/+81
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer7-92/+89
2020-11-18Reduce variable scopeMike Kaganski1-4/+2
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski1-35/+8
2020-11-17simplify BigInt, remove isSetNoel2-13/+0
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-4/+5
2020-11-16replace std::max(std::min()) with std::clampNoel1-1/+1
2020-11-14BigInt's non-big value type is currently sal_Int32Mike Kaganski1-12/+10
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12Simplify comparison operatorsMike Kaganski1-79/+21
2020-11-12remove BigInt::operator tools::Long()Noel1-2/+2
2020-11-11Improved starmath colordante1-10/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-9/+9