summaryrefslogtreecommitdiffstats
path: root/xmlreader
Commit message (Expand)AuthorAgeFilesLines
* Silence -Werror=implicit-fallthrough= (upcoming GCC 8)Stephan Bergmann2018-01-231-1/+1
* clang-tidy modernize-use-emplace in variousNoel Grandin2017-09-141-9/+7
* loplugin:unusedmethodsNoel Grandin2017-07-251-14/+0
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* convert XmlReader::State to scoped enumNoel Grandin2016-08-311-14/+14
* Convert XmlReader::Result to scoped enumNoel Grandin2016-05-251-8/+8
* Convert XmlReader::Text to scoped enumNoel Grandin2016-05-241-3/+3
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-131-5/+5
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-4/+5
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-103-18/+18
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-3/+0
* various: remove SAL_THROW macroNoel Grandin2014-06-051-2/+0
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-64/+32
* coverity#708727 Uninitialized pointer fieldCaolán McNamara2014-04-301-2/+3
* coverity#1158416 Uninitialized pointer fieldCaolán McNamara2014-01-231-0/+2
* Zip .ui translations per UIConfig target.Matúš Kukan2013-12-061-0/+14
* xmlreader: include <> for external includesNorbert Thiebaud2013-11-113-26/+26
* fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa2013-06-241-2/+2
* re-base on ALv2 code. Includes:Michael Meeks2013-06-032-42/+24
* Some string literal clean upStephan Bergmann2013-05-163-67/+47
* cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer2013-05-061-64/+27
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-18/+9
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* execute move of global headersBjoern Michaelsen2013-04-237-424/+0
* re-base on ALv2 code.Michael Meeks2013-04-222-27/+20
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-075-43/+42
* remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák2013-04-041-2/+0
* use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák2013-03-201-1/+1
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-192-36/+22
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
* remove all d.lstMichael Stahl2013-02-281-0/+0
* xmlreader does not depend on any offapi .idl filesStephan Bergmann2013-02-251-1/+1
* I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRINGCaolán McNamara2013-02-191-2/+2
* reuse the ConstCharArrayDetector in SpanCaolán McNamara2013-02-191-1/+15
* add equals(OString const &text) to SpanChr. Rossmanith2013-02-191-0/+5
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-2/+2
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-302-8/+0
* remove xmlreader from string now I don't need it anymoreCaolán McNamara2012-10-272-27/+2
* allow XmlReader to parse a stringCaolán McNamara2012-10-172-2/+27
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
* re-base on ALv2 code.Michael Meeks2012-06-263-78/+51
* re-base on ALv2 code.Michael Meeks2012-06-214-104/+68
* calling nextAttribute before first tag uses uninited variablesCaolán McNamara2012-06-081-0/+1