summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
AgeCommit message (Expand)Author
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
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-18cppcheck: useInitializationListCaolán McNamara
2016-01-10Fix typosAndrea Gelmini
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl
2015-12-07loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin
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-07tdf#90810: skip breaks outside of the requested footnoteOliver Specht
2015-10-07Revert "tdf#90810: skip all elements outside of the requested footnote"Stephan Bergmann
2015-10-06tdf#90810: skip all elements outside of the requested footnoteOliver Specht
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-06-07Remove include stdio (part7)Julien Nabet
2015-04-28OOXMLFactory can be purely staticNoel Grandin
2015-04-24Related: rhbz#1215060 pass std::exceptions throughCaolán McNamara
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna
2015-03-24SkipImages option for document importLászló Németh
2015-02-02coverity#1267629 Logically dead codeCaolán McNamara
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-23avoid terminate on loading fdo73574-3.docxCaolán McNamara
2015-01-20Some more loplugin:cstylecast: writerfilterStephan Bergmann
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
2014-12-21writerfilter: hardcoded cFieldStart/Sep/EndMiklos Vajna
2014-12-21writerfilter: refactor to get rid of remaining scary PositionHandler staticsMiklos Vajna
2014-12-21writerfilter: refactor to get rid of savedPositionOffset{V,H} staticsMiklos Vajna
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam
2014-12-13writerfilter: use DomainMapperFactoryMiklos Vajna
2014-12-09writerfilter: move QNameToString to the OOXML tokenizerMiklos Vajna
2014-12-07writerfilter: util.hxx is used only inside dmapperMiklos Vajna
2014-11-01oox: introduce W_TOKEN() macroMiklos Vajna
2014-10-25loplugin:unreffunMiklos Vajna
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann
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-09-14Use oox::getNamespace()Miklos Vajna
2014-08-21Simplify ((A && B) || !A) to (!A || B)Stephan Bergmann
2014-08-21Avoid invalid downcastsStephan Bergmann
2014-08-21Avoid invalid downcastsStephan Bergmann