summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-11-15tdf#82824 DOCX import: fix at-char embedded object handlingMiklos Vajna1-1/+15
2016-11-10writerfilter: remove never read m_xTableRangeMiklos Vajna2-4/+0
2016-11-08tdf#79329 DOCX import: fix missing outer table with floattable at cell startMiklos Vajna10-6/+55
2016-11-05tdf#103664: FILEOPEN: DOCX: Wingdings symbols are imported as rectanglesTamás Zolnai1-0/+2
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin13-33/+25
2016-10-31loplugin:oncevar in vbahelper..writerfilterNoel Grandin3-14/+6
2016-10-29tdf#103753: DOCX: Handle relative positions to left or right marginTamás Zolnai1-2/+6
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth1-1/+1
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-4/+1
2016-10-25tdf#84678 DOCX import: fix handling of textbox marginsMiklos Vajna1-0/+1
2016-10-24loplugin:expandablemethods in writerfilter..xmlhelpNoel Grandin10-66/+14
2016-10-24tdf#89377 writerfilter: table honors ParaStyle break-before-pageJustin Luth1-2/+25
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-18tdf#95031 DOCX import: auto spacing inside numbering means no spacingMiklos Vajna1-0/+6
2016-10-18loplugin:inlineablemethods in writerfilterNoel Grandin6-47/+8
2016-10-18loplugin:unusedmethodsNoel Grandin1-1/+0
2016-10-17replace <<= with assign for <<= with rhs AnyJochen Nitschke1-3/+3
2016-10-17So MSVC 2013 is too dumb...Stephan Bergmann1-4/+2
2016-10-17Use perfect forwardingStephan Bergmann1-2/+7
2016-10-14replace macro with function templateJochen Nitschke1-13/+15
2016-10-05convert MapUnit to scoped enumNoel Grandin2-3/+3
2016-10-03n#780843 revert part of docx testcaseJustin Luth1-6/+6
2016-10-03add more dumpAsXml()Noel Grandin1-0/+2
2016-09-22Silence some MSVC warnings for autogenerated filesMike Kaganski1-0/+2
2016-09-20fix buildNoel Grandin2-9/+12
2016-09-20loplugin:unusedfieldsNoel Grandin2-12/+9
2016-09-20tdf#84684 RTF import: fix ZOrder of child shapes inside group shapeMiklos Vajna3-5/+18
2016-09-19Explanation of the SPRM acronym added to definition of the Sprm classMilos Sramek1-1/+1
2016-09-19fftester: isAsciiLowerCase has a isUnicodeCodePoint assertCaolán McNamara1-11/+4
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-6/+0
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl7-25/+25
2016-09-15tdf#53856 writerfilter set parentless style based on defaultJustin Luth1-0/+6
2016-09-14loplugin:countusersofdefaultparams in xmloffNoel Grandin1-1/+1
2016-09-14writerfilter style: use emplace_back, avoiding typedefJustin Luth1-3/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann36-65/+65
2016-09-13loplugin:rangedforcopyStephan Bergmann1-1/+1
2016-09-13tdf#89315 writerfilter add missing parents to out-of-order stylesJustin Luth1-1/+13
2016-09-12tdf#86926 writerfilter prevent PROP_GRID_LINES exceptionJustin Luth1-1/+3
2016-09-12return earlier, no logic changeCaolán McNamara1-178/+182
2016-09-12fftester: no table managerCaolán McNamara2-1/+1
2016-09-10fftester: no table managerCaolán McNamara2-1/+1
2016-09-10fftester: use of deleted RTFParserStateCaolán McNamara3-5/+6
2016-09-09tdf#86926 writerfilter allow fallback if exceptionsJustin Luth1-1/+1
2016-09-08tdf#81345 docx import fix default page break regressionJustin Luth1-2/+5
2016-09-07writerfilter: avoid redundant get() call on smart pointer in TableManagerMiklos Vajna1-5/+5
2016-09-07rtf: throw early on a bad nestrow tokenCaolán McNamara1-2/+2
2016-09-07rtf: don't skip backwards on skipping bin specified bytesCaolán McNamara1-1/+1
2016-09-06fftester: missing ValueLastCaolán McNamara2-1/+2
2016-09-06if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara1-4/+7
2016-09-06tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna4-1/+23