summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-21tdf#134709 writerfilter: consider gridAfter for table bordersJustin Luth1-1/+0
2020-07-20compact namespace: writerfilterNoel Grandin1-3/+2
2020-07-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-07-08tdf#129452 writerfilter: preserve gridSpans longer than currentRowJustin Luth1-1/+0
2020-07-07tdf#129452 writerfilter: preserve gridBefore longer than currentRowJustin Luth1-2/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-3/+3
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh1-0/+3
2020-03-15cid#1460667 rework to avoid Assign instead of compareCaolán McNamara1-0/+2
2020-02-25tdf#123757 DOCX import: separate different style tablesLászló Németh1-1/+1
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-2/+0
2020-02-06DOCX import: don't give up on floating tables in headers completelyMiklos Vajna1-3/+3
2020-02-04tdf#108272 DOCX table-only header: fix SAX parser errorLászló Németh1-3/+3
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh1-2/+1
2019-12-13loplugin:expandablemethodsNoel Grandin1-1/+0
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh1-1/+2
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh1-1/+2
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin1-1/+1
2019-03-09loplugin:singlevalfieldsNoel Grandin1-14/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-8/+0
2018-07-23loplugin:unusedfieldsNoel Grandin1-1/+0
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-5/+5
2018-03-12forcepoint #24 back() on empty vectorCaolán McNamara1-0/+1
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-3/+3
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-1/+1
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-1/+0
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-4/+4
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-07-28writerfilter: use std::unique_ptr<> in DomainMapperTableManagerMiklos Vajna1-1/+2
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin1-6/+0
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-1/+1
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna1-1/+1
2014-12-02DomainMapperTableManager::m_bOOXML was always trueMiklos Vajna1-2/+1
2014-11-30Avoid having TableManager as a template classMiklos Vajna1-5/+5
2014-11-30writerfilter: only dmapper needs TableManager.hxxMiklos Vajna1-1/+1
2014-11-28DOCX import: ignore <w:tblpPr> in shape textMiklos Vajna1-0/+4
2014-08-12-Werror,-Wunused-private-fieldNoel Grandin1-2/+1
2014-08-12Add reference to 'DomainMapper' to some DOCX import classesAdam Co1-1/+4
2014-08-04DOCX import: handle all attributes of CT_TblLookMiklos Vajna1-0/+5
2014-08-04writerfilter: tokenize all attributes of CT_TblLookMiklos Vajna1-0/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+3
2014-05-06fdo#77887 : Floating Table positions are not preserved when doing ExportRavindra Vidhate1-0/+1
2014-04-24Blind fix: writerfilter::TableManager used without template parametersTor Lillqvist1-1/+1
2014-04-24fdo#39056 fdo#75431 Section Properties if section starts with tableVinaya Mandke1-0/+5
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold1-3/+3
2014-03-27Work around MSC "'override' cannot be used with 'inline'" bugStephan Bergmann1-4/+4