summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
AgeCommit message (Expand)Author
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
2016-09-06fftester: missing ValueLastCaolán McNamara
2016-09-06tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna
2016-08-31writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()Miklos Vajna
2016-08-17writerfilter: fix Android buildMiklos Vajna
2016-08-17sw: use std::lround() instead of manual rounding in RTFSdrImportMiklos Vajna
2016-08-16tdf#100507 RTF import: don't set default para style to the 0th char styleMiklos Vajna
2016-08-04tdf#78506 RTF import: fix handling of invalid \levelnumbersMiklos Vajna
2016-08-02fftester: guard against no drawing object property setCaolán McNamara
2016-08-01sw, writerfilter: fix indentationMiklos Vajna
2016-07-29fftester: another null DestinationTextCaolán McNamara