- 3b995a0 Revert "speedup rational_FromDouble" by Noel Grandin · 4 years, 7 months ago
- 8073064 tdf#144319 fix formula load by Noel Grandin · 4 years, 7 months ago
- 68163dd make SvFileStream::FlushData __actually__ flush to disk by Noel Grandin · 4 years, 10 months ago
- 3837434 tdf#135316 add SvFileStream::SetDontFlushOnClose by Noel Grandin · 4 years, 10 months ago
- 71fe0ae ofz#33769 Integer-overflow by Caolán McNamara · 4 years, 10 months ago
- 3e0c39f no need to allocate these on the heap by Noel Grandin · 4 years, 10 months ago
- fb5247b tdf#55007 tdf#142263 tdf#142268 EMF ARC, PIE, CHORD allow to draw circle by Bartosz Kosiorek · 4 years, 11 months ago
- 256c834 Simplify a bit: use one minmax in place of 3 min + 3 max calls by Mike Kaganski · 4 years, 11 months ago
- 39369c6 tdf#55007 tdf#142263 tdf#142268 EMF Properly display ARC and CHORD by Bartosz Kosiorek · 4 years, 11 months ago
- 57ed14b fix leak in ZCodec by Noel Grandin · 5 years ago
- 7cc1d34 loplugin:unnecessaryparen small improvement by Noel Grandin · 5 years ago
- 04aafba loplugin:stringadd simplify some *StringBuffer operations by Noel Grandin · 5 years ago
- bc7c37f ofz#33769 Integer-overflow by Caolán McNamara · 5 years ago
- 39c3574 use string_view in INetURLObject::encode by Noel Grandin · 5 years ago
- 1325d81 loplugin:moveopt by Noel Grandin · 5 years ago
- 62f6d6e use more string_view in tools/stream by Noel Grandin · 5 years ago
- 75997f1 no need to create temporaries when appending number to O[U]StringBuffer by Noel Grandin · 5 years ago
- c5ea059 no need to create a temporary when appending to OUStringBuffer by Noel Grandin · 5 years ago
- 17e9789 reduce copy pasta with Color::GetLuminance() by Luboš Luňák · 5 years ago
- c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
- 2f752af ofz#33235 Integer-overflow by Caolán McNamara · 5 years ago
- db00a6d ofz#32973 Integer-overflow by Caolán McNamara · 5 years ago
- 2633d5f Recheck include/ with IWYU by Gabor Kelemen · 5 years ago
- ce9f23c ofz#33038 Floating-point-exception by Caolán McNamara · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- 6b46b05 ofz#32965 move fpe fix of ofz#17212 into toRational by Caolán McNamara · 5 years ago
- e90a9b67 update pches by Caolán McNamara · 5 years ago
- d266373 Use std::gcd instead of boost version by Mike Kaganski · 5 years ago
- b4613a3 ofz#32885 regard as invalid fractions that will FPE boost::integer::gcd by Caolán McNamara · 5 years ago
- 711ec7b vcl: move Fraction reading/writing to GenericTypeSerializer by Tomaž Vajngerl · 5 years ago
- ea61644 tdf#58745 - Detect end of month when extending a date list by Andreas Heinisch · 5 years ago
- 69a32be cid#1474353 experiment to silence Untrusted loop bound by Caolán McNamara · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 7a5014b silence coverity unchecked return value from library on xmlText* functions by Caolán McNamara · 5 years ago
- ebe1f63 loplugin:unusedmethods by Noel · 5 years ago
- a73f24f update pches by Julien Nabet · 5 years ago
- 6b00d05 Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b) by Stephan Bergmann · 5 years ago
- 0ce7c84 Revert "Fix typo in code" by Stephan Bergmann · 5 years ago
- 3ed9bba Fix typo in code by Andrea Gelmini · 5 years ago
- 1da6908 add string_view variants of methods to O[U]StringBuffer by Noel · 5 years ago
- 4e639c3 ofz#29691 revert throw SvStreamEOFException by Caolán McNamara · 5 years ago
- 1e92553 make internals of ::Color private by Noel · 5 years ago
- cd65d6c tools: support reading xml namespace with XmlWalker by Tomaž Vajngerl · 5 years ago
- 63a6806 make the Color constructors explicitly specify transparency by Noel · 5 years ago
- 5aee16c Make JsonWriter::writeEscapedOUString() handle surrogate pairs properly by Tor Lillqvist · 5 years ago
- 61a3aaa cid#1471704 workaround by Noel Grandin · 5 years ago
- 9013666 cid#1471346 Uncaught exception by Caolán McNamara · 5 years ago
- d765ec2 transparency->alpha in tools::Color by Noel · 5 years ago
- 33b8f7c bIsBig member is redundant by Noel Grandin · 5 years ago
- 2298b05 move the bigint based Scale() implementations to one central place by Noel Grandin · 5 years ago
- 9feea2e tdf#96505 : Get rid of cargo cult long integer literals by umutbayramoglu · 5 years ago
- 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
- 6002ff0 tools: json: fix missing escaped chars by Henry Castro · 5 years ago
- ad9e043 Revert "add sal*Int64 conversions to BigInt" by Stephan Bergmann · 5 years ago
- 5dae423 add sal*Int64 conversions to BigInt by Noel Grandin · 5 years ago
- 88c0e46 custom literal for Degree10 by Noel Grandin · 5 years ago
- 9eb60b50 use CLZ intrinsic in tools::Fraction by Noel Grandin · 5 years ago
- 67d83e4 speedup rational_FromDouble by Noel Grandin · 5 years ago
- 8c9a4ff throw exception in SvStream when reading past end of file by Noel · 5 years ago
- d5b20f4 simplify checkSeek() by Noel Grandin · 5 years ago
- 0651fa8 remove Seek(nCurr) in SvStream::remainingSize() by Noel · 5 years ago
- 35e471b Adapt the remaining OUString functions to std string_view by Stephan Bergmann · 5 years ago
- 4f0c70f Avoid calling OString ctor with null pointer by Stephan Bergmann · 5 years ago
- 913fa08 jsdialog: send close on dialog response by Szymon Kłos · 5 years ago
- 1ac4498 update pches by Caolán McNamara · 5 years ago
- 7fc2fe5 jsdialog: fix arrays in JsonWriter output by Szymon Kłos · 5 years ago
- bb06f51 loplugin:stringviewparam extend to comparison operators by Noel · 5 years ago
- fcc9128 Changes to the color class by dante · 5 years ago
- 99f2ae5 tools::Polygon::Clip() is broken with bezier curves (tdf#137068) by Luboš Luňák · 5 years ago
- 1582d9a tdf#123936 Formatting files in module tools with clang-format by Philipp Hofer · 5 years ago
- c70b008 Reduce variable scope by Mike Kaganski · 5 years ago
- 97f084b Fix vcl_svm_test after making tools::Long 64-bit on _WIN64 by Mike Kaganski · 5 years ago
- 9536098 simplify BigInt, remove isSet by Noel · 5 years ago
- 50d3ad9 Instead of labs, use overloaded abs by Stephan Bergmann · 5 years ago
- bf4bbc3 replace std::max(std::min()) with std::clamp by Noel · 5 years ago
- 396196d BigInt's non-big value type is currently sal_Int32 by Mike Kaganski · 5 years ago
- d55e0fb Revert "remove BigInt::operator tools::Long()" by Noel Grandin · 5 years ago
- 8927bea Simplify comparison operators by Mike Kaganski · 5 years ago
- 1397a1c remove BigInt::operator tools::Long() by Noel · 5 years ago
- f3b5271 Improved starmath color by dante · 5 years ago
- 3d90997 make tools::Long 64-bit on Windows platform by Noel Grandin · 5 years ago
- ada07f3 tdf#123476 filter: try to detect 0-byte files based on extension by Miklos Vajna · 5 years ago
- 371b84d std::set->o3tl::sorted_vector in MultiSelection by Noel Grandin · 5 years ago
- 6436302 convert some more long -> tools::Long by Noel · 5 years ago
- 0fb58a1 new tools::Degree10 strong typedef by Noel Grandin · 5 years ago
- 2646023 add tools::Long typedef and use it in tools by Noel · 5 years ago
- e7eaa66 tdf#124176: Use pragma once instead of include guards by mariamfahmy · 5 years ago
- 22d94ce loplugin:const* make some params and methods const by Noel · 6 years ago
- 27f1827 loplugin:reducevarscope in toolkit..unotools by Noel · 6 years ago
- 15a5a56 Fix SSE2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
- dc4ba0a Fix SSSE3 cpuid checks by Dr. David Alan Gilbert · 6 years ago
- afb62b0 Fix AVX2 cpuid checks by Dr. David Alan Gilbert · 6 years ago
- 8babcdb osl+tools: fix Windows Arm64 build by Jan-Marek Glogowski · 6 years ago
- 04203a2 Replace remaining uses of sal_Char by Julien Nabet · 6 years ago
- c927aab Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit by Stephan Bergmann · 6 years ago
- b866b71 Fix typo in code by Andrea Gelmini · 6 years ago
- 2e21240 Goodbye O[U]StringView, welcome O[U]String::Concat by Stephan Bergmann · 6 years ago
- 65ae6af loplugin:unusedvarsglobal by Noel Grandin · 6 years ago
- 987c96d loplugin:flatten in tools by Noel Grandin · 6 years ago
- 4ad4468 Missing include (std::max; Windows --disable-pch) by Stephan Bergmann · 6 years ago