summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann2-5/+6
2021-01-02introduce Degree100 strong_int typeNoel2-5/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-3/+5
2020-12-26New loplugin:stringliteralvarStephan Bergmann11-11/+11
2020-12-23Fix dubious OUStringLiteral with automatic storage durationStephan Bergmann1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-2/+2
2020-12-16tdf#138892 writerfilter: cancel style list if bNoNumberingJustin Luth4-8/+10
2020-12-15update pchesCaolán McNamara1-4/+2
2020-12-15tdf#118711 writerfilter: don't hardcode default page descriptionJustin Luth1-3/+7
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann6-8/+18
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann1-1/+1
2020-12-09negative return passed to parameter that cannot be negativeCaolán McNamara1-1/+2
2020-12-08tdf#135217 DOCX import: remove no longer needed top/bottom margin syncMiklos Vajna3-9/+24
2020-12-07tdf#138612 DOCX import: fix lost part of split table cellLászló Németh1-3/+0
2020-12-04update pchesCaolán McNamara1-1/+2
2020-12-03Pass key by const& to the various addEmbeddedFont functionsStephan Bergmann2-2/+2
2020-12-02tdf#138345 ms formats Char highlight: no import into char-styleJustin Luth1-0/+8
2020-12-01cid#1401328 Uncaught exceptionCaolán McNamara1-1/+2
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel4-18/+18
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel5-21/+21
2020-11-30tdf#137683 writerfilter Char highlight: import "none"Justin Luth1-1/+2
2020-11-25tdf#137894 separate associated character propertiesMark Hung1-2/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel10-20/+20
2020-11-23ofz#27519 only generate bitmap preview when neededCaolán McNamara2-19/+30
2020-11-21tdf#138210 check if CustomShapeGeometry exist first.Mark Hung1-39/+35
2020-11-19tdf#123936 Formatting files in module writerfilter with clang-formatPhilipp Hofer25-404/+366
2020-11-17loplugin:stringviewparam check methods tooNoel2-3/+3
2020-11-13DOCX import: lost cached result of fields: fix leading whitespaceMiklos Vajna3-1/+18
2020-11-12DOCX import: fix lost cached result inside an IF fieldMiklos Vajna3-13/+55
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin1-2/+2
2020-11-12tdf#137850 writerfilter compatibilityMode15: ignore behindDoc if wrappedJustin Luth1-0/+17
2020-11-12remove Fraction::operator tools::Long()Noel1-2/+2
2020-11-11loplugin:stringviewNoel1-2/+2
2020-11-10new loplugin:reducevarscopeNoel Grandin1-2/+2
2020-11-10DOCX import: fix <w:spacing w:before="..."/> for more than 58cmMiklos Vajna4-1/+87
2020-11-04RTF import: change exception type thrown on destination errorsVasily Melenchuk1-2/+5
2020-11-04tdf#136952 writerfilter: PageBreakBefore - don't always overwriteJustin Luth1-1/+1
2020-11-03writerfilter: remove leftover commentMichael Stahl1-1/+0
2020-11-02sw: return SwXFieldmark in SwXFieldEnumerationMichael Stahl2-4/+21
2020-11-01std::set->o3tl::sorted_vector in writerfilterNoel Grandin1-2/+2
2020-10-29tdf#137643 alternative solution to activate embedded fonts in one batchCaolán McNamara2-5/+21
2020-10-26DOCX import, altChunk: fix missing page breakMiklos Vajna6-7/+48
2020-10-26tdf#137593 DOCX import: fix para top margin in cells with shapesLászló Németh1-1/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel5-9/+10
2020-10-24clog -> SAL_INFONoel Grandin1-63/+15
2020-10-22DOCX import: handle <w:altChunk r:id="..."/>Miklos Vajna5-3/+90
2020-10-22tdf#137085 writerfilter: RTF import: \trpaddfl and \trpaddl are row...Michael Stahl1-0/+10
2020-10-22writerfilter: add OOXML tokenizer for <w:altChunk r:id="..."/>Miklos Vajna6-1/+53
2020-10-20tdf#133045 sw: add shape alignment to the top page borderSzabolcs Toth1-2/+5
2020-10-18tdf#124176: Use pragma once instead of include guardsmariamfahmy6-21/+6