summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna
2017-09-26tdf#112446 ooxmlimport: Orient=NONE when distance is givenJustin Luth
2017-09-26tdf#112211 RTF import: fix unwanted direct formatting for left indentsMiklos Vajna
2017-09-26Map RTF codepage 0 to osl_getThreadTextEncoding()Stephan Bergmann
2017-09-25RTF import: split this call into simpler onesMiklos Vajna
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-09-21attempt to fix android buildNoel Grandin
2017-09-20unused bPageToggle in GraphicImport_ImplNoel Grandin
2017-09-20unused bVertFlip/bHoriFlip in GraphicImport_ImplNoel Grandin
2017-09-20unused m_xStorage in RTFDocumentImplNoel Grandin
2017-09-19Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>Miklos Vajna
2017-09-19Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.Jan Holesovsky
2017-09-18Translate German comments and debug strings (leftovers in dirs w... and x...)Johnny_M
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin
2017-09-12tdf#112346: take Word no-wrap limit into account also for ww8Mike Kaganski
2017-09-11tdf#112304 Revert "Watermark: not visible if page background was set"Szymon Kłos
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna
2017-09-04tdf#112208 rtfimport: fix missing paragraph first line indentJustin Luth
2017-09-04Revert "tdf#111895 writerfilter: avoid hiding shapes behind background"Justin Luth
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-31tdf#108765 DOCX: after import, allow default styles againJustin Luth
2017-08-29tdf#104937 RTF import: \trwWidthA is an absolute valueMiklos Vajna
2017-08-28tdf#111895 writerfilter: avoid hiding shapes behind backgroundJustin Luth
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-08-24Watermark: not visible if page background was setSzymon Kłos
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski
2017-08-23tdf#109184 auto cell color should be transparentSzymon Kłos
2017-08-23tdf#108943 RTF import: handle \tx inside a list level definitionMiklos Vajna
2017-08-22writerfilter: default graphics in header to the background.Justin Luth
2017-08-20Typo about "document"Julien Nabet
2017-08-18Fix typosAndrea Gelmini
2017-08-17tdf#50097: DOCX: export form controls as MSO ActiveX controlsTamás Zolnai
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-16DomainMapper_Impl: add check for m_xTextFactory.is() where missing.Justin Luth
2017-08-16tdf#107480 RTF import: fix HTML automatic spacing in stylesMiklos Vajna
2017-08-15tdf#109319 writerfilter: set DropCap.DistanceJustin Luth
2017-08-15tdf#109318 writerfilter: don't increment DropCap linesJustin Luth
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXMLMike Kaganski
2017-08-10Avoid warning in OleHandlerTamás Zolnai
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai
2017-08-09tdf#66212 - Hebrew numbering import/export supportYossi Zahn
2017-08-08TableManager::endParagraphGroup(): remove unused variableMike Kaganski
2017-08-08wrong word in comment: should be signal instead of single.Justin Luth
2017-08-07Indentation fixesMiklos Vajna
2017-08-01move resmgr to unotoolsCaolán McNamara