summaryrefslogtreecommitdiffstats
path: root/sax
Commit message (Expand)AuthorAgeFilesLines
* sax: Check if it starts with 5 bytes of "<?xml"Takeshi Abe2019-08-061-5/+3
* MSVC 14.0: Fix warning C4702: unreachable codeDavid Ostrovsky2019-05-081-1/+1
* tdf#103544: DOCX exp.: Image loss when have a frame anchored to the same para.Tamás Zolnai2016-11-111-5/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2016-05-221-1/+1
* loplugin:unreffun and loplugin:nullptrNoel Grandin2016-05-191-2/+2
* First cut at adding sax2/ unit tests.Mohammed Abdul Azeem2016-05-195-0/+243
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2
* clang-tidy modernize-loop-convert in oox to saxNoel Grandin2016-05-052-5/+5
* tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian2016-05-041-9/+15
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-6/+6
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-202-3/+3
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-1/+0
* loplugin:passstuffbyref in saxNoel Grandin2016-04-131-1/+1
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* clang-tidy performance-unnecessary-value-param in saxNoel Grandin2016-04-111-2/+2
* 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