summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
AgeCommit message (Expand)Author
2017-10-04loplugin:finalclasses in writerfilterNoel Grandin
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-27OOXMLFastContextHandler: remove unused stuffMike Kaganski
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin
2017-05-01AutoText: Reading multiple entriesSzymon Kłos
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, 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-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02tdf#62847 import image hyperlink in docxdrazil
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-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-01-06writefilter: removed superfluous #includesAndrea Gelmini
2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin
2015-11-30loplugin:mergeclasses, OOXMLTableImpl into OOXMLTableNoel Grandin
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna
2015-04-24Related: rhbz#1215060 pass std::exceptions throughCaolán McNamara
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-28remove unused typedefsNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna
2014-08-05writerfilter: bin OOXML_something duplication of oox::XML_something constantsMiklos Vajna
2014-08-05writerfilter: avoid 'using' in generated headerMiklos Vajna
2014-08-01clean up unused OOXMLFastContextHandler::fldData parameterMiklos Vajna
2014-08-01FILESAVE [DOCX] Hyperlink text is getting lost after RT fdo#81492Vinaya Mandke