summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-24revert tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth1-2/+1
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-3/+2
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+3
2018-05-16tdf#117504 ooxmlimport: check paragraph props for actual styleJustin Luth1-0/+11
2018-05-14writerfilter NFC: save ConvertedParaStyleName, not WW8NameJustin Luth1-6/+5
2018-04-24tdf#106062 ooxmlimport: skip fake tab only on hanging indentJustin Luth1-14/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-8/+2
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin1-6/+7
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-23comment: Word does not use tabs in footnote implementationJustin Luth1-3/+3
2018-03-12forcepoint #21 pop on empty stackCaolán McNamara1-1/+4
2018-03-12forcepoint #22 pop on empty stackCaolán McNamara1-1/+1
2018-03-09forcepoint #21 pop on empty stackCaolán McNamara1-1/+2
2018-03-06tdf#115861 DOCX import: avoid last-paragraph removal when discarding footerMiklos Vajna1-0/+6
2018-03-02forcepoint #12 top empty stackCaolán McNamara1-1/+4
2018-02-20tdf#112694 DOCX import: handle <w:titlePg> when turning on follow style headerMiklos Vajna1-11/+0
2018-02-14tdf#115719 DOCX import: increase paragraph spacing for anchored objectsMiklos Vajna1-0/+17
2018-02-13tdf#113258 DOCX import: fix beforeAutospacing for shape first paragraphMiklos Vajna1-0/+7
2018-02-10writerfilter / ww8filter: enhancement to support new ruby position.Mark Hung1-0/+3
2018-02-06tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna1-2/+3
2018-01-26tdf#95377 ooxmlimport: treat default style like named stylesJustin Luth1-0/+77
2018-01-25ooxmlimport: support inherited listidJustin Luth1-0/+42
2018-01-19writerfilter: move TopContextType==Para requirementJustin Luth1-2/+4
2018-01-19new loplugin:emptyifNoel Grandin1-4/+0
2018-01-15More loplugin:cstylecast: writerfilterStephan Bergmann1-1/+1
2018-01-13unused variable: DomainMapper_Impl::PushAnnotation() pTopContextJustin Luth1-1/+0
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann1-5/+5
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin1-2/+2
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna1-0/+1
2017-12-04tdf#97648 ooxmlimport: calculate percentage-based widthsJustin Luth1-3/+12
2017-11-24writerfilter: fix loplugin:simplifybool warningMiklos Vajna1-1/+1
2017-11-24pick a default during fuzzingCaolán McNamara1-4/+2
2017-11-19tdf#86087 DOCX Import link as relative if preferredSzymon Kłos1-1/+1
2017-11-18loplugin:flatten in toolkit..writerfilterNoel Grandin1-109/+111
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-10tdf#43017: Support for DOCX hyperlinks character propertiesVasily Melenchuk1-0/+21
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20Resolves: tdf#113230 crash in finishParagraphCaolán McNamara1-1/+4
2017-10-18Fix typoAndrea Gelmini1-1/+1
2017-10-17tdf#104079 RTF import: fix handling fields inside TOC fieldsMiklos Vajna1-1/+2
2017-10-11Fix typoAndrea Gelmini1-1/+1
2017-10-10tdf#66398 Parse and output permissions for DOCX using bookmarksSerge Krot1-0/+117
2017-10-10tdf#90789: DOCX paragraphs in shapes like frames do not belong to section.Vasily Melenchuk1-4/+4
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-5/+5
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-10/+10
2017-09-29remove some SAL_WARN in DomainMapper_ImplNoel Grandin1-3/+0
2017-09-19Word 2013 and 2016 does not honor the <w:view> setting, let's ignore it too.Jan Holesovsky1-4/+0
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-1/+1
2017-09-14clang-tidy modernize-use-emplace in variousNoel Grandin1-5/+5