summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
...
* remove unnecessary use of 'this->'Noel Grandin2017-08-023-8/+8
* sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe2017-07-201-3/+3
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-2/+2
* loplugin:constparams in basegfx,sax,shellNoel Grandin2017-07-175-10/+10
* comphelper: move base64 encode/decode helpers from saxAshod Nakashian2017-07-161-156/+4
* new loplugin unnecessaryparenNoel Grandin2017-07-053-3/+3
* Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2017-07-031-8/+8
* loplugin:casttovoid: saxStephan Bergmann2017-07-021-1/+0
* Added find function to FastAttributeList:Mohammed Abdul Azeem2017-06-291-0/+8
* loplugin:oncevar in oox..saxNoel Grandin2017-06-261-4/+2
* loplugin:unusedfields in registry..saxNoel Grandin2017-06-232-5/+0
* Literal tab character is bad XML, write '&#9;' insteadEike Rathke2017-06-161-4/+2
* [API CHANGE] Add processingInstruction event to XFastDocumentHandler:Mohammed Abdul Azeem2017-06-154-2/+58
* use more SAL_N_ELEMENTS part 2Noel Grandin2017-06-141-2/+2
* convert SAX_ARGS_ARG macros to varargs template methodsNoel Grandin2017-06-011-34/+11
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-094-4/+0
* revert OSL_ASSERT changesChris Sherlock2017-05-071-4/+4
* tdf#43157: convert sax module away from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-2/+2
* loplugin:salunicodeliteral: saxStephan Bergmann2017-04-281-34/+34
* loplugin:checkunusedparams in configmgr and vclNoel Grandin2017-04-281-11/+11
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-216-6/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: saxStephan Bergmann2017-04-061-1/+1
* Fix typosAndrea Gelmini2017-03-255-7/+7
* escape invalid XML characters with _xHHHH_ when writing escapedEike Rathke2017-03-032-15/+115
* FastSaxSerializer: SAL_WARN() when writing invalid XML charactersEike Rathke2017-02-281-1/+54
* Better make the zero-initialization more explicitStephan Bergmann2017-02-231-1/+2
* Revert "Fix typos"jan iversen2017-02-221-1/+1
* Fix typosAndrea Gelmini2017-02-221-1/+1
* loplugin:subtlezeroinit: saxStephan Bergmann2017-02-211-1/+1
* MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky2017-02-201-1/+1
* Add missing #includesStephan Bergmann2017-02-067-2/+8
* fix linux buildNoel Grandin2017-02-021-1/+1
* expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin2017-02-022-22/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-269-266/+169
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-253-11/+0
* New loplugin:dynexcspec: Add @throws documentation, saxStephan Bergmann2017-01-193-0/+36
* Also consider saved exceptions when mbEnableThreads is trueMike Kaganski2017-01-191-0/+4
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-172-4/+4
* new loplugin: useuniqueptr: jvmfwk..saxNoel Grandin2017-01-172-20/+7
* New loplugin:conststringvar: saxStephan Bergmann2017-01-101-5/+5
* Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann2016-12-171-3/+3
* loplugin:unnecessaryoverride (dtors) in saxStephan Bergmann2016-12-051-1/+0
* tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai2016-10-281-5/+1
* loplugin:unnecessaryoverrideNoel Grandin2016-10-132-12/+0
* tdf#103159 allow compiling on 12.04 systems stillJustin Luth2016-10-121-9/+15
* loplugin:singlevalfields in l10ntools..saxNoel Grandin2016-09-152-22/+6
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)Stephan Bergmann2016-08-301-1/+1