summaryrefslogtreecommitdiff
path: root/tools/source
AgeCommit message (Expand)Author
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-04-14ofz#33235 Integer-overflowCaolán McNamara
2021-04-10ofz#32973 Integer-overflowCaolán McNamara
2021-04-09ofz#33038 Floating-point-exceptionCaolán McNamara
2021-04-07ofz#32965 move fpe fix of ofz#17212 into toRationalCaolán McNamara
2021-04-05Use std::gcd instead of boost versionMike Kaganski
2021-04-05ofz#32885 regard as invalid fractions that will FPE boost::integer::gcdCaolán McNamara
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-03-24cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-14loplugin:unusedmethodsNoel
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-17tools: support reading xml namespace with XmlWalkerTomaž Vajngerl
2021-01-15Make JsonWriter::writeEscapedOUString() handle surrogate pairs properlyTor Lillqvist
2021-01-15cid#1471704 workaroundNoel Grandin
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2021-01-06bIsBig member is redundantNoel Grandin
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu
2020-12-28tools: json: fix missing escaped charsHenry Castro
2020-12-24Revert "add sal*Int64 conversions to BigInt"Stephan Bergmann
2020-12-24add sal*Int64 conversions to BigIntNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-12-20use CLZ intrinsic in tools::FractionNoel Grandin
2020-12-19speedup rational_FromDoubleNoel Grandin
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-17simplify checkSeek()Noel Grandin
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-08jsdialog: send close on dialog responseSzymon Kłos
2020-12-03jsdialog: fix arrays in JsonWriter outputSzymon Kłos
2020-11-21Changes to the color classdante
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-11-18tdf#123936 Formatting files in module tools with clang-formatPhilipp Hofer
2020-11-18Reduce variable scopeMike Kaganski
2020-11-17Fix vcl_svm_test after making tools::Long 64-bit on _WIN64Mike Kaganski
2020-11-17simplify BigInt, remove isSetNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12Simplify comparison operatorsMike Kaganski
2020-11-12remove BigInt::operator tools::Long()Noel