summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-5/+2
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-13/+0
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth1-0/+6
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-5/+5
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-4/+4
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna1-5/+5
2017-08-08TableManager::endParagraphGroup(): remove unused variableMike Kaganski1-2/+0
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin1-1/+1
2017-04-20Related: tdf#106690 DOCX import: don't reduce auto-space accross cellsMiklos Vajna1-0/+4
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-2/+8
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin1-4/+4
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin1-3/+3
2016-09-07writerfilter: avoid redundant get() call on smart pointer in TableManagerMiklos Vajna1-5/+5
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-7/+7
2016-04-04Use std::size_tMiklos Vajna1-2/+2
2016-01-29writerfilter: uno::Sequence -> std::vector for table rangesMiklos Vajna1-1/+1
2016-01-28writerfilter: uno::Sequence -> std::vector for table row rangesMiklos Vajna1-1/+1
2015-07-08writerfilter: remove not needed TableDataHandler interfaceMiklos Vajna1-1/+2
2015-05-19TagLogger can be staticNoel Grandin1-76/+49
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-5/+0
2014-12-07writerfilter: util.hxx is used only inside dmapperMiklos Vajna1-3/+4
2014-12-06No need to have TableDataHandler as a templateMiklos Vajna1-1/+1
2014-12-06No need to have RowData as a templateMiklos Vajna1-1/+1
2014-12-04No need to have TableData as a templateMiklos Vajna1-9/+8
2014-12-04TableData is only used with PropertiesPointer=TablePropertyMapPtrMiklos Vajna1-9/+9
2014-11-30Avoid having TableManager as a template classMiklos Vajna1-0/+500