summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2019-04-14tdf#124670: xml:space attribute may be specified for w:document top-level ele...Mike Kaganski2-29/+17
2019-04-13tdf#124637 writerfilter: partially revert import section marginsJustin Luth1-16/+2
2019-04-12tdf#124344 sw btlr writing mode, DOCX import: fix vertical alignmentMiklos Vajna4-26/+0
2019-04-10writerfilter: implement RTF derived styles defaultingMichael Stahl4-6/+74
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-29tdf#124384 sw DOCX: fix crash during bibliography loadingSerge Krot1-1/+1
2019-03-28tdf#121456 sw: DOCX: fix loading of empty TOC titleSerge Krot1-0/+3
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist38-225/+219
2019-03-25new loplugin:unoqueryNoel Grandin2-4/+4
2019-03-20The DEBUG_WRITERFILTER code should be a dbgutil thingTor Lillqvist2-2/+2
2019-03-13DOCX import: fix unexpected page break on autotext insert at end of docMiklos Vajna3-4/+12
2019-03-12tdf#123104 DOCX import: fix lack of vertical merge due to roundingMiklos Vajna1-1/+2
2019-03-09MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai1-3/+14
2019-03-09loplugin:singlevalfieldsNoel Grandin3-36/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin2-6/+9
2019-03-06writerfilter: remove empty RTFPicture constructorMiklos Vajna3-12/+9
2019-03-05re-land "new loplugin typedefparam""Noel Grandin7-20/+26
2019-03-05Avoid overflowing sal_Int16 PROP_GRID_LINESStephan Bergmann1-3/+3
2019-03-05tdf#123243 DOCX import: make increased anchored obj spacing cond more strictMiklos Vajna1-2/+3
2019-03-04tdf#119201 Don't show/print hidden shapes in DOCXAron Budea1-1/+11
2019-03-04Revert "new loplugin typedefparam"Noel Grandin5-18/+12
2019-03-04new loplugin typedefparamNoel Grandin5-12/+18
2019-02-28tdf#121440 writerfilter: do not use imported style for foot/endnotesVasily Melenchuk1-0/+6
2019-02-27writerfilter: make RTFDrawingObject members privateMiklos Vajna4-79/+137
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-3/+3
2019-02-26tdf#123393 RTF import: fix too big font size in table cellMiklos Vajna3-13/+31
2019-02-22loplugin:unusedfields in writerfilterNoel Grandin5-20/+1
2019-02-21tdf#123434 FILEOPEN: RTF: missing content in cellsLászló Németh3-32/+3
2019-02-20Fix compilation error against boost 1.66 at leastTor Lillqvist1-1/+1
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna6-111/+190
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl1-1/+3
2019-02-19pretty up logging of exceptionsNoel Grandin2-2/+4
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna1-14/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin1-1/+1
2019-02-13writerfilter: make RTF TableRowBuffer members privateMiklos Vajna3-21/+36
2019-02-12DOCX, RTF filter: handle distributed para adjustMiklos Vajna2-2/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin2-11/+1
2019-02-11tdf#116851: some rtf files provide param with "-" for "edmins"Julien Nabet1-0/+5
2019-02-11loplugin:indentation in writerfilter..xmloffNoel Grandin7-43/+43
2019-02-06writerfilter: make members private in RTFMathSymbolMiklos Vajna3-9/+22
2019-02-06tdf#123189 DOCX import: skip table bkground colorLászló Németh1-0/+2
2019-02-05tdf#122878: enable wrap for flys in footerPatrick Jaap1-2/+1
2019-02-05tdf#121867 DOCX filter: handle page width zoomMiklos Vajna3-1/+31
2019-01-31CppunitTest_writerfilter_rtftok: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-9/+1
2019-01-30writerfilter: make members private in RTFSymbolMiklos Vajna4-17/+35
2019-01-29tdf#122430 RTF import: fix lost font size on footnote startMiklos Vajna1-0/+8
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin4-5/+5
2019-01-15tdf#121670 ooxmlimport: no columns in page styles, only sectionsJustin Luth1-8/+10
2019-01-13Avoid getToken index for single callMatteo Casalin1-8/+3