summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml
AgeCommit message (Expand)Author
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-05tdf#132320 writerfilter: fix typo in factoryimpl_ns.pyMiklos Vajna
2020-04-29tdf#121525 OOXML import: fix formula alignmentAttila Bakos
2020-04-28move the castToFastAttributeList functionNoel Grandin
2020-04-11Removed duplicated includeAndrea Gelmini
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl
2020-04-08simplify QNameToStringNoel Grandin
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos
2020-03-16DOCX import: tokenize <w:numFmt w:val="custom" w:format="...">Miklos Vajna
2020-03-16DOCX import: declare w14 as a supported featureMiklos Vajna
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin
2020-03-06tdf#130928 Area fill update patternandreas kainz
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-21tdf#130120 DOCX: export o:allowincellBakos Attila
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-27tdf#95033 DOCX import: apply tblPrEx table borderLászló Németh
2020-01-17tdf#129888 DOCX shape import: handle o:allowincellBakos Attila
2020-01-04tdf#129475 DOCX: fix gridAfter with shape-only cellsLászló Németh
2019-12-08fdo#38414 tdf#44986: DOCX table import: handle gridBefore/AfterLászló Németh
2019-12-08tdf#116194 DOCX import: fix missing tables with w:gridBeforeLászló Németh
2019-12-03remove some useless comment linesNoel Grandin
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh
2019-11-07loplugin:unusedmethodsNoel Grandin
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski
2019-10-23tdf#120224 writerfilter: don't suppress all bookmarks inside fieldsMichael Stahl
2019-10-17loplugin:virtualdead unused param in BinaryObj::dataNoel Grandin
2019-10-17loplugin:virtualdead unused param in OOXMLDocument::setXNoteTypeNoel Grandin
2019-10-02loplugin:stringadd in writerfilter..xmloffNoel Grandin
2019-09-28loplugin:constmethod in writerfilterNoel Grandin
2019-09-06tdf#127339 DOCX import/export: fix image hyperlink to bookmark targetTünde Tóth
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-05Fix typosAndrea Gelmini
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov
2019-05-27tdf#115557 DOCX import: don't multiply charts in footnotesLászló Németh
2019-04-14tdf#124670: xml:space attribute may be specified for w:document top-level ele...Mike Kaganski
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist
2019-03-07log nice exception messages whereever possibleNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin