summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
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
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-20fix buildNoel Grandin
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna
2016-09-19fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10fftester: use of deleted RTFParserStateCaolán McNamara
2016-09-07rtf: throw early on a bad nestrow tokenCaolán McNamara
2016-09-07rtf: don't skip backwards on skipping bin specified bytesCaolán McNamara