summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-08-29tdf#104937 RTF import: \trwWidthA is an absolute valueMiklos Vajna1-1/+6
2017-08-28tdf#111895 writerfilter: avoid hiding shapes behind backgroundJustin Luth3-1/+21
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna13-29/+29
2017-08-24Watermark: not visible if page background was setSzymon Kłos1-1/+9
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski1-1/+27
2017-08-23tdf#109184 auto cell color should be transparentSzymon Kłos1-1/+1
2017-08-23tdf#108943 RTF import: handle \tx inside a list level definitionMiklos Vajna1-1/+4
2017-08-22writerfilter: default graphics in header to the background.Justin Luth1-7/+4
2017-08-20Typo about "document"Julien Nabet1-1/+1
2017-08-18Fix typosAndrea Gelmini1-1/+1
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai5-104/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-16DomainMapper_Impl: add check for m_xTextFactory.is() where missing.Justin Luth2-2/+39
2017-08-16tdf#107480 RTF import: fix HTML automatic spacing in stylesMiklos Vajna1-0/+4
2017-08-15tdf#109319 writerfilter: set DropCap.DistanceJustin Luth1-1/+2
2017-08-15tdf#109318 writerfilter: don't increment DropCap linesJustin Luth1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-3/+3
2017-08-10tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski4-0/+46
2017-08-10Avoid warning in OleHandlerTamás Zolnai1-0/+7
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai1-24/+0
2017-08-09tdf#66212 - Hebrew numbering import/export supportYossi Zahn1-1/+1
2017-08-08TableManager::endParagraphGroup(): remove unused variableMike Kaganski1-2/+0
2017-08-08wrong word in comment: should be signal instead of single.Justin Luth1-1/+1
2017-08-07Indentation fixesMiklos Vajna10-14/+14
2017-08-01move resmgr to unotoolsCaolán McNamara3-3/+3
2017-08-01loplugin:checkunusedparamsNoel Grandin4-40/+28
2017-08-01tdf#109790 RTF import: keep remembering paragraph style between \cell and \rowMiklos Vajna4-2/+18
2017-07-31loplugin:constparams in writerfilterNoel Grandin24-48/+47
2017-07-31tdf#108944 writerfilter: fix missing footnote separatorJustin Luth1-10/+12
2017-07-31loplugin:oncevarNoel Grandin6-17/+16
2017-07-29OOXMLPropertySet: simplify adding property; use pointer_t consistentlyMike Kaganski5-113/+69
2017-07-29writerfilter: prevent last character of field switch eatenMark Hung1-2/+2
2017-07-28tdf#108949 rtf writerfilter: apply char properties to footnoteJustin Luth1-3/+3
2017-07-28tdf#109524: use 100% table width when there's no explicit width availableMike Kaganski1-3/+10
2017-07-25DomainMapperTableManager::sprm: use std::findMike Kaganski1-10/+1
2017-07-25OOXMLPropertySet: initialize variables on creation and cleanupMike Kaganski1-20/+7
2017-07-25MeasureHandler: Remove incorrect numeric-value-of-constant commentsMike Kaganski1-4/+4
2017-07-25OOXMLPropertySet::add: resize->reserve + range-based loopMike Kaganski1-4/+3
2017-07-25OOXMLPropertySet::add: remove redundant checkMike Kaganski1-10/+7
2017-07-25tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna1-1/+1
2017-07-24tdf#109306: consider percent unit specification for table sizesMike Kaganski6-3/+68
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara3-9/+9
2017-07-20loplugin:unusedfields in writerfilterNoel Grandin5-35/+4
2017-07-20tdf#108849: allow out-of-order sectPrMike Kaganski1-1/+13
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker1-10/+1
2017-07-18tdf#108955 RTF import: fix missing paragraph backgroundMiklos Vajna1-0/+3
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-2/+2