summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdispatchvalue.cxx
AgeCommit message (Expand)Author
2019-02-12tdf#116851: some rtf files provide param with "-" for "edmins"Julien Nabet
2018-11-08loplugin:unusedfieldsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-16coverity#1437962 and 1437961 and 1437955 and 1437951 resource leakNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-06-07Fix IWYU warningsMiklos Vajna
2018-05-03tdf#117268: treat erroneous \itap0 the same way as Word doesMike Kaganski
2018-04-04tdf#116265 RTF import: ignore \fi in para if it repeats invalid \fi from listMiklos Vajna
2018-03-20tdf#116269 RTF import: implement reverse deduplication for listsMiklos Vajna
2018-03-02delete colordata.hxxNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-26forcepoint #10 pop empty stackCaolán McNamara
2018-02-20create uno::Any overrides for ColorNoel Grandin
2018-02-06Fix typosAndrea Gelmini
2018-02-06tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna
2018-01-30tdf#115155 RTF import: fix left indent handling inside list definitionMiklos Vajna
2018-01-28tdf#115278: an empty entry in color table is auto colorMike Kaganski
2018-01-28tdf#115276: multiply quarter-points by 5 (not divide) to convert to twipsMike Kaganski
2017-12-11tdf#114333: consider trleft for 1st cell width on import; don't...Mike Kaganski
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna
2017-10-23loplugin:includeform: writerfilterStephan Bergmann
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna
2017-09-26tdf#112211 RTF import: fix unwanted direct formatting for left indentsMiklos Vajna
2017-09-26Map RTF codepage 0 to osl_getThreadTextEncoding()Stephan Bergmann
2017-08-23tdf#108943 RTF import: handle \tx inside a list level definitionMiklos Vajna
2017-05-16tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-24Indentation fixesMiklos Vajna
2017-04-12enum spelling: throught -> throughJustin Luth
2017-02-28new loplugin unoanyNoel Grandin
2017-01-30Indentation fixesMiklos Vajna
2017-01-25tdf#105511: use LO language settings to set default RTF languageMike Kaganski
2017-01-17tdf#104150 DOCX import: handle <w:displayBackgroundShape/>Miklos Vajna
2017-01-04writerfilter: various small cleanups in rtfdocumentimplMiklos 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-09-06tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos 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-06-07tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}Miklos Vajna
2016-06-06writerfilter: fix excessive whitespaceMiklos Vajna
2016-06-06Convert RunType to scoped enumNoel Grandin
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna
2016-05-18tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann