summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapper_Impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-2/+2
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-8/+5
2018-10-30tdf#116989: disable conversion of tables in footers to floating for nowMike Kaganski1-8/+9
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-12tdf120224 writerfilter: consume excess bookmark from fieldsJustin Luth1-0/+15
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov1-43/+33
2018-09-22tdf#105444 DOCX import: don't put extra paragraphs in commentsLászló Németh1-1/+3
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-3/+3
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin1-1/+1
2018-09-03tdf#104354 writerfilter: not FirstParaInSection if InFootOrEndnoteJustin Luth1-1/+4
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth1-50/+47
2018-09-02tdf#119188 DOCX import: fix zero margins of numbered lines in cellsLászló Németh1-3/+4
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-10/+4
2018-08-28writerfilter: not FirstParaInSection if IsInShapeJustin Luth1-0/+7
2018-08-17ofz#9934 null derefCaolán McNamara1-2/+3
2018-08-16tdf#113608 DOCX import: don't use numbering of removed paragraphsLászló Németh1-2/+2
2018-08-08tdf#119136 GetPropertyFromStyleSheet infinite loopJustin Luth1-1/+3
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-3/+9
2018-08-01forcepoint#62 null derefCaolán McNamara1-2/+2
2018-08-01forcepoint#56 null derefCaolán McNamara1-6/+8
2018-08-01tdf#118521 writerfilter: ContextMargin grouped with Top/BottomJustin Luth1-19/+33
2018-07-30related tdf#72560 writerfilter: also check rPrDefaultsJustin Luth1-0/+7
2018-07-28writerfilter: unit test that no w:default still uses "Normal"Justin Luth1-0/+7
2018-07-24tdf#72560 writerfilter: StyleProperty - also check DocDefaultsJustin Luth1-0/+10
2018-07-23tdf#72560 writerfilter: check my style, not default styleJustin Luth1-0/+10
2018-07-21writerfilter: default style is the last oneJustin Luth1-0/+20
2018-07-20tdf#118521 DOCX import: style sets unset left/right/hanging marginJustin Luth1-19/+40
2018-07-19tdf#104797 DOCX change tracking: handle moveFrom and moveToLászló Németh1-0/+2
2018-07-18tdf#118521 DOCX import: fix paragraph margin from paragraph styleLászló Németh1-0/+25
2018-07-17tdf#104354 DOCX import: fix paragraph auto spacing in tablesLászló Németh1-3/+76
2018-07-15cppcheck: useInitializationList in writerfilterJochen Nitschke1-4/+7
2018-07-13related tdf#106174 writerfilter: replace broken FindParentStyleSheetJustin Luth1-5/+3
2018-07-12Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-20/+19
2018-06-27tdf#96099 Remove *HandlerPtr typedefs in writerfilterArkadiy Illarionov1-1/+1
2018-06-05tdf#117843 DOCX import: disable compat increased spacing in header/footerMiklos Vajna1-1/+3
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