summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableHandler.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-18tdf#124176: Use pragma once instead of include guardsmariamfahmy1-4/+1
2020-07-20compact namespace: writerfilterNoel Grandin1-3/+2
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh1-9/+0
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-2/+2
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-1/+0
2020-02-19tdf#118812 DOCX import: fix table style preference – part 2László Németh1-1/+10
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh1-1/+1
2020-02-12Revert "revert obsolete writerfilter hacks for tdf#119054 and tdf#128752"László Németh1-0/+2
2019-12-02revert obsolete writerfilter hacks for tdf#119054 and tdf#128752Justin Luth1-2/+0
2019-11-19tdf#119054 DOCX: fix not table style based bottom marginLászló Németh1-0/+3
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-2/+2
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-3/+3
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-05-05loplugin:checkunusedparams in writerfilterNoel Grandin1-2/+1
2017-04-20Related: tdf#106690 DOCX import: don't reduce auto-space accross cellsMiklos Vajna1-0/+2
2017-02-09tdf#105852: don't merge cells if there were no merge continuationMike Kaganski1-2/+2
2016-11-10writerfilter: remove never read m_xTableRangeMiklos Vajna1-2/+0
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna1-1/+1
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin1-2/+2
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-3/+3
2016-01-29writerfilter: uno::Sequence -> std::vector for table rangesMiklos Vajna1-6/+2
2016-01-28writerfilter: uno::Sequence -> std::vector for table row rangesMiklos Vajna1-4/+2
2016-01-27writerfilter: uno::Sequence -> std::vector for table cell rangesMiklos Vajna1-1/+1
2016-01-21writerfilter: can use a plain instance for the cell sequence hereMiklos Vajna1-2/+1
2016-01-20writerfilter: can use a plain instance for the row sequence hereMiklos Vajna1-2/+1
2015-12-22writerfilter: can use a plain instance for the table sequence hereMiklos Vajna1-2/+1
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-1/+0
2015-07-08writerfilter: remove not needed TableDataHandler interfaceMiklos Vajna1-8/+34
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-14/+9
2015-06-23tdf#87460 DOCX import: fix missing endnote in floattableMiklos Vajna1-0/+4
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-8/+8
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-4/+1
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-4/+4
2014-12-06No need to have TableDataHandler as a templateMiklos Vajna1-3/+2
2014-11-30writerfilter: only dmapper needs TableManager.hxxMiklos Vajna1-1/+1
2014-10-13Avoid manual realloc, use comphelper::SequenceAsVector insteadMiklos Vajna1-1/+2
2014-07-22writerfilter: pass uno::Reference by reference, more dmapper...Michael Stahl1-1/+2
2014-05-19writerfilter: remove using namespace from headersThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-02-03Remove needless WRITERFILTER_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-23coverity#1158417 Uninitialized scalar fieldCaolán McNamara1-2/+4
2013-12-27Related: fdo#65090 DOCX import: handle w:hMerge cell propertyMiklos Vajna1-1/+16
2013-08-15DOCX import: handle custom left cell margin for float table positionMiklos Vajna1-2/+0
2013-08-14DOCX import: fixed horizontal position of floating tablesMiklos Vajna1-1/+3
2012-09-20docx import: position table using tblInd OR tblCellMarPierre-Eric Pelloux-Prayer1-1/+1
2012-06-28re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-06-20gnumake4: switching gbuildizationBjoern Michaelsen1-19/+10
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-1/+4