summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-09-02fftester: apparent wrong property tested for existenceCaolán McNamara2-1/+1
2016-09-02tdf#62847 import image hyperlink in docxdrazil7-3/+75
2016-09-01Formatting: consistent spot for TreatSingleColumnBreakAsPageBreakJustin Luth1-1/+1
2016-08-31tdf#96749: deal with missing custom headers/footers in docxJulien Nabet2-11/+38
2016-08-31writerfilter: use sal_Size for offset values in RTFTokenizer::resolveParse()Miklos Vajna1-2/+2
2016-08-30tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth1-0/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (writerfilter)Stephan Bergmann1-2/+1
2016-08-30tdf#101589 MS import: set 1-row table to don't split if row is setJustin Luth3-0/+15
2016-08-30Related: tdf#44986 DOCX import: handle w:gridAfter by faking cellsMiklos Vajna4-4/+33
2016-08-30treat even/odd header/footer enabled documents the same as othersJustin Luth1-24/+0
2016-08-27fftester: topcontext checkCaolán McNamara2-1/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann8-8/+8
2016-08-18cppcheck: passedByValueCaolán McNamara2-8/+7
2016-08-17writerfilter: fix Android buildMiklos Vajna1-0/+11
2016-08-17tdf#86087: Convert relative URLs to absolute upon import of docx etc.Stephan Bergmann2-0/+23
2016-08-17sw: use std::lround() instead of manual rounding in RTFSdrImportMiklos Vajna1-3/+4
2016-08-16tdf#100507 RTF import: don't set default para style to the 0th char styleMiklos Vajna3-2/+24
2016-08-15tdf#97090 writerfilter - don't fill_SOLID with auto colorJustin Luth2-1/+9
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin1-1/+1
2016-08-11loplugin:constantparamNoel Grandin1-7/+5
2016-08-07fftester: guard against empty table manager stackCaolán McNamara2-3/+1
2016-08-04tdf#78506 RTF import: fix handling of invalid \levelnumbersMiklos Vajna3-2/+23
2016-08-02fftester: guard against no drawing object property setCaolán McNamara2-1/+1
2016-08-01sw, writerfilter: fix indentationMiklos Vajna1-1/+1
2016-07-31fftester: another table manager stack checksCaolán McNamara2-2/+2
2016-07-30fftester: context stack checkCaolán McNamara2-3/+4
2016-07-30docx - inherit FollowPage before FirstPageJustin Luth1-10/+11
2016-07-29fftester: some more table manager stack checksCaolán McNamara2-3/+3
2016-07-29fftester: another empty table manager stackCaolán McNamara3-3/+7
2016-07-29fftester: another null DestinationTextCaolán McNamara3-19/+20
2016-07-29fftester: null DestinationTextCaolán McNamara3-3/+9
2016-07-28fftester: throw on empty stack accessCaolán McNamara5-2/+9
2016-07-28Related: tdf#75757 remove inheritance from std::dequeCaolán McNamara1-4/+23
2016-07-28fftester: empty states stackCaolán McNamara2-0/+2
2016-07-28fftester: empty table manager stackCaolán McNamara2-0/+3
2016-07-28tdf#99434 docx enable docprotection only when enforcedJustin Luth1-2/+5
2016-07-27tdf#75573 - docx don't remove frame anchor paragraphJustin Luth3-1/+18
2016-07-27improve passstuffbyref return analysisNoel Grandin10-27/+27
2016-07-26tdf#75573 allow style to define vAnchorJustin Luth1-2/+2
2016-07-25tdf#75573 - docx handle frame properties at stylesJustin Luth1-6/+7
2016-07-18protect against empty m_aTableManagers stackCaolán McNamara3-10/+19
2016-07-15writerfilter: avoid inclusion of deprecated C++ headerMiklos Vajna1-2/+2
2016-07-12tdf75573 docx - complete frames before starting alternate streamsJustin Luth1-0/+4
2016-07-08tdf#64372 docx import: don't ignore continuous section breakJustin Luth1-10/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann9-16/+16
2016-07-07loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-07-07tdf#95367 inherit page style if no new one importedJustin Luth2-35/+95
2016-07-05Resolves: tdf#100770 crash on loading specific docxCaolán McNamara1-2/+9
2016-07-04tdf#96750 docx - ensure all styles are initializedJustin Luth2-6/+12
2016-06-29tdf#90697 docx - don't change continuous break into page breakJustin Luth1-1/+3