summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2016-12-09tdf#103925 RTF import: fix handling of \animtext0Miklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type doubleMiklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type dateMiklos Vajna
2016-12-09RTF filter: handle user-defined document properties of type boolMiklos Vajna
2016-12-08RTF filter: handle user-defined document properties of type numberMiklos Vajna
2016-12-07remove member write in dtorJochen Nitschke
2016-12-07tdf#103651 check isForwardEvents() for symbols in commentsMark Hung
2016-12-07tdf#104420 writerfilter: no dummy para in headersJustin Luth
2016-12-06tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shapeMiklos Vajna
2016-12-03cppcheck style fix for noExplicitConstructor in writerfilterJochen Nitschke
2016-11-30tdf#103975 docx import: don't lose column break #2Justin Luth
2016-11-29tdf#103975 docx import: don't lose column breakJustin Luth
2016-11-26tdf#103975 docx import: don't remove sectPr with BreakItemJustin Luth
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth
2016-11-24loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann
2016-11-15tdf#82824 DOCX import: fix at-char embedded object handlingMiklos Vajna
2016-11-10writerfilter: remove never read m_xTableRangeMiklos Vajna
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna
2016-11-05tdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectanglesTamás Zolnai
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin
2016-10-31loplugin:oncevar in vbahelper..writerfilterNoel Grandin
2016-10-29tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-25tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin
2016-10-24tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-18tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-17So MSVC 2013 is too dumb...Stephan Bergmann
2016-10-17Use perfect forwardingStephan Bergmann
2016-10-14replace macro with function templateJochen Nitschke
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03n#780843 revert part of docx testcaseJustin Luth
2016-10-03add more dumpAsXml()Noel Grandin
2016-09-22Silence some MSVC warnings for autogenerated filesMike Kaganski
2016-09-20fix buildNoel Grandin
2016-09-20loplugin:unusedfieldsNoel Grandin
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna
2016-09-19Explanation of the SPRM acronym added to definition of the Sprm classMilos Sramek
2016-09-19fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-15tdf#53856 writerfilter set parentless style based on defaultJustin Luth
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin
2016-09-14writerfilter style: use emplace_back, avoiding typedefJustin Luth
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann