summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
...
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-9/+9
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-10/+0
* tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis2016-03-041-2/+2
* Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann2016-02-151-2/+3
* Remove excess newlinesChris Sherlock2016-02-096-37/+0
* sax: Use comphelper's AttributeListMatúš Kukan2016-02-064-244/+6
* fix gcc build errorCaolán McNamara2016-02-031-2/+2
* loplugin:unusedmethodsNoel Grandin2016-01-201-29/+0
* crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara2016-01-171-1/+1
* sax: use CPPUNIT_ASSERT_THROWMatúš Kukan2016-01-172-20/+2
* Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung2016-01-121-23/+2
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:unusedfieldsNoel Grandin2015-12-241-1/+0
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-3/+2
* use unique_ptr for pImpl in sax/Noel Grandin2015-11-183-6/+5
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-8/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1010-50/+50
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-043-4/+4
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-6/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-305-10/+10
* com::sun::star->css in sal,saxNoel Grandin2015-10-2810-86/+86
* new loplugin: badvectorinitNoel Grandin2015-10-201-3/+1
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-59/+59
* xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2015-10-091-0/+56
* sax: remove obsolete XML_UNICODE codeMichael Stahl2015-09-291-40/+0
* boost->stdCaolán McNamara2015-09-174-24/+22
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-7/+7
* sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-279-26/+24
* Clean up emptyStringStephan Bergmann2015-08-271-4/+3
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-1/+2
* loplugin: defaultparamsNoel Grandin2015-08-112-2/+2
* new loplugin: refcountingNoel Grandin2015-08-032-25/+26
* inline a bunch of use-once macrosNoel Grandin2015-07-271-8/+0
* sax: convert MergeMarksEnum to enum classMichael Stahl2015-07-183-14/+14
* sax, sw: try to make that maMarkStack easier to understandMichael Stahl2015-07-183-17/+29
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-4/+1
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-061-4/+0
* WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud2015-07-041-3/+3
* sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl2015-07-042-4/+160
* tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl2015-07-041-2/+4
* Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl2015-07-031-0/+4
* loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin2015-07-031-4/+0
* tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta2015-06-251-4/+2
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-172-5/+5
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-4/+2
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1