summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)AuthorFilesLines
2016-08-16loplugin:stringstaticStephan Bergmann1-15/+15
2016-08-10GSoC - Making legacyfastparser to use tokens:Mohammed Abdul Azeem3-54/+206
2016-08-08Related: tdf#99312, add specialized interaction handlerGiuseppe Castagno1-0/+1
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-2/+2
2016-07-29GSoC - moving FastAttributeList::clear to consumer thread:Mohammed Abdul Azeem1-8/+42
2016-07-27GSOC - Avoid tokenizing strings for Unknown elements:Mohammed Abdul Azeem2-58/+67
2016-07-19GSOC - Handling namespace declaration missing case:Mohammed Abdul Azeem5-5/+82
2016-07-17loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-07-16GSoC - Sync namespace handler calls with elements:Mohammed Abdul Azeem3-5/+31
2016-07-15new loplugin unnecessary overrideNoel Grandin1-0/+1
2016-07-10loplugin:unreffunStephan Bergmann1-1/+0
2016-07-09GSOC: Adapt XLegacyFastParser to function like XParser.Mohammed Abdul Azeem3-175/+121
2016-07-08loplugin:staticmethodsStephan Bergmann1-27/+22
2016-07-08GSOC: Added test case for mishandle of namespaces.Mohammed Abdul Azeem1-0/+78
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2-2/+2
2016-07-04use SAL_DEPRECATED in uno::ReferenceNoel Grandin1-1/+1
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