- ca82a93 Fraction->double in SfxPoolItem by Noel Grandin · 14 days ago
- bd0d3ea tdf#168771 Convert enum to enum class in urlobj.cxx by Shoaib Samim · 2 weeks ago
- 6993d54 std::lround is unnecessary here by Noel Grandin · 3 weeks ago
- 8459f0b XmlWriter::attribute(double) should actually write a double value by Noel Grandin · 4 weeks ago
- edfb978 fix build with older boosts (e.g. 1.83) by Rene Engelhard · 5 weeks ago
- 35871de Set encoding in StartReadingUnicodeText by Mike Kaganski · 6 weeks ago
- 9817496 SvStream::WriteUniOrByteString should not need to specify encoding by Noel Grandin · 6 weeks ago
- d235ca3 SvStream::ReadUniOrByteString should not need to specify encoding by Noel Grandin · 6 weeks ago
- 5ad9d92 SvStream::WriteUniOrByteChar should not need to specify encoding by Noel Grandin · 6 weeks ago
- 4e6f8e7 SvStream::ReadByteStringLine should not need to specify encoding by Noel Grandin · 6 weeks ago
- 3c5f8e3 SvFileStream::ReadUniOrByteStringLine should not need to specify encoding by Noel Grandin · 6 weeks ago
- af82f16 Avoid unspecified behavior when checking for "pointer in range" by Stephan Bergmann · 6 weeks ago
- 9b40779 Add test by Stephan Bergmann · 6 weeks ago
- 6c89e5a Use SvStream::DetectEncoding in GetNextChar by Mike Kaganski · 6 weeks ago
- a9503c4 SvFileStream should not need to specify encoding on per-call basis by Noel Grandin · 6 weeks ago
- 9ff0df2 fix pointer arithmetic in SvMemoryStream::PutData by Noel Grandin · 6 weeks ago
- 55b9d86 "CharSet" -> "Encoding" in SvStream by Mike Kaganski · 6 weeks ago
- 6101686 Move encoding detection to SvStream by Mike Kaganski · 6 weeks ago
- fa002b6 fix asan heap-use-after-free by Noel Grandin · 6 weeks ago
- b1d0997 extend exotic protocol list by Caolán McNamara · 8 weeks ago
- 0c54c3f Point appears to be required to be a complete type here by Stephan Bergmann · 9 weeks ago
- c511c65 tdf#146619 Use more forward declarations in include/tools by Gabor Kelemen · 2 months ago
- e3ea377 Make a virtual function non-inline by Stephan Bergmann · 2 months ago
- b708490 Fix Windows build, where sal_Int32 != int by Mike Kaganski · 3 months ago
- 7d1b4ab tools: destroy objects in the correct order in XPathTest by Tomaž Vajngerl · 3 months ago
- 180df83 cid#1677777 Unchecked return value by Caolán McNamara · 3 months ago
- 1b73d2b cid#1677775 Variable copied when it could be moved by Caolán McNamara · 3 months ago
- 99354e5 introduce tools::XPath to be able to reuse the result after call by Tomaž Vajngerl · 4 months ago
- b28a46a Make sure that <tools/UnixWrappers.h> stays compilable as C by Tor Lillqvist · 4 months ago
- ecf75f2 tools: support XmlWriter construction from xmlTextWriterPtr by Tomaž Vajngerl · 4 months ago
- 4e2b089 loplugin:stringloop by Noel Grandin · 4 months ago
- 2644351 Avoid "Entity: line 1: parser error : Document is empty" console noise by Mike Kaganski · 5 months ago
- 042ffad HostFilter: Allow to disable SSL Host verification for allowed hosts by Méven Car · 5 months ago
- 4fa74ce tools: use string_view instead of OString in XmlWriter by Tomaž Vajngerl · 5 months ago
- fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
- c9c84ae Use group separators to clarify literal designating date by Mike Kaganski · 5 months ago
- a20e752 Sanity check all IwyuFilter files by Gabor Kelemen · 6 months ago
- dfb4cf3 cid#1659750 silence Division or modulo by float zero by Caolán McNamara · 6 months ago
- 293a41d ofz#446998346 Direct-leak by Caolán McNamara · 6 months ago
- 9b74900 ofz#442383407 Integer-overflow by Caolán McNamara · 7 months ago
- fb022d3 Use less magic numbers by Mike Kaganski · 7 months ago
- dea3d83 tdf#103859 EMF Improve interpolation of the EMR_ROUNDRECT by Bezier curve by Bartosz Kosiorek · 7 months ago
- be6015e cid#1659971 silence Overflowed return value by Caolán McNamara · 8 months ago
- 72e538b tainted_data_return is deprecated by Caolán McNamara · 8 months ago
- b6db71d ofz#437531730 Segv on unknown address by Caolán McNamara · 8 months ago
- ccf1476 tdf#103859 EMF Fix quality of EMR_ELLIPSE by using Bazier curve for drawing by Bartosz Kosiorek · 8 months ago
- 4ddabd0 tdf#145759 replaces the defined FSQRT2 with c++ built-in M_SQRT2 by Alex Berea · 8 months ago
- e24f165 tdf#103859 EMF Fix quality of EMR_ROUNDRECT by using Bazier curve for drawing by Bartosz Kosiorek · 8 months ago
- 1b68f85 tdf#167616 EMF Add support for EMR_ANGLEARC record by Bartosz Kosiorek · 8 months ago
- 07393eb cid#1659901 silence Logically dead code by Caolán McNamara · 8 months ago
- 0246482 cid#1659848 silence Logically dead code by Caolán McNamara · 8 months ago
- 1976b65 Use std::end here by Mike Kaganski · 8 months ago
- 58b9b2f const up various static locals by Noel Grandin · 9 months ago
- b80cd12 const up some more pieces by Caolán McNamara · 9 months ago
- 8571fa5 reuse number_of_bits by Caolán McNamara · 9 months ago
- 12c6fc8 Introduce SvStream::ResetEndianSwap to reset to native endianness by Mike Kaganski · 9 months ago
- b42fad8 Use ReadLine taking OStringBuffer to reduce allocations by Mike Kaganski · 10 months ago
- 8b263f3 SAL_INFO when vnd.sun.star.expand is considered exotic by Stephan Bergmann · 1 year ago
- 66b698e convert volatile bool to std::atomic<bool> in DeleteOnDeinitBase by Noel Grandin · 1 year ago
- fecf7a6 DeleteOnDeinitBase::gShutdown should be volatile by Noel Grandin · 1 year ago
- 71e781c Introduce DBG_TESTNOTSOLARMUTEX, to complement DBG_TESTSOLARMUTEX by Stephan Bergmann · 1 year, 2 months ago
- 6802590 tdf#157665 Use <=> operator for date by Mohamed Ali · 1 year, 4 months ago
- 35a61e7 extend XmlWalker test by Tomaž Vajngerl · 1 year, 2 months ago
- b947718 tools: moved function to create the color from string to tools by Tomaž Vajngerl · 1 year, 3 months ago
- e47aebc tools : use constexpr array instead of std::vector by Arnaud VERSINI · 1 year, 3 months ago
- 8075798 Fix check for further exotic protocols by Stephan Bergmann · 1 year, 4 months ago
- 59891cd look at 'embedded' protocols for protocols that support them by Caolán McNamara · 1 year, 4 months ago
- 71ec40d tdf#147021 - Use std::size() instead of SAL_N_ELEMENTS() macro by Rosh · 1 year, 4 months ago
- 12cad7e cid#1607163 silence Overflowed return value by Caolán McNamara · 1 year, 4 months ago
- 836d73a consider VndSunStarExpand an exotic protocol by Caolán McNamara · 1 year, 5 months ago
- 39f701d Avoid UBSan when negating the most negative sal_Int64 value by Stephan Bergmann · 1 year, 5 months ago
- c6fa60b consistently return -1 in SvFileStream::PutData by Noel Grandin · 1 year, 5 months ago
- 08e566f add a couple of tests for tools::BigInt by Noel Grandin · 1 year, 5 months ago
- 54f5e44 cid#1606697 silence Overflowed constant by Caolán McNamara · 1 year, 6 months ago
- 54a91f2 loplugin:passstuffbyref in tools by Noel Grandin · 1 year, 5 months ago
- 051365a cid#1606943 Overflowed constant by Caolán McNamara · 1 year, 5 months ago
- 5de73f0 new loplugin:staticconstexpr by Noel Grandin · 1 year, 6 months ago
- 15eb26d ofz: Undefined-shift by Caolán McNamara · 1 year, 5 months ago
- cb24239 cid#1606943 Overflowed constant by Noel Grandin · 1 year, 5 months ago
- 79b28ad cid#1606697 Overflowed constant by Noel Grandin · 1 year, 5 months ago
- ed425db tdf#163486: PVS: Array overrun is possible by Julien Nabet · 1 year, 5 months ago
- b0195d4 Avoid signed integer overflow by Stephan Bergmann · 1 year, 5 months ago
- 746f66f cid#1607748 Overflowed constant by Caolán McNamara · 1 year, 6 months ago
- 19bc885 move vcl::DeleteOnDeinit to tools by Noel Grandin · 1 year, 6 months ago
- 7e5f69a Make tools::Time ctor taking sal_Int64 private by Mike Kaganski · 1 year, 6 months ago
- 794cb79 Optimize a bit by Mike Kaganski · 1 year, 6 months ago
- 5c4fac1 loplugin:unusedmethods by Noel Grandin · 1 year, 6 months ago
- 6402a65 cid#1607163 Overflowed return value by Noel Grandin · 1 year, 6 months ago
- 53f8897 Reimplement GetSystemDateTime using std::chrono by Mike Kaganski · 1 year, 6 months ago
- bbcd476 Simplify tools::Time code by Mike Kaganski · 1 year, 6 months ago
- c3b3b27 loplugin:noexceptmove (macOS, LLVM 20 trunk libc++) by Stephan Bergmann · 1 year, 6 months ago
- c8b5ac2 cid#1607586 Overflowed return value by Caolán McNamara · 1 year, 7 months ago
- be16c6c sw: add Comments Panel in sidebar by Mohit Marathe · 1 year, 11 months ago
- 5f903bd ofz#70815 optimize this a little by Caolán McNamara · 1 year, 7 months ago
- 2a5c998 allow an exemption to be made for a specific host by Caolán McNamara · 1 year, 10 months ago
- dd689fb cid#1557699 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- 74d9102 Resolves tdf#161766 - WCAG 2.1 compliant luminance for isDark() by Heiko Tietze · 1 year, 8 months ago
- 437412d cid#1557980 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- d7056b1 cid#1558088 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
- ac0514f cid#1555415 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago