summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2016-06-17loplugin:refcountingStephan Bergmann1-6/+6
2016-06-17loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-06-17GSoC: Mapping legacy sax parser and XFastParserMohammed Abdul Azeem4-8/+325
2016-06-16loplugin:refcountingStephan Bergmann1-4/+4
2016-06-15GSoC: sax2/ unit tests:Mohammed Abdul Azeem3-41/+190
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2-2/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin3-5/+6
2016-05-29loplugin:unreffunStephan Bergmann1-1/+0
2016-05-28sax2/ unit tests.Mohammed Abdul Azeem10-33/+197
2016-05-22-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2016-05-19loplugin:unreffun and loplugin:nullptrNoel Grandin1-2/+2
2016-05-19First cut at adding sax2/ unit tests.Mohammed Abdul Azeem5-0/+243
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' keywordsWastack2-9/+9
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-10/+0
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 Sherlock6-37/+0
2016-02-06sax: Use comphelper's AttributeListMatúš Kukan4-244/+6
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-17sax: use CPPUNIT_ASSERT_THROWMatúš Kukan2-20/+2
2016-01-12Fix FastSaxSerializer::write() for non-BMP unicode characters.Mark Hung1-23/+2
2016-01-10Fix typosAndrea Gelmini2-2/+2
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+0
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-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann10-50/+50
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin3-4/+4
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2-6/+3
2015-10-30cppcheck: noExplicitConstructorCaolán McNamara5-10/+10
2015-10-28com::sun::star->css in sal,saxNoel Grandin10-86/+86
2015-10-20new loplugin: badvectorinitNoel Grandin1-3/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-59/+59
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl1-0/+56