summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem2-0/+279
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin2-5/+5
2016-05-04tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian1-9/+15
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-6/+6
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-1/+0
2016-04-13loplugin:passstuffbyref in saxNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11clang-tidy performance-unnecessary-value-param in saxNoel Grandin1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-2/+2
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-2/+3
2016-02-09Remove excess newlinesChris Sherlock3-11/+0
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan3-243/+5
2016-02-03fix gcc build errorCaolán McNamara1-2/+2
2016-01-20loplugin:unusedmethodsNoel Grandin1-29/+0
2016-01-17crashtesting: plain-text import allows liberal with the UTF-8 inputCaolán McNamara1-1/+1
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung1-23/+2
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-3/+2
2015-11-18use unique_ptr for pImpl in sax/Noel Grandin3-6/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-38/+38
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara2-5/+5
2015-10-28com::sun::star->css in sal,saxNoel Grandin8-61/+61
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-53/+53
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56
2015-09-29sax: remove obsolete XML_UNICODE codeMichael Stahl1-40/+0
2015-09-17boost->stdCaolán McNamara4-24/+22
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-7/+7
2015-08-27sax: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe5-9/+10
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+2
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl3-14/+14
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl3-17/+29
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-04WaE do not us #if for DB_UTIL but #ifdefNorbert Thiebaud1-3/+3
2015-07-04sax: FastSaxSerializer well-formed element test in presence of ...Michael Stahl2-4/+160
2015-07-04tdf#91378: sax, oox: avoid sending empty strings to character callbacksMichael Stahl1-2/+4
2015-06-25tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta1-4/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2-5/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-4/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1