summaryrefslogtreecommitdiff
path: root/xmlreader
AgeCommit message (Expand)AuthorFilesLines
2021-05-14Revert "improve perf of xmlreader::Pad"Noel Grandin1-14/+11
2021-05-11improve perf of xmlreader::PadNoel Grandin1-11/+14
2021-04-10speed up XmlReader::handleSkippedTextNoel Grandin1-3/+3
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2019-10-10Revert "Optimize getNamespaceId (xmlreader)"Julien Nabet2-15/+0
2019-10-08cleanups in xmlreaderNoel Grandin1-1/+5
2019-10-06we can use Span for the cache key hereNoel Grandin2-4/+6
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin1-6/+6
2019-10-06Optimize getNamespaceId (xmlreader)Julien Nabet1-0/+10
2019-02-04tdf#42949 Fix IWYU warnings in xmlreader/Gabor Kelemen3-3/+2
2018-09-15Simplify containers iterations in xmlhelp, xmlreader, xmlscript, xmlsecurityArkadiy Illarionov1-7/+6
2018-07-24loplugin:unusedfields,can-be-const in xmlreaderNoel Grandin1-2/+2
2018-01-23Silence -Werror=implicit-fallthrough= (upcoming GCC 8)Stephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-9/+7
2017-07-25loplugin:unusedmethodsNoel Grandin1-14/+0
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-1/+0
2016-08-31convert XmlReader::State to scoped enumNoel Grandin1-14/+14
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-8/+8
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin1-3/+3
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-5/+5
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin1-1/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-4/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-18/+18
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-3/+0
2014-06-05various: remove SAL_THROW macroNoel Grandin1-2/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-64/+32
2014-04-30coverity#708727 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-01-23coverity#1158416 Uninitialized pointer fieldCaolán McNamara1-0/+2
2013-12-06Zip .ui translations per UIConfig target.Matúš Kukan1-0/+14
2013-11-11xmlreader: include <> for external includesNorbert Thiebaud3-26/+26
2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa1-2/+2
2013-06-03re-base on ALv2 code. Includes:Michael Meeks2-42/+24
2013-05-16Some string literal clean upStephan Bergmann3-67/+47
2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer1-64/+27
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-18/+9
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-2/+0
2013-04-23execute move of global headersBjoern Michaelsen7-424/+0
2013-04-22re-base on ALv2 code.Michael Meeks2-27/+20
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-43/+42
2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák1-2/+0
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-36/+22
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25xmlreader does not depend on any offapi .idl filesStephan Bergmann1-1/+1
2013-02-19I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRINGCaolán McNamara1-2/+2
2013-02-19reuse the ConstCharArrayDetector in SpanCaolán McNamara1-1/+15
2013-02-19add equals(OString const &text) to SpanChr. Rossmanith1-0/+5