summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)Author
2018-11-04coverity#1440840 Uninitialized pointer fieldCaolán McNamara
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-31Translate German commentsJohnny_M
2018-10-31sw: turn on clang-format for docxtablestyleexportMiklos Vajna
2018-10-30tdf#42949 Fix IWYU warnings in include/sax/*Gabor Kelemen
2018-10-30sw: make members of DocxTableStyleExport::Impl privateMiklos Vajna
2018-10-29tdf#108954 docxexport: only emit section if diff from currentJustin Luth
2018-10-28ofz#11125 pass param len aroundCaolán McNamara
2018-10-27use comphelper::SequenceAsHashMap to avoid manual iterationJustin Luth
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-24ww8export roundtrip forms passwordJustin Luth
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara
2018-10-21pvs-studio: condition always falseCaolán McNamara
2018-10-20permissionIdAndName is empty in permission-for-user caseCaolán McNamara
2018-10-20sw mso export: PROTECT_FORM shouldn't force section to protectedJustin Luth
2018-10-19expression is excessiveCaolán McNamara
2018-10-19NFC ww8 cleanup: remove unused variables, simplify, whitespaceJustin Luth
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-19ww8import: always protect document if setJustin Luth
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-18tdf#37778 ww8import: protect section only if protEnabledJustin Luth
2018-10-17Resolves: tdf#120003 missing prefix to link url in .doc importCaolán McNamara
2018-10-17sw, writerfilter: avoid some unnecessary value parametersMiklos Vajna
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-16tdf#119885: OOXML import: try to get cell paddings as Word doesMike Kaganski
2018-10-16ofz#10994 move the reset of trailing fly paras to before redline processingCaolán McNamara
2018-10-16tdf#112520 RTF export: write ZOrder only for toplevel shapesMiklos Vajna
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-12sw: create DocxExport instances with an uno constructorMiklos Vajna
2018-10-12tdf120224 docx export: don't double up field bookmarksJustin Luth
2018-10-11related tdf#120225 ww8export: save PROTECT_FORMJustin Luth
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-05Fix typoAndrea Gelmini
2018-10-05sw: create RtfExport instances with an uno constructorMiklos Vajna
2018-10-05use more std::move in sw/Noel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-10-02coverity#1439597 it's not possible for SwPaM::End to return nullMichael Stahl
2018-09-29tdf#92026 docxexport: eliminate fake tblBordersJustin Luth
2018-09-28Fix DI_TITEL -> DI_TITLEAndrea Gelmini
2018-09-27tdf#119037 rtf (im/ex)port: new borderlinesJustin Luth