summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-09-26tdf#112211 RTF import: fix unwanted direct formatting for left indentsMiklos Vajna3-5/+12
2017-09-26Map RTF codepage 0 to osl_getThreadTextEncoding()Stephan Bergmann1-1/+4
2017-09-25RTF import: split this call into simpler onesMiklos Vajna1-5/+4
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann1-1/+5
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-11/+21
2017-09-21attempt to fix android buildNoel Grandin1-1/+1
2017-09-20unused bPageToggle in GraphicImport_ImplNoel Grandin1-3/+1
2017-09-20unused bVertFlip/bHoriFlip in GraphicImport_ImplNoel Grandin1-15/+0
2017-09-20unused m_xStorage in RTFDocumentImplNoel Grandin2-2/+1
2017-09-19Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>Miklos Vajna1-0/+3
2017-09-19Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.Jan Holesovsky1-4/+0
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M1-1/+1
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin4-16/+12
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-2/+2
2017-09-12tdf#112346: take Word no-wrap limit into account also for ww8Mike Kaganski1-2/+9
2017-09-11tdf#112304 Revert "Watermark: not visible if page background was set"Szymon Kłos1-9/+1
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna12-69/+64
2017-09-04tdf#112208 rtfimport: fix missing paragraph first line indentJustin Luth1-0/+2
2017-09-04Revert "tdf#111895 writerfilter: avoid hiding shapes behind background"Justin Luth3-21/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-31tdf#108765 DOCX: after import, allow default styles againJustin Luth1-0/+3
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