summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableData.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-06loplugin:const* make some params and methods constNoel1-3/+3
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth1-0/+5
2020-07-20tdf#134685 DOCX table import: fix gridBefore + cell widthLászló Németh1-2/+7
2020-07-20compact namespace: writerfilterNoel Grandin1-4/+2
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth1-0/+19
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth1-1/+10
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-3/+3
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-1/+1
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-2/+3
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh1-2/+9
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-7/+7
2018-10-03loplugin:unusedmethodsNoel Grandin1-11/+0
2018-09-28loplugin:unusedmethodsNoel Grandin1-11/+0
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-1/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-9/+9
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-1/+1
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin1-1/+0
2016-12-03cppcheck style fix for noExplicitConstructor in writerfilterJochen Nitschke1-1/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-6/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin1-3/+3
2015-12-21loplugin:unusedfields writerfilter,writerperfectNoel Grandin1-5/+0
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-31/+0
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-4/+4
2014-12-22writerfilter: fold single remaining header of resourcemodel into dmapperMiklos Vajna1-1/+1
2014-12-06No need to have CellData as a templateMiklos Vajna1-17/+15
2014-12-06No need to have RowData as a templateMiklos Vajna1-20/+17
2014-12-04No need to have TableData as a templateMiklos Vajna1-7/+6
2014-12-04TableData is only used with PropertiesPointer=TablePropertyMapPtrMiklos Vajna1-18/+10
2014-12-03writerfilter: only dmapper needs TableDataMiklos Vajna1-0/+426