summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-08-16crashreport writerfilter: findColumn(unsigned long,unsigned long)Justin Luth1-0/+6
2021-06-04tdf#142325 RTF import: tolerate invalid hex markup like "\'3?"Miklos Vajna4-5/+77
2021-05-28tdf#139915 DOCX import: fix anchored obj position with to-char and TEXT_LINEMiklos Vajna3-13/+40
2021-05-27tdf#132752: docx import: improvements for first line indent in listsVasily Melenchuk1-1/+10
2021-05-16tdf#141540 fix docx import of group or line with rotationRegina Henschel5-6/+179
2021-05-06tdf#138782 DOCX import: fix frame positions of old docsAttila Bakos (NISZ)2-1/+5
2021-04-16tdf#122222: add DOCX import of resolved comments as "done"Mike Kaganski16-2/+212
2021-04-07tdf#136740: reimplement the fix using existing m_bIsNewDocMike Kaganski1-2/+4
2021-04-07tdf#136740: Do not initialize document settings when pastingMike Kaganski1-1/+2
2021-04-01tdf#91920 sw page gutter margin, from top: add RTF exportMiklos Vajna1-0/+3
2021-04-01tdf#91920 sw page gutter margin, from top: add DOCX filterMiklos Vajna3-0/+11
2021-04-01tdf#91920 sw page gutter margin: add RTF filterMiklos Vajna1-0/+5
2021-04-01tdf#91920 sw page gutter margin: add DOCX filterMiklos Vajna7-1/+14
2021-03-31OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel4-18/+18
2021-03-25tdf#125936 writerfilter: treat escapement in numbering like stylesJustin Luth4-2/+13
2021-03-18tdf#138895 DOCX filter: fix handling for effect extent vs line widthMiklos Vajna1-5/+31
2021-03-10tdf#140597 DOCX import: fix missing tblPrEx borderLászló Németh1-1/+10
2021-03-01tdf#140668 Crashfix: disregard w:textDirection tag outside frameDaniel Arato (NISZ)1-2/+1
2021-03-01tdf#136570 OOXML import: fix height of OLE objectsAttila Bakos (NISZ)1-10/+19
2021-03-01tdf#140137 Don't throw exception when w:gridCol is missing "w" attrAron Budea1-5/+13
2021-02-26tdf#140572 writerfilter: ignore position in docDefaultsJustin Luth5-1/+23
2021-02-09tdf#134592 DOCX import: preserve formatting of CREATEDATE fieldsMiklos Vajna4-0/+31
2021-01-25tdf#138899 DOCX import: fix removing last para of sectionLászló Németh2-5/+6
2021-01-19tdf#135153 DOCX import: avoid line-of-text relation with to-para anchoringMiklos Vajna3-0/+29
2021-01-16tdf#116394 writerfilter: append '=' if not a formula markerJustin Luth1-0/+2
2021-01-14tdf#138995 DOCX import: fix handling of textbox zordersMiklos Vajna1-0/+14
2020-12-16tdf#118711 writerfilter: don't hardcode default page descriptionJustin Luth1-3/+7
2020-12-16tdf#138892 writerfilter: cancel style list if bNoNumberingJustin Luth4-8/+10
2020-12-09negative return passed to parameter that cannot be negativeCaolán McNamara1-1/+2
2020-12-08tdf#135217 DOCX import: remove no longer needed top/bottom margin syncMiklos Vajna3-9/+24
2020-12-07tdf#138612 DOCX import: fix lost part of split table cellLászló Németh1-3/+0
2020-11-25tdf#137894 separate associated character propertiesMark Hung1-2/+2
2020-11-21tdf#138210 check if CustomShapeGeometry exist first.Mark Hung1-39/+35
2020-11-19tdf#123936 Formatting files in module writerfilter with clang-formatPhilipp Hofer25-404/+366
2020-11-17loplugin:stringviewparam check methods tooNoel2-3/+3
2020-11-13DOCX import: lost cached result of fields: fix leading whitespaceMiklos Vajna3-1/+18
2020-11-12DOCX import: fix lost cached result inside an IF fieldMiklos Vajna3-13/+55
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12tdf#137850 writerfilter compatibilityMode15: ignore behindDoc if wrappedJustin Luth1-0/+17
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-10new loplugin:reducevarscopeNoel Grandin1-2/+2
2020-11-10DOCX import: fix <w:spacing w:before="..."/> for more than 58cmMiklos Vajna4-1/+87
2020-11-04RTF import: change exception type thrown on destination errorsVasily Melenchuk1-2/+5
2020-11-04tdf#136952 writerfilter: PageBreakBefore - don't always overwriteJustin Luth1-1/+1
2020-11-03writerfilter: remove leftover commentMichael Stahl1-1/+0
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl2-4/+21
2020-11-01std::set->o3tl::sorted_vector in writerfilterNoel Grandin1-2/+2
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara2-5/+21
2020-10-26DOCX import, altChunk: fix missing page breakMiklos Vajna6-7/+48