summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix android buildNoel Grandin2017-09-211-1/+1
* unused bPageToggle in GraphicImport_ImplNoel Grandin2017-09-201-3/+1
* unused bVertFlip/bHoriFlip in GraphicImport_ImplNoel Grandin2017-09-201-15/+0
* unused m_xStorage in RTFDocumentImplNoel Grandin2017-09-202-2/+1
* Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>Miklos Vajna2017-09-191-0/+3
* Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.Jan Holesovsky2017-09-191-4/+0
* Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M2017-09-181-1/+1
* Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann2017-09-151-1/+1
* clang-tidy modernize-use-emplace in variousNoel Grandin2017-09-144-16/+12
* Fraction: make conversion operators and constructor explicitNoel Grandin2017-09-131-2/+2
* tdf#112346: take Word no-wrap limit into account also for ww8Mike Kaganski2017-09-121-2/+9
* tdf#112304 Revert "Watermark: not visible if page background was set"Szymon Kłos2017-09-111-9/+1
* writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna2017-09-0712-69/+64
* tdf#112208 rtfimport: fix missing paragraph first line indentJustin Luth2017-09-041-0/+2
* Revert "tdf#111895 writerfilter: avoid hiding shapes behind background"Justin Luth2017-09-043-21/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-3/+3
* tdf#108765 DOCX: after import, allow default styles againJustin Luth2017-08-311-0/+3
* tdf#104937 RTF import: \trwWidthA is an absolute valueMiklos Vajna2017-08-291-1/+6
* tdf#111895 writerfilter: avoid hiding shapes behind backgroundJustin Luth2017-08-283-1/+21
* writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna2017-08-2513-29/+29
* Watermark: not visible if page background was setSzymon Kłos2017-08-241-1/+9
* tdf#111964: only trim XML whitespaceMike Kaganski2017-08-231-1/+27
* tdf#109184 auto cell color should be transparentSzymon Kłos2017-08-231-1/+1
* tdf#108943 RTF import: handle \tx inside a list level definitionMiklos Vajna2017-08-231-1/+4
* writerfilter: default graphics in header to the background.Justin Luth2017-08-221-7/+4
* Typo about "document"Julien Nabet2017-08-201-1/+1
* Fix typosAndrea Gelmini2017-08-181-1/+1
* tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai2017-08-175-104/+3
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-1/+1
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-171-1/+1
* DomainMapper_Impl: add check for m_xTextFactory.is() where missing.Justin Luth2017-08-162-2/+39
* tdf#107480 RTF import: fix HTML automatic spacing in stylesMiklos Vajna2017-08-161-0/+4
* tdf#109319 writerfilter: set DropCap.DistanceJustin Luth2017-08-151-1/+2
* tdf#109318 writerfilter: don't increment DropCap linesJustin Luth2017-08-151-1/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-3/+3
* tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski2017-08-104-0/+46
* Avoid warning in OleHandlerTamás Zolnai2017-08-101-0/+7
* tdf#91384: DOCX: import ActiveX controlsTamás Zolnai2017-08-091-24/+0
* tdf#66212 - Hebrew numbering import/export supportYossi Zahn2017-08-091-1/+1
* TableManager::endParagraphGroup(): remove unused variableMike Kaganski2017-08-081-2/+0
* wrong word in comment: should be signal instead of single.Justin Luth2017-08-081-1/+1
* Indentation fixesMiklos Vajna2017-08-0710-14/+14
* move resmgr to unotoolsCaolán McNamara2017-08-013-3/+3
* loplugin:checkunusedparamsNoel Grandin2017-08-014-40/+28
* tdf#109790 RTF import: keep remembering paragraph style between \cell and \rowMiklos Vajna2017-08-014-2/+18
* loplugin:constparams in writerfilterNoel Grandin2017-07-3124-48/+47
* tdf#108944 writerfilter: fix missing footnote separatorJustin Luth2017-07-311-10/+12
* loplugin:oncevarNoel Grandin2017-07-316-17/+16
* OOXMLPropertySet: simplify adding property; use pointer_t consistentlyMike Kaganski2017-07-295-113/+69
* writerfilter: prevent last character of field switch eatenMark Hung2017-07-291-2/+2