summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-08tdf#103651 check isForwardEvents() for symbols in commentsMark Hung1-0/+6
2016-11-11tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-0/+16
2016-09-06Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna1-0/+19
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-3/+2
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-4/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-14/+14
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-12/+12
2016-02-16Related: tdf#59699 DOCX import: fix linked graphics with relative URLsMiklos Vajna1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-18cppcheck: useInitializationListCaolán McNamara1-2/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-15writerfilter: set a BaseURL on embedded math objectsMichael Stahl1-1/+5
2015-12-07loplugin:mergeclasses OOXMLPropertyImpl into OOXMLPropertyNoel Grandin1-38/+25
2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin1-18/+18
2015-11-30loplugin:mergeclasses, OOXMLTableImpl into OOXMLTableNoel Grandin1-2/+2
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin1-2/+0
2015-10-07tdf#90810: skip breaks outside of the requested footnoteOliver Specht1-2/+5
2015-10-07Revert "tdf#90810: skip all elements outside of the requested footnote"Stephan Bergmann1-2/+1
2015-10-06tdf#90810: skip all elements outside of the requested footnoteOliver Specht1-1/+2
2015-10-02loplugin:unusedmethodsNoel Grandin1-9/+0
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-06-07Remove include stdio (part7)Julien Nabet1-1/+0
2015-04-28OOXMLFactory can be purely staticNoel Grandin1-9/+9
2015-04-24Related: rhbz#1215060 pass std::exceptions throughCaolán McNamara1-24/+24
2015-04-19import chart MSO 2007 streams correctly for docx files, tdf#82216Markus Mohrhard1-0/+2
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-1/+1
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna1-3/+2
2015-03-24SkipImages option for document importLászló Németh1-1/+4
2015-02-02coverity#1267629 Logically dead codeCaolán McNamara1-6/+3
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-10/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-31/+0
2015-01-23avoid terminate on loading fdo73574-3.docxCaolán McNamara1-0/+2
2015-01-20Some more loplugin:cstylecast: writerfilterStephan Bergmann1-9/+9
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-2/+2
2014-12-21writerfilter: hardcoded cFieldStart/Sep/EndMiklos Vajna1-3/+0
2014-12-21writerfilter: refactor to get rid of remaining scary PositionHandler staticsMiklos Vajna1-5/+4
2014-12-21writerfilter: refactor to get rid of savedPositionOffset{V,H} staticsMiklos Vajna1-13/+3
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam1-0/+9
2014-12-13writerfilter: use DomainMapperFactoryMiklos Vajna1-1/+0
2014-12-09writerfilter: move QNameToString to the OOXML tokenizerMiklos Vajna1-1/+1
2014-12-07writerfilter: util.hxx is used only inside dmapperMiklos Vajna1-1/+0
2014-11-01oox: introduce W_TOKEN() macroMiklos Vajna1-4/+4
2014-10-25loplugin:unreffunMiklos Vajna1-21/+0
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna1-90/+0
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann1-29/+29
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann1-1/+1
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-4/+4
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna1-3/+2
2014-09-14Use oox::getNamespace()Miklos Vajna1-5/+2