summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1336-65/+65
* loplugin:rangedforcopyStephan Bergmann2016-09-131-1/+1
* tdf#89315 writerfilter add missing parents to out-of-order stylesJustin Luth2016-09-131-1/+13
* tdf#86926 writerfilter prevent PROP_GRID_LINES exceptionJustin Luth2016-09-121-1/+3
* return earlier, no logic changeCaolán McNamara2016-09-121-178/+182
* fftester: no table managerCaolán McNamara2016-09-122-1/+1
* fftester: no table managerCaolán McNamara2016-09-102-1/+1
* fftester: use of deleted RTFParserStateCaolán McNamara2016-09-103-5/+6
* tdf#86926 writerfilter allow fallback if exceptionsJustin Luth2016-09-091-1/+1
* tdf#81345 docx import fix default page break regressionJustin Luth2016-09-081-2/+5
* writerfilter: avoid redundant get() call on smart pointer in TableManagerMiklos Vajna2016-09-071-5/+5
* rtf: throw early on a bad nestrow tokenCaolán McNamara2016-09-071-2/+2
* rtf: don't skip backwards on skipping bin specified bytesCaolán McNamara2016-09-071-1/+1
* fftester: missing ValueLastCaolán McNamara2016-09-062-1/+2
* if we throw in sw on HoriOrientation::NONE then don't pass it in from rtfCaolán McNamara2016-09-061-4/+7
* tdf#44986 RTF import: handle \trwWidthA by faking cellsMiklos Vajna2016-09-064-1/+23
* tdf#43157 Clean up OSL_ENSURE in FontTable.cxxdrazil2016-09-051-3/+3
* fftester: apparent wrong property tested for existenceCaolán McNamara2016-09-022-1/+1
* tdf#62847 import image hyperlink in docxdrazil2016-09-027-3/+75
* Formatting: consistent spot for TreatSingleColumnBreakAsPageBreakJustin Luth2016-09-011-1/+1
* tdf#96749: deal with missing custom headers/footers in docxJulien Nabet2016-08-312-11/+38
* writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()Miklos Vajna2016-08-311-2/+2
* tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth2016-08-301-0/+1
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (writerfilter)Stephan Bergmann2016-08-301-2/+1
* tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth2016-08-303-0/+15
* Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna2016-08-304-4/+33
* treat even/odd header/footer enabled documents the same as othersJustin Luth2016-08-301-24/+0
* fftester: topcontext checkCaolán McNamara2016-08-272-1/+2
* Remaining clang-tidy misc-move-constructor-initStephan Bergmann2016-08-238-8/+8
* cppcheck: passedByValueCaolán McNamara2016-08-182-8/+7
* writerfilter: fix Android buildMiklos Vajna2016-08-171-0/+11
* tdf#86087: Convert relative URLs to absolute upon import of docx etc.Stephan Bergmann2016-08-172-0/+23
* sw: use std::lround() instead of manual rounding in RTFSdrImportMiklos Vajna2016-08-171-3/+4
* tdf#100507 RTF import: don't set default para style to the 0th char styleMiklos Vajna2016-08-163-2/+24
* tdf#97090 writerfilter - don't fill_SOLID with auto colorJustin Luth2016-08-152-1/+9
* loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin2016-08-121-1/+1