summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
2017-05-16tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07break circular includeJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert writerfilter module away from OSL_ASSERT to assertChris Sherlock
2017-04-28drop toStringCaolán McNamara
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24Indentation fixesMiklos Vajna
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-19tdf#107116 RTF import: fix missing upper and lower borders around textMiklos Vajna
2017-04-12enum spelling: throught -> throughJustin Luth
2017-04-07tdf#106692 writerfilter: RTF import: fix \'0d in \leveltextMichael Stahl
2017-04-03use actual UNO enums in vcl..xmlsecurityNoel Grandin
2017-04-01ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flagCaolán McNamara
2017-03-31use actual UNO enums in writerfilterNoel Grandin
2017-03-28tdf#106694 RTF import: fix missing paragraph tab positionMiklos Vajna
2017-03-27Indentation fixesMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-17cleanup double includes and declarationsJochen Nitschke
2017-03-07tdf#104287 RTF import: handle bitmap shapes inside tablesMiklos Vajna
2017-03-02Fix typosAndrea Gelmini
2017-03-02xmlsecurity: avoid using the SerialNumberAdapter wrapperMiklos Vajna
2017-03-01writerfilter: avoid repeating the return type from the declarationMiklos Vajna
2017-02-28new loplugin unoanyNoel Grandin
2017-02-24vcl PDF import: there is no PNG encoding hereMiklos Vajna
2017-02-23writerfilter: RTF import: hex-escaped \r and \n create paragraph breakMichael Stahl
2017-02-21tdf#104081 RTF import: handle \htmautspMiklos Vajna
2017-02-15writerfilter: can use std::move() hereMiklos Vajna
2017-02-06Add missing #includesStephan Bergmann
2017-01-30Indentation fixesMiklos Vajna
2017-01-25sw: various small cleanupsMiklos Vajna
2017-01-25tdf#105511: use LO language settings to set default RTF languageMike Kaganski
2017-01-18writerfilter: clean up remaining redundant initializers in RTF importMiklos Vajna
2017-01-17tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna
2017-01-04tdf#104085 Replace number format code literal with ooxml enumeration.Mark Hung
2017-01-04writerfilter: various small cleanups in rtfdocumentimplMiklos Vajna
2017-01-03tdf#104744 RTF import: fix unexpected zero para left margin wrt style dedupMiklos Vajna
2016-12-20writerfilter: various small cleanupsMiklos Vajna
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13tdf#104228 RTF import: fix override of style left/right para marginMiklos Vajna
2016-12-09tdf#103925 RTF import: fix handling of \animtext0Miklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type doubleMiklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type dateMiklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type boolMiklos Vajna
2016-12-08RTF filter: handle user-defined document properties of type numberMiklos Vajna
2016-12-06tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shapeMiklos Vajna
2016-12-03cppcheck style fix for noExplicitConstructor in writerfilterJochen Nitschke