summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/OOXMLFastContextHandler.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18A temporary workaround for out-of-order (in-paragraph) tbl on OOXMLcp-5.3-20Mike Kaganski1-0/+4
2017-07-07tdf#108995: take xml:space attribute into accountMike Kaganski1-0/+8
2017-06-27tdf#108714: allow <w:br> as direct child of <w:body>Mike Kaganski1-0/+1
2017-05-04AutoText: Reading multiple entriesSzymon Kłos1-0/+2
2016-12-08tdf#103651 check isForwardEvents() for symbols in commentsMark Hung1-0/+1
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-12/+12
2016-09-02tdf#62847 import image hyperlink in docxdrazil1-0/+1
2016-08-30Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna1-0/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin1-1/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-7/+7
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-12/+12
2016-01-06writefilter: removed superfluous #includesAndrea Gelmini1-13/+8
2015-12-07loplugin:mergeclasses, merge OOXMLPropertyImpl into OOXMLPropertyNoel Grandin1-1/+1
2015-11-30loplugin:mergeclasses, OOXMLTableImpl into OOXMLTableNoel Grandin1-2/+2
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-72/+72
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-5/+0
2015-08-05loplugin:unusedmethodsNoel Grandin1-3/+0
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-2/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-4/+4
2015-05-04writerfilter: noExplicitConstructor cppcheck fixesMiklos Vajna1-19/+12
2015-04-24Related: rhbz#1215060 pass std::exceptions throughCaolán McNamara1-24/+24
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-6/+5
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-2/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-5/+0
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-11/+11
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-2/+2
2014-12-19Support for docx import of fixed date and time fields.Eilidh McAdam1-0/+1
2014-10-25writerfilter: remove unused dumpXml() methodsMiklos Vajna1-8/+0
2014-10-17writerfilter: Fix various Clang warningsStephan Bergmann1-1/+1
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-2/+2
2014-10-16writerfilter: check for DEBUG_DOMAINMAPPER, not OSL_DEBUG_LEVEL explicitlyMiklos Vajna1-2/+2
2014-08-05writerfilter: bin OOXML_something duplication of oox::XML_something constantsMiklos Vajna1-1/+1
2014-08-05writerfilter: avoid 'using' in generated headerMiklos Vajna1-154/+95
2014-08-01clean up unused OOXMLFastContextHandler::fldData parameterMiklos Vajna1-1/+1
2014-08-01FILESAVE [DOCX] Hyperlink text is getting lost after RT fdo#81492Vinaya Mandke1-0/+1
2014-07-17DOCX import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna1-0/+1
2014-06-24Related: fdo#76260 writerfilter: move SavedAlternateStates to OOXMLParserStateMiklos Vajna1-13/+0
2014-06-23fdo#76260 - Switch from vector to std::stack.Michael Meeks1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-3/+3
2014-06-11writerfilter: Kill debug_logger.Jan Holesovsky1-7/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-06-05writerfilter: Kill RefAndPointer, all it does is one dynamic_cast.Jan Holesovsky1-4/+1