summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
AgeCommit message (Expand)Author
2020-10-27writerfilter: add OOXML tokenizer for <w:altChunk r:id="..."/>Miklos Vajna
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl
2020-05-14DOCX import: declare w14 as a supported featureMiklos Vajna
2020-01-20tdf#129888 DOCX shape import: handle o:allowincellBakos Attila
2020-01-06tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh
2019-12-09fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh
2019-11-07loplugin:unusedmethodsNoel Grandin
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski
2019-08-15replace ".get->" with "->"Noel Grandin
2019-05-27tdf#115557 DOCX import: don't multiply charts in footnotesLászló Németh
2019-04-14tdf#124670: xml:space attribute may be specified for w:document top-level ele...Mike Kaganski
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-08-27tdf#119143: introduce tentative directional embedding import supportMike Kaganski
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): writerfilterStephan Bergmann
2018-03-29tdf#112886 ooxmlimport: skip useless footnote placeholderJustin Luth
2017-12-29ofz#4825 Bad-castCaolán McNamara
2017-12-28ofz#4814 asserts and Null-dereference on broken shapeCaolán McNamara
2017-11-03Only downcast to OOXMLFastContextHandlerShape when actually necessaryStephan Bergmann
2017-11-03[API CHANGE] tdf#65393 Import signature line images from ooxmlSamuel Mehrbrodt
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski
2017-08-10tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski
2017-07-29OOXMLPropertySet: simplify adding property; use pointer_t consistentlyMike Kaganski
2017-07-11tdf#106132 DOCX import: fix handling of nested textbox marginsMiklos Vajna
2017-07-07tdf#108995: take xml:space attribute into accountMike Kaganski
2017-06-28tdf#108714 follow-up: handle deferred break in character groupMike Kaganski
2017-06-27OOXMLFastContextHandler: remove unused stuffMike Kaganski
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski
2017-06-27tdf#108806: convert CRLF into space in OOXML textMike Kaganski
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin
2017-05-01AutoText: Reading multiple entriesSzymon Kłos
2017-02-25re org things a little to quieten coverity warningsCaolán McNamara
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-09New loplugin:externvar: writerfilterStephan Bergmann
2016-12-07tdf#103651 check isForwardEvents() for symbols in commentsMark Hung
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna
2016-09-02tdf#62847 import image hyperlink in docxdrazil
2016-08-31tdf#96749: deal with missing custom headers/footers in docxJulien Nabet
2016-08-30Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann