summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* tdf#46941 docx: don't balance columns before page-break-sectionJustin Luth2016-12-132-1/+22
* tdf#103925 RTF import: fix handling of \animtext0Miklos Vajna2016-12-091-3/+17
* RTF filter: handle user-defined document properties of type doubleMiklos Vajna2016-12-092-0/+5
* RTF filter: handle user-defined document properties of type dateMiklos Vajna2016-12-092-0/+28
* RTF filter: handle user-defined document properties of type boolMiklos Vajna2016-12-092-0/+5
* RTF filter: handle user-defined document properties of type numberMiklos Vajna2016-12-082-0/+5
* remove member write in dtorJochen Nitschke2016-12-072-8/+0
* tdf#103651 check isForwardEvents() for symbols in commentsMark Hung2016-12-073-1/+8
* tdf#104420 writerfilter: no dummy para in headersJustin Luth2016-12-071-1/+2
* tdf#104317 RTF import: avoid setting CustomShapeGeometry on a line shapeMiklos Vajna2016-12-061-7/+11
* cppcheck style fix for noExplicitConstructor in writerfilterJochen Nitschke2016-12-0312-24/+24
* tdf#103975 docx import: don't lose column break #2Justin Luth2016-11-301-2/+3
* tdf#103975 docx import: don't lose column breakJustin Luth2016-11-291-0/+9
* tdf#103975 docx import: don't remove sectPr with BreakItemJustin Luth2016-11-261-0/+1
* tdf#41542 globally allow padding without borders: UIJustin Luth2016-11-241-1/+0
* loplugin:unnecessaryoverride (dtors) in writerfilterStephan Bergmann2016-11-244-13/+0
* tdf#82824 DOCX import: fix at-char embedded object handlingMiklos Vajna2016-11-151-1/+15
* writerfilter: remove never read m_xTableRangeMiklos Vajna2016-11-102-4/+0
* tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna2016-11-0810-6/+55
* tdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectanglesTamás Zolnai2016-11-051-0/+2
* update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin2016-11-0413-33/+25
* loplugin:oncevar in vbahelper..writerfilterNoel Grandin2016-10-313-14/+6
* tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai2016-10-291-2/+6
* tdf#41542 rename variable to match LO5.4 terminologyJustin Luth2016-10-291-1/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-4/+1
* tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna2016-10-251-0/+1
* loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin2016-10-2410-66/+14
* tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth2016-10-241-2/+25
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna2016-10-181-0/+6
* loplugin:inlineablemethods in writerfilterNoel Grandin2016-10-186-47/+8
* loplugin:unusedmethodsNoel Grandin2016-10-181-1/+0
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-3/+3
* So MSVC 2013 is too dumb...Stephan Bergmann2016-10-171-4/+2
* Use perfect forwardingStephan Bergmann2016-10-171-2/+7
* replace macro with function templateJochen Nitschke2016-10-141-13/+15
* convert MapUnit to scoped enumNoel Grandin2016-10-052-3/+3
* n#780843 revert part of docx testcaseJustin Luth2016-10-031-6/+6
* add more dumpAsXml()Noel Grandin2016-10-031-0/+2
* Silence some MSVC warnings for autogenerated filesMike Kaganski2016-09-221-0/+2
* fix buildNoel Grandin2016-09-202-9/+12
* loplugin:unusedfieldsNoel Grandin2016-09-202-12/+9
* tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna2016-09-203-5/+18
* Explanation of the SPRM acronym added to definition of the Sprm classMilos Sramek2016-09-191-1/+1
* fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara2016-09-191-11/+4
* loplugin:unusedenumvaluesNoel Grandin2016-09-181-6/+0
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-157-25/+25
* tdf#53856 writerfilter set parentless style based on defaultJustin Luth2016-09-151-0/+6
* loplugin:countusersofdefaultparams in xmloffNoel Grandin2016-09-141-1/+1
* writerfilter style: use emplace_back, avoiding typedefJustin Luth2016-09-141-3/+2