Age | Commit message (Expand) | Author |
2024-06-26 | Fix translation | Andrea Gelmini |
2023-12-30 | move IsFuzzing to comphelper | Caolán McNamara |
2023-08-07 | ofz#57384 Timeout | Caolán McNamara |
2023-02-09 | ofz#55798 Timeout | Caolán McNamara |
2022-03-03 | Recheck modules sv* with IWYU | Gabor Kelemen |
2022-03-01 | use OUStringBuffer for a string that's modified often (tdf#145862) | Luboš Luňák |
2021-12-12 | Small simplification | Mike Kaganski |
2021-12-11 | tdf#146173: combine non-BMP characters' surrogates correctly | Mike Kaganski |
2021-12-10 | tdf#146048: detect UTF-16 without BOM | Mike Kaganski |
2021-07-17 | move BuildWhichTable and simplify | Noel Grandin |
2021-05-02 | sal_uLong->sal_uInt32 in SvParser | Noel Grandin |
2020-10-19 | use tools::Long in svtools | Noel |
2020-10-04 | loplugin:reducevarscope in store..svtools | Noel |
2020-09-12 | Replace remaining uses of sal_uChar | Julien Nabet |
2019-12-23 | sal_Char->char in svtools..svl | Noel Grandin |
2019-08-12 | Fix typos | Andrea Gelmini |
2019-04-28 | tdf#120703 PVS: V581 ifs with identical conditions | Mike Kaganski |
2019-02-05 | tdf#42949 Fix IWYU warnings in include/svtools/* | Gabor Kelemen |
2018-10-15 | loplugin:staticconstfield improvements | Noel Grandin |
2018-08-03 | loplugin:useuniqueptr in SvParser | Noel Grandin |
2018-08-02 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-03-27 | another stab at the ofx infinite rtf loop | Caolán McNamara |
2018-03-27 | Resolves: tdf#116540 Revert "ofz infinite loop" | Caolán McNamara |
2018-02-17 | Translate German variable names | Johnny_M |
2018-02-02 | svtools: SvParser<T>::NextToken() can be pure-virtual | Miklos Vajna |
2018-02-01 | Fix typos | Andrea Gelmini |
2017-11-22 | replace check of eof and GetError with good | Caolán McNamara |
2017-11-22 | drop duplicate method | Caolán McNamara |
2017-11-22 | loplugin:flatten in svtools | Noel Grandin |
2017-11-06 | ofz infinite loop | Caolán McNamara |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann |
2017-09-13 | Revert "svtools: HTML import: don't put lone surrogates in OUString" | Stephan Bergmann |
2017-09-07 | svtools: HTML import: don't put lone surrogates in OUString | Michael Stahl |
2017-08-17 | remove UL/L suffixes from integer constants in initialiser/call expressions | Noel Grandin |
2017-07-17 | RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TO | Chris Sherlock |
2017-05-12 | tdf#75280 replace uses of sal_uLong | Jochen Nitschke |
2017-05-05 | convert HTML_TOKEN_IDS to scoped enum | Noel Grandin |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-03-30 | remove type decorations on char literals | Jochen Nitschke |
2017-02-14 | convert SvParserState to scoped enum | Noel Grandin |
2016-11-18 | tdf#103960: The import of UCS2 data uses a different code path. | Jan Holesovsky |
2016-11-03 | tdf#88821: Set the encoding correctly for HTML files with a BOM. | Jan Holesovsky |
2016-10-05 | Remove _TYPED suffix from tools/link.hxx macros | Stephan Bergmann |
2016-06-24 | loplugin:singlevalfields in svtools | Noel Grandin |
2016-06-12 | convert more DBG_ASSERT(false to SAL_WARN | Noel Grandin |
2016-05-10 | Fix typos | Andrea Gelmini |
2016-03-10 | Avoid reserved identifier | Stephan Bergmann |
2016-03-10 | tdf#89329 Use std::unique_ptr for pImpl in svparser | Aleksas Pantechovskis |
2016-02-15 | Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePoint | Stephan Bergmann |
2016-02-13 | tdf#81129 Support reading non-BMP characters in HTML documents. | Mark Hung |