summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: writerfilterStephan Bergmann2-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-2/+1
2017-10-20Resolves: tdf#113230 crash in finishParagraphCaolán McNamara1-1/+4
2017-10-19tdf#87533 Fixed initialization of writing mode for paragraphSerge Krot1-8/+34
2017-10-19related tdf#87533: handle LN_EG_SectPrContents_bidi correctlySerge Krot1-1/+4
2017-10-18Fix typoAndrea Gelmini1-1/+1
2017-10-18tdf#109306 ooxmlimport: consider table sizes < 10%Justin Luth1-1/+1
2017-10-17tdf#79272 ooxmlimport: support strict dxa tblWidthJustin Luth1-5/+1
2017-10-17tdf#104079 RTF import: fix handling fields inside TOC fieldsMiklos Vajna1-1/+2
2017-10-16Inconsistent block / missing TblBorders_rightJustin Luth1-4/+4
2017-10-11Fix typoAndrea Gelmini1-1/+1
2017-10-10tdf#112211 RTF import: fix unwanted direct formatting for other indentsMiklos Vajna1-6/+0
2017-10-10tdf#66398 Parse and output permissions for DOCX using bookmarksSerge Krot4-34/+231
2017-10-10tdf#90789: DOCX paragraphs in shapes like frames do not belong to section.Vasily Melenchuk1-4/+4
2017-10-08Make Color a forward declarationChris Sherlock3-0/+3
2017-10-06related tdf#66398 remove useless breaksSerge Krot2-9/+2
2017-10-06tdf#66398 Import/export docx document protection propertiesSerge Krot3-9/+223
2017-10-05crashtesting: crash on import of abi3007-4.rtfCaolán McNamara1-6/+9
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