summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna1-7/+0
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-14/+14
2019-03-12tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna1-1/+2
2019-03-09loplugin:singlevalfieldsNoel Grandin1-4/+0
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-3/+3
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-3/+3
2019-03-04new loplugin typedefparamNoel Grandin1-3/+3
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna1-14/+1
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin1-11/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-4/+4
2018-12-01tdf#58944: comment DOCX table header row limit betterLászló Németh1-10/+10
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-08tdf#58944 DOCX import: workaround for hidden table headersLászló Németh1-2/+20
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-16/+7
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh1-1/+1
2018-09-11ofz#10228 Integer-overflowCaolán McNamara1-2/+2
2018-09-06ofz#10228 Integer-overflowCaolán McNamara1-1/+2
2018-07-23loplugin:unusedfieldsNoel Grandin1-1/+0
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-4/+4
2018-03-12forcepoint #24 back() on empty vectorCaolán McNamara1-0/+7
2018-02-26forcepoint #10 pop empty stackCaolán McNamara1-0/+6
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann1-7/+7
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-3/+3
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-8/+8
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-1/+1
2017-07-25DomainMapperTableManager::sprm: use std::findMike Kaganski1-10/+1
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-3/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-3/+3
2017-04-27writerfilter: SvxFrameDirectionItem::PutValue() wants an UNO shortMiklos Vajna1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-7/+7
2017-01-02tdf#104876 writerfilter: m_bTableSizeTypeInserted = false hereJustin Luth1-1/+3
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-3/+0
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2015-12-09tdf#95755: Don't discard table properties in endOfRowAction()Mike Kaganski1-14/+12
2015-07-28writerfilter: use std::unique_ptr<> in DomainMapperTableManagerMiklos Vajna1-2/+0
2015-05-29loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-05-19TagLogger can be staticNoel Grandin1-35/+30
2015-04-18writerfilter: clean up remaining doctok bits in DomainMapperTableManagerMiklos Vajna1-90/+5
2015-04-15writerfilter: TDefTableHandler's bOOXML was always trueMiklos Vajna1-1/+1
2015-04-15writerfilter: TablePropertiesHandler's bOOXML was always trueMiklos Vajna1-1/+1
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-3/+3
2014-12-22writerfilter: fold single remaining header of resourcemodel into dmapperMiklos Vajna1-1/+0
2014-12-13writerfilter: only dmapper needs DomainMapper.hxxMiklos Vajna1-1/+1
2014-12-02DomainMapperTableManager::m_bOOXML was always trueMiklos Vajna1-5/+4
2014-11-30Avoid having TableManager as a template classMiklos Vajna1-4/+4
2014-11-28DOCX import: ignore <w:tblpPr> in shape textMiklos Vajna1-1/+8