summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* writerfilter: consistently use "" and <> in include directivesMike Kaganski2017-10-0567-152/+152
* add << operator for css::uno::ExceptionNoel Grandin2017-10-0414-43/+41
* loplugin:finalclasses in writerfilterNoel Grandin2017-10-046-26/+9
* tdf#112507 RTF import: fix too narrow table cellMiklos Vajna2017-10-031-6/+5
* new loplugin:blockblockNoel Grandin2017-10-031-43/+41
* remove some SAL_WARN in DomainMapper_ImplNoel Grandin2017-09-291-3/+0
* Revert "writerfilter: convert loops to range-based-for"Miklos Vajna2017-09-291-5/+13
* writerfilter: convert loops to range-based-forSerge Krot2017-09-281-13/+5
* tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna2017-09-271-2/+2
* tdf#112446 ooxmlimport: Orient=NONE when distance is givenJustin Luth2017-09-261-0/+2
* tdf#112211 RTF import: fix unwanted direct formatting for left indentsMiklos Vajna2017-09-263-5/+12
* Map RTF codepage 0 to osl_getThreadTextEncoding()Stephan Bergmann2017-09-261-1/+4
* RTF import: split this call into simpler onesMiklos Vajna2017-09-251-5/+4
* Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann2017-09-241-1/+5
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-11/+21
* 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