summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2018-09-28tdf#119760 writerfilter: cell border priority over tblBorderJustin Luth1-8/+19
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin5-46/+0
2018-09-27tdf#119037 rtf (im/ex)port: new borderlinesJustin Luth3-5/+10
2018-09-25tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna3-31/+47
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-09-22tdf#105444 DOCX import: don't put extra paragraphs in commentsLászló Németh1-1/+3
2018-09-20tdf#64264 DOCX import: fix row count of repeating table headerLászló Németh1-1/+1
2018-09-18tdf#118691 DOCX import: fix table loss caused by <w:cr>László Németh1-2/+2
2018-09-17loplugin:staticconstfield improvementsNoel Grandin1-3/+6
2018-09-17New loplugin:externalStephan Bergmann8-18/+18
2018-09-13loplugin:constfields in writerfilterNoel Grandin26-67/+67
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin5-6/+3
2018-09-12~revert tdf#103961: delay merge of default props until exportJustin Luth1-0/+3
2018-09-11ofz#10228 Integer-overflowCaolán McNamara1-2/+2
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin1-1/+1
2018-09-06ofz#10228 Integer-overflowCaolán McNamara1-1/+2
2018-09-06WaE: -Wmaybe-uninitializedCaolán McNamara1-1/+1
2018-09-05tdf#90906 writerfilter: Allow COL_AUTO to override non-autoJustin Luth2-3/+10
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-0/+1
2018-09-03tdf#82177 ooxmlimport: ignore direct insideV/H cell bordersJustin Luth1-0/+4
2018-09-03tdf#104354 writerfilter: not FirstParaInSection if InFootOrEndnoteJustin Luth2-5/+6
2018-09-02tdf#104354 writerfilter: rewrite AutospacingJustin Luth6-112/+82
2018-09-02tdf#119188 DOCX import: fix zero margins of numbered lines in cellsLászló Németh1-3/+4
2018-09-01remove single-value variable: nCellJustin Luth3-16/+15
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov2-13/+6
2018-08-28writerfilter: not FirstParaInSection if IsInShapeJustin Luth3-2/+9
2018-08-27tdf#119143: introduce tentative directional embedding import supportMike Kaganski3-0/+47
2018-08-27writerfilter: build-time test for unexpected data typesMiklos Vajna1-0/+7
2018-08-27SW_DEBUG_WRITERFILTER: Use configured TEMP path instead of hardcoded /tmpMike Kaganski1-1/+4
2018-08-27Resolves: tdf#118382 crash on paste of rtfCaolán McNamara1-7/+0
2018-08-25ofz#10056 Null derefCaolán McNamara1-6/+14
2018-08-24ofz#10045 Null derefCaolán McNamara1-2/+5
2018-08-21tdf#57589 writerfilter: support hash-encoded colorsJustin Luth1-0/+15
2018-08-17ofz#9934 null derefCaolán McNamara1-2/+3
2018-08-16tdf#113608 DOCX import: don't use numbering of removed paragraphsLászló Németh3-4/+4
2018-08-16tdf#106572 writerfilter: don't write to dummy paragraphJustin Luth1-0/+2
2018-08-15RTF picture sizes are 32-bit signedStephan Bergmann2-6/+11
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1
2018-08-13ofz#9870 check sequence length before useCaolán McNamara1-0/+6
2018-08-13cleanup tdf#72560 writerfilter: set in defaults, not stylesJustin Luth1-33/+9
2018-08-11writerfilter: ensure bidi has expected valueJustin Luth1-2/+2
2018-08-10cleanup tdf#106062 writerfilter: use new GetAnyProperty functionJustin Luth1-6/+1
2018-08-08tdf#103961: delay merge of default props until exportJustin Luth1-3/+0
2018-08-08tdf#119136 GetPropertyFromStyleSheet infinite loopJustin Luth1-1/+3
2018-08-06related tdf#103961 writerfilter: DocDefaults -> defaultsJustin Luth1-10/+5
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-1/+1
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-3/+9
2018-08-01tdf#118949 don't set zero auto top margin in every first paragraphLászló Németh1-2/+2
2018-08-01forcepoint#62 null derefCaolán McNamara1-2/+2