summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski67-152/+152
2017-10-04add << operator for css::uno::ExceptionNoel Grandin14-43/+41
2017-10-04loplugin:finalclasses in writerfilterNoel Grandin6-26/+9
2017-10-03tdf#112507 RTF import: fix too narrow table cellMiklos Vajna1-6/+5
2017-10-03new loplugin:blockblockNoel Grandin1-43/+41
2017-09-29remove some SAL_WARN in DomainMapper_ImplNoel Grandin1-3/+0
2017-09-29Revert "writerfilter: convert loops to range-based-for"Miklos Vajna1-5/+13
2017-09-28writerfilter: convert loops to range-based-forSerge Krot1-13/+5
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna1-2/+2
2017-09-26tdf#112446 ooxmlimport: Orient=NONE when distance is givenJustin Luth1-0/+2
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