summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf/svparser.cxx
AgeCommit message (Expand)Author
2024-06-26Fix translationAndrea Gelmini
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-08-07ofz#57384 TimeoutCaolán McNamara
2023-02-09ofz#55798 TimeoutCaolán McNamara
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2021-12-12Small simplificationMike Kaganski
2021-12-11tdf#146173: combine non-BMP characters' surrogates correctlyMike Kaganski
2021-12-10tdf#146048: detect UTF-16 without BOMMike Kaganski
2021-07-17move BuildWhichTable and simplifyNoel Grandin
2021-05-02sal_uLong->sal_uInt32 in SvParserNoel Grandin
2020-10-19use tools::Long in svtoolsNoel
2020-10-04loplugin:reducevarscope in store..svtoolsNoel
2020-09-12Replace remaining uses of sal_uCharJulien Nabet
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-10-15loplugin:staticconstfield improvementsNoel Grandin
2018-08-03loplugin:useuniqueptr in SvParserNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-03-27another stab at the ofx infinite rtf loopCaolán McNamara
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara
2018-02-17Translate German variable namesJohnny_M
2018-02-02svtools: SvParser<T>::NextToken() can be pure-virtualMiklos Vajna
2018-02-01Fix typosAndrea Gelmini
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-22loplugin:flatten in svtoolsNoel Grandin
2017-11-06ofz infinite loopCaolán McNamara
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann
2017-09-13Revert "svtools: HTML import: don't put lone surrogates in OUString"Stephan Bergmann
2017-09-07svtools: HTML import: don't put lone surrogates in OUStringMichael Stahl
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-05-12tdf#75280 replace uses of sal_uLongJochen Nitschke
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-14convert SvParserState to scoped enumNoel Grandin
2016-11-18tdf#103960: The import of UCS2 data uses a different code path.Jan Holesovsky
2016-11-03tdf#88821: Set the encoding correctly for HTML files with a BOM.Jan Holesovsky
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-06-24loplugin:singlevalfields in svtoolsNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-10Fix typosAndrea Gelmini
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10tdf#89329 Use std::unique_ptr for pImpl in svparserAleksas Pantechovskis
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung