summaryrefslogtreecommitdiff
path: root/sax/test
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Fix typosAndrea Gelmini1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-6/+6
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M1-8/+8
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2-4/+4
2016-02-09Remove excess newlinesChris Sherlock2-24/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin2-3/+3
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-6/+3
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara3-5/+5
2015-10-28com::sun::star->css in sal,saxNoel Grandin1-1/+1
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe3-15/+12
2015-08-27Clean up emptyStringStephan Bergmann1-4/+3
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin3-38/+38
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin4-4/+0
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+6
2014-04-14typo: attribut -> attributeThomas Arnhold1-2/+2
2014-02-26Remove visual noise from saxAlexander Wilms2-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms2-16/+16
2014-02-21[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXExceptionCaolán McNamara1-1/+1
2013-12-18sax: various clean up. Move _getFactory next to the implementation.Matúš Kukan2-4/+0
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold2-4/+4
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-2/+0
2013-08-31fix indentationPhilipp Riemer1-11/+11
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-48/+9
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-1/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-2/+2
2013-03-19further OUString cleanupThomas Arnhold1-2/+2
2013-03-04sal_Bool to boolTakeshi Abe1-2/+2
2012-06-27re-base on ALv2 code.Michael Meeks5-113/+68
2012-06-25Remove various commented out definesThomas Arnhold1-11/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
2012-05-31targeted string re-workNorbert Thiebaud4-82/+82
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-1/+1
2012-02-16Reduce verbiage slightlyTor Lillqvist1-1/+3
2011-10-03WaE: conversion from 'unsigned int' to 'sal_Int16', possible loss of dataTor Lillqvist1-1/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-08-08Bypass this for non-desktop OSesTor Lillqvist1-1/+4
2011-07-26fixed typoTakeshi Abe1-2/+2
2011-07-13WaE: unused argumentsCaolán McNamara1-5/+8