summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableManager.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-8/+0
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth1-0/+4
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-8/+8
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-2/+2
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-6/+0
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna1-2/+2
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-0/+3
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-5/+1
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin1-21/+0
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin1-14/+0
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin1-3/+3
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-7/+7
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin1-5/+0
2015-08-05loplugin:unusedmethodsNoel Grandin1-15/+0
2015-07-22tdf#86374 DOCX import: fix btLr text table direction without <w:cantSplit/>Miklos Vajna1-0/+2
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-21/+0
2015-07-08writerfilter: remove not needed TableDataHandler interfaceMiklos Vajna1-55/+3
2015-05-19TagLogger can be staticNoel Grandin1-10/+0
2015-02-21TyposJulien Nabet1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-7/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-8/+8
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/+1
2014-12-21TagLogger is used only in dmapperMiklos Vajna1-1/+1
2014-12-07writerfilter: util.hxx is used only inside dmapperMiklos Vajna1-1/+0
2014-12-06No need to have TableDataHandler as a templateMiklos Vajna1-11/+6
2014-12-06No need to have RowData as a templateMiklos Vajna1-1/+1
2014-12-04No need to have TableData as a templateMiklos Vajna1-1/+1
2014-12-04TableData is only used with PropertiesPointer=TablePropertyMapPtrMiklos Vajna1-1/+1
2014-12-03writerfilter: only dmapper needs TableDataMiklos Vajna1-2/+1
2014-12-01Windows build fixAndras Timar1-2/+2
2014-11-30Avoid having TableManager as a template classMiklos Vajna1-509/+10
2014-11-30TableManager is only used with PropertiesPointer=TablePropertyMapPtrMiklos Vajna1-116/+108
2014-11-30writerfilter: only dmapper needs TableManager.hxxMiklos Vajna1-0/+1148