summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-21writerfilter: these can be constMiklos Vajna1-1/+1
2019-11-11tdf#128428 RTF: fix for different product versionsLászló Németh1-2/+2
2019-11-11tdf#128428 RTF: clean-up for longer space sequence modeLászló Németh1-0/+6
2019-10-31Resolves: rhbz#1766990 starmath might not be availableCaolán McNamara1-14/+19
2019-10-30writerfilter: rtftok: filter control charactersMichael Stahl1-0/+25
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-7/+10
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-8/+8
2019-08-15loplugin:sequenceloop in writerfilter..xmlhelpNoel Grandin1-1/+1
2019-07-21loplugin:referencecasting in writerfilter..xmlhelpNoel Grandin1-5/+3
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin1-3/+3
2019-06-06tdf#125719 sw: rtf: refactor associated character propertiesSerge Krot1-11/+38
2019-05-29writerfilter: various small cleanupsMiklos Vajna1-9/+10
2019-05-20writerfilter: make RTFParserState members private, final partMiklos Vajna1-11/+12
2019-05-20writerfilter: make RTFParserState members private, part 10Miklos Vajna1-60/+64
2019-05-20writerfilter: make RTFParserState members private, part 9Miklos Vajna1-66/+70
2019-05-20writerfilter: make RTFParserState members private, part 8Miklos Vajna1-40/+42
2019-05-20writerfilter: make RTFParserState members private, part 7Miklos Vajna1-25/+27
2019-05-20writerfilter: make RTFParserState members private, part 6Miklos Vajna1-37/+37
2019-05-20writerfilter: make RTFParserState members private, part 5Miklos Vajna1-70/+76
2019-05-20writerfilter: make RTFParserState members private, part 4Miklos Vajna1-29/+31
2019-05-20writerfilter: make RTFParserState members private, part 3Miklos Vajna1-45/+74
2019-05-20writerfilter: make RTFParserState members private, part 2Miklos Vajna1-71/+84
2019-05-20writerfilter: make RTFParserState members private, part 1Miklos Vajna1-60/+60
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-1/+1
2019-04-15loplugin:sequentialassign in writerfilter..xmlsecurityNoel Grandin1-2/+2
2019-04-10writerfilter: implement RTF derived styles defaultingMichael Stahl1-3/+60
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen1-0/+2
2019-03-06writerfilter: remove empty RTFPicture constructorMiklos Vajna1-2/+0
2019-02-27writerfilter: make RTFDrawingObject members privateMiklos Vajna1-15/+15
2019-02-26tdf#123393 RTF import: fix too big font size in table cellMiklos Vajna1-11/+24
2019-02-21tdf#123434 FILEOPEN: RTF: missing content in cellsLászló Németh1-18/+3
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna1-41/+42
2019-02-13writerfilter: make RTF TableRowBuffer members privateMiklos Vajna1-4/+4
2019-01-30writerfilter: make members private in RTFSymbolMiklos Vajna1-2/+2
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin1-2/+2
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-5/+5
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann1-1/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-2/+2
2019-01-04tdf#122424 RTF import: ignore table row text outside the cellsLászló Németh1-3/+18
2018-12-30tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh1-2/+14
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08loplugin:unusedfieldsNoel Grandin1-1/+0
2018-11-06tdf#115094 part I: do not move graphic nodesPatrick Jaap1-1/+1
2018-09-25tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna1-8/+6
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen1-0/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-08-15RTF picture sizes are 32-bit signedStephan Bergmann1-2/+7
2018-08-14create appendCopy method in OUStringBufferNoel Grandin1-1/+1