summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2019-02-22loplugin:unusedfields in writerfilterNoel Grandin
2019-02-21tdf#123434 FILEOPEN: RTF: missing content in cellsLászló Németh
2019-02-20Fix compilation error against boost 1.66 at leastTor Lillqvist
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl
2019-02-19pretty up logging of exceptionsNoel Grandin
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13writerfilter: make RTF TableRowBuffer members privateMiklos Vajna
2019-02-12DOCX, RTF filter: handle distributed para adjustMiklos Vajna
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11tdf#116851: some rtf files provide param with "-" for "edmins"Julien Nabet
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin
2019-02-06writerfilter: make members private in RTFMathSymbolMiklos Vajna
2019-02-06tdf#123189 DOCX import: skip table bkground colorLászló Németh
2019-02-05tdf#122878: enable wrap for flys in footerPatrick Jaap
2019-02-05tdf#121867 DOCX filter: handle page width zoomMiklos Vajna
2019-01-31CppunitTest_writerfilter_rtftok: use CPPUNIT_TEST_FIXTURE()Miklos Vajna
2019-01-30writerfilter: make members private in RTFSymbolMiklos Vajna
2019-01-29tdf#122430 RTF import: fix lost font size on footnote startMiklos Vajna
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin
2019-01-15tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth
2019-01-13Avoid getToken index for single callMatteo Casalin
2019-01-12tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-11writerfilter: import section margins and writingModeJustin Luth
2019-01-09sw: DOCX: recognize TOC title during importSerge Krot
2019-01-08writerfilter: avoid exception - IsProtect not page style property.Justin Luth
2019-01-08tdf#122224 DOCX import: fix formula field syntaxLászló Németh
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2019-01-07related tdf#100074: prepare group shapes text input via writerfilterThorsten Behrens
2019-01-04tdf#122424 RTF import: ignore table row text outside the cellsLászló Németh
2019-01-03Related: tdf#121664 RTF filter: fix line numbering start value handlingMiklos Vajna
2018-12-30tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh
2018-12-29tdf#120511 writerfilter: track inserted frame per sectionJustin Luth
2018-12-25sw ooxmlimport: landscape <-> portrait ? not a continuous sectionJustin Luth
2018-12-20sw: DOCX: allow editing of unprotected areas in protected docSerge Krot
2018-12-19tdf#99631 DOCX import: keep zoom of embedded XLSXLászló Németh
2018-12-16crashtesting: clamp languagetype param valueCaolán McNamara
2018-12-14sw: support for saving into .dotx fileVasily Melenchuk
2018-12-11Related: tdf#121664 DOCX filter: fix line numbering start value handlingMiklos Vajna
2018-12-10tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann
2018-12-04tdf#121664 DOCX import: fix lack of line numbering reset on page breakMiklos Vajna
2018-12-01tdf#58944: comment DOCX table header row limit betterLászló Németh
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-28loplugin:unusedfieldsNoel Grandin