summaryrefslogtreecommitdiff
path: root/xmlreader
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-8/+0
2012-10-27remove xmlreader from string now I don't need it anymoreCaolán McNamara2-27/+2
2012-10-17allow XmlReader to parse a stringCaolán McNamara2-2/+27
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-06-26re-base on ALv2 code.Michael Meeks3-78/+51
2012-06-21re-base on ALv2 code.Michael Meeks4-104/+68
2012-06-08calling nextAttribute before first tag uses uninited variablesCaolán McNamara1-0/+1
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
2012-04-18Improved error reportingStephan Bergmann1-5/+5
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-2/+2
2012-03-09minor documentation tweaksMichael Meeks1-0/+7
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-26Better exception message.Stephan Bergmann1-3/+6
2012-01-02Temporary hack around cppu_detail_getCppuType variants violating ODR.Stephan Bergmann1-0/+2
2011-12-21osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist1-2/+2
2011-12-16Code modules no longer depend on stlport.Stephan Bergmann1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-11-29Adapted to new assertion/logging mechanisms.Stephan Bergmann3-19/+31