summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* tdf#72560 writerfilter: StyleProperty - also check DocDefaultsJustin Luth2018-07-243-0/+16
* loplugin:unusedfieldsNoel Grandin2018-07-232-2/+0
* tdf#72560 writerfilter: check my style, not default styleJustin Luth2018-07-233-22/+16
* writerfilter: default style is the last oneJustin Luth2018-07-214-12/+32
* tdf#103961 writerfilter: parentless styles need pPrDefault(s)Justin Luth2018-07-203-10/+17
* tdf#118521 DOCX import: style sets unset left/right/hanging marginJustin Luth2018-07-201-19/+40
* writerfilter, xmlsecurity: various small cleanupsMiklos Vajna2018-07-206-10/+10
* tdf#104797 DOCX change tracking: handle moveFrom and moveToLászló Németh2018-07-192-1/+5
* tdf#118521 DOCX import: fix paragraph margin from paragraph styleLászló Németh2018-07-181-0/+25
* tdf#79878 perf loading docx file, use XMultiPropertySetNoel Grandin2018-07-181-6/+12
* related tdf#63561 docx: styles inherit tabstops tooJustin Luth2018-07-181-1/+1
* tdf#79878 perf loading docx file, disable SAX threading for writerNoel Grandin2018-07-171-0/+6
* tdf#104354 DOCX import: fix paragraph auto spacing in tablesLászló Németh2018-07-173-3/+86
* tdf#81943 sw RTF import: fix missing wrap in background for in-table shapeMiklos Vajna2018-07-172-0/+26
* coverity#1437962 and 1437961 and 1437955 and 1437951 resource leakNoel Grandin2018-07-162-8/+8
* cppcheck: useInitializationList in writerfilterJochen Nitschke2018-07-154-7/+10
* related tdf#106174 writerfilter: replace broken FindParentStyleSheetJustin Luth2018-07-133-18/+7
* sw, writerfilter: various small cleanupsMiklos Vajna2018-07-131-3/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-1229-0/+37
* tdf#118533 fix shape import: zero top margin only in first paragraphLászló Németh2018-07-101-2/+3
* tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin2018-07-1077-717/+654
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-102-3/+3
* tdf#118361 sw ooxmlimport: set footnote separator alignmentJustin Luth2018-07-103-0/+34
* ~NFC related tdf#102619 writerfilter: use ConvertStyleName()Justin Luth2018-07-101-28/+9
* loplugin:oncevarNoel Grandin2018-07-091-2/+1
* tdf#102619 writerfilter: first create style, then set FollowStyleJustin Luth2018-07-091-5/+22
* tdf#79878 perf loading docx file, sax improvementsNoel Grandin2018-07-081-19/+13
* tdf#95114 writerfilter: follow correctly converted stylenameJustin Luth2018-07-071-1/+1
* related tdf#82175 writerfilter: use docDefault, not w:defaultJustin Luth2018-07-051-8/+7
* cppcheck: variableScopeJochen Nitschke2018-07-041-4/+8
* m_nHeaderLength is always 0Jochen Nitschke2018-07-041-20/+5
* tdf#82175 writerfilter: honor basedOn -none- for built-in stylesJustin Luth2018-07-041-1/+1
* tdf#118533 RTF/DOCX import: fix beforeAutospacing for first paragraphLászló Németh2018-07-041-1/+7
* cppcheck: variableScopeJochen Nitschke2018-07-011-1/+1
* cppcheck: variableScopeJochen Nitschke2018-07-011-2/+4
* Improved loplugin:redundantcast (const-qualified typedefs): writerfilterStephan Bergmann2018-06-291-2/+2
* tdf#96099 Remove *HandlerPtr typedefs in writerfilterArkadiy Illarionov2018-06-2714-33/+20
* look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin2018-06-084-10/+1
* Fix IWYU warningsMiklos Vajna2018-06-0710-12/+74
* tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna2018-06-051-1/+3
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-1/+1
* DOCX import: fix relativeFrom=page, align=right handling againMiklos Vajna2018-06-011-9/+7
* loplugin:unusedfields-in-constructor in variousNoel Grandin2018-05-292-2/+0
* tdf#117503 DOCX import: fix out of sync first/later top marginMiklos Vajna2018-05-291-1/+26
* Improve re-throwing of UNO exceptionsNoel Grandin2018-05-253-9/+13
* tdf#117297 sw unotbl XCell: apply char/para style props to textJustin Luth2018-05-251-18/+0
* revert tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth2018-05-244-6/+1
* tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl2018-05-203-18/+19
* Fix some IWYU warningsMiklos Vajna2018-05-183-2/+32
* New o3tl::temporary to simplify calls of std::modfStephan Bergmann2018-05-171-3/+2