summaryrefslogtreecommitdiffstats
path: root/writerfilter/source
Commit message (Expand)AuthorAgeFilesLines
* PropertyMap.cxx: Indents and formattingVitaliy Anderson2017-04-132-1076/+1043
* NumberingManager.cxx: remove unusedVitaliy Anderson2017-04-122-15/+0
* enum spelling: throught -> throughJustin Luth2017-04-124-7/+7
* tdf#106970 DOCX import: don't collapse para auto space for different numsMiklos Vajna2017-04-111-3/+15
* tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl2017-04-071-2/+4
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-1/+1
* tdf#106690 DOCX import: fix automatic spacing before/after numbered para blockMiklos Vajna2017-04-043-7/+50
* loplugin:unusedmethodsNoel Grandin2017-04-041-1/+0
* tdf#39468 Translate German commentsJens Carl2017-04-031-1/+1
* use actual UNO enums in vcl..xmlsecurityNoel Grandin2017-04-036-8/+8
* ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flagCaolán McNamara2017-04-013-4/+4
* tdf#106849: don't reduce quality of picture in bullet list.Vitaliy Anderson2017-03-314-13/+28
* writerfilter: default break type identified as _nextPageJustin Luth2017-03-311-3/+6
* use actual UNO enums in writerfilterNoel Grandin2017-03-3116-38/+43
* writerfilter: DOCX import: fix handling of w:hideMark vs. w:vMergeMichael Stahl2017-03-301-1/+5
* tdf#105975 Add Formula field parsing (docx) in SWriterJean-Sebastien Bevilacqua2017-03-302-2/+32
* Related: tdf#105454 DOCX import: fix unwanted enabled-by-default kerningMiklos Vajna2017-03-301-0/+4
* tdf#106606: Don't dispose NumPicBullet in sprm handler.Vitaliy Anderson2017-03-301-4/+0
* tdf#106694 RTF import: fix missing paragraph tab positionMiklos Vajna2017-03-281-1/+19
* tdf#105975 Add Set field parsing (docx) in LibreOffice WriterJean-Sebastien Bevilacqua2017-03-282-4/+46
* Indentation fixesMiklos Vajna2017-03-271-3/+3
* Fix typosAndrea Gelmini2017-03-253-4/+4
* Resolves: tdf#106724 crash when Title property doesn't already existCaolán McNamara2017-03-241-8/+8
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-232-5/+5
* Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann2017-03-222-8/+14
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-10/+4
* cleanup double includes and declarationsJochen Nitschke2017-03-171-10/+6
* convert SvxBorderStyle to scoped enumNoel Grandin2017-03-171-3/+3
* tdf#105729 RTF import: \ltrpar should not override \qc from styleMiklos Vajna2017-03-141-2/+4
* tdf#103931 writerfilter breaktype: same for implicit and explicitJustin Luth2017-03-131-1/+2
* Fix typosAndrea Gelmini2017-03-111-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-03-071-2/+2
* tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna2017-03-074-15/+60
* Remove redundant 'inline' keywordStephan Bergmann2017-03-034-8/+8
* Fix typosAndrea Gelmini2017-03-022-2/+2
* xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna2017-03-021-1/+2
* writerfilter: avoid repeating the return type from the declarationMiklos Vajna2017-03-013-8/+8
* new loplugin unoanyNoel Grandin2017-02-2818-96/+96
* tdf#103931 DOCX import: fix lost section breakMiklos Vajna2017-02-281-0/+1
* re org things a little to quieten coverity warningsCaolán McNamara2017-02-253-0/+6
* vcl PDF import: there is no PNG encoding hereMiklos Vajna2017-02-242-2/+2
* tdf#105490: writerfilter exception - ULSpace must be >= 0Justin Luth2017-02-241-2/+2
* writerfilter: RTF import: hex-escaped \r and \n create paragraph breakMichael Stahl2017-02-231-1/+13
* tdf#104081 RTF import: handle \htmautspMiklos Vajna2017-02-214-4/+10
* remove some unused enumeratorsNoel Grandin2017-02-201-1/+0
* tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX importAron Budea2017-02-171-2/+11
* writerfilter: can use std::move() hereMiklos Vajna2017-02-158-35/+35
* RTF import: handle target of hyperlinkMiklos Vajna2017-02-142-0/+13
* tdf#105852: don't merge cells if there were no merge continuationMike Kaganski2017-02-092-7/+11
* loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin2017-02-083-70/+0