summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/TableManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-02loplugin:flatten in writerfilterNoel Grandin1-16/+16
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth1-1/+22
2020-07-20tdf#134685 DOCX table import: fix gridBefore + cell widthLászló Németh1-2/+4
2020-07-16tdf#134709 writerfilter: consider gridBefore for table bordersJustin Luth1-0/+8
2020-07-13tdf#129452 writerfilter: use column, not cell when comparing rowsJustin Luth1-0/+34
2020-07-08tdf#134606 DOCX table import: fix gridBefore + nestingLászló Németh1-15/+30
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth1-0/+11
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth1-0/+11
2020-06-04tdf#133455 DOCX import: fix table border regressionLászló Németh1-0/+16
2020-05-20writerfilter: clang-format these filesMiklos Vajna1-38/+34
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-3/+3
2020-02-21writerfilter: make sure own header is the first oneMiklos Vajna1-1/+1
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-0/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-5/+1
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh1-34/+14
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh1-14/+34
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh1-0/+20
2019-09-18writerfilter: use '= default' to define a trivial destructorMiklos Vajna1-3/+1
2019-08-07Remove some unused includesMiklos Vajna1-1/+4
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin1-2/+3
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-21/+21
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