summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.hxx
AgeCommit message (Expand)AuthorFilesLines
2022-04-11tdf#95706: RTF import: tolerant font table parsingVasily Melenchuk1-0/+1
2022-03-22tdf#118047: RTF import: better deduplication for header/footerVasily Melenchuk1-1/+2
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-04-14tdf#100961 rtf import: fldlock is FIXEDFLDJustin Luth1-0/+3
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC1-4/+1
2021-01-29loplugin:stringviewparam extend to new..Noel1-2/+2
2020-11-04RTF import: change exception type thrown on destination errorsVasily Melenchuk1-2/+5
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-1/+2
2020-07-20compact namespace: writerfilterNoel Grandin1-12/+3
2020-05-01improve loplugin:makesharedNoel Grandin1-1/+1
2020-03-16writerfilter: extract dispatch...Value() from disptachValue()Miklos Vajna1-0/+7
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-2/+2
2020-03-12writerfilter: extract before/afterPopState() from popState()Miklos Vajna1-0/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-3/+3
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-0/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-21writerfilter: these can be constMiklos Vajna1-1/+1
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin1-3/+3
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-2/+2
2019-06-18loplugin:passstuffbyrefNoel Grandin1-2/+2
2019-06-06tdf#125719 sw: rtf: refactor associated character propertiesSerge Krot1-5/+6
2019-05-20writerfilter: make RTFParserState members private, final partMiklos Vajna1-3/+5
2019-05-20writerfilter: make RTFParserState members private, part 10Miklos Vajna1-3/+9
2019-05-20writerfilter: make RTFParserState members private, part 9Miklos Vajna1-5/+8
2019-05-20writerfilter: make RTFParserState members private, part 8Miklos Vajna1-4/+7
2019-05-20writerfilter: make RTFParserState members private, part 7Miklos Vajna1-7/+12
2019-05-20writerfilter: make RTFParserState members private, part 6Miklos Vajna1-13/+34
2019-05-20writerfilter: make RTFParserState members private, part 5Miklos Vajna1-3/+4
2019-05-20writerfilter: make RTFParserState members private, part 4Miklos Vajna1-12/+17
2019-05-20writerfilter: make RTFParserState members private, part 3Miklos Vajna1-9/+22
2019-05-20writerfilter: make RTFParserState members private, part 2Miklos Vajna1-8/+28
2019-05-20writerfilter: make RTFParserState members private, part 1Miklos Vajna1-17/+50
2019-04-10writerfilter: implement RTF derived styles defaultingMichael Stahl1-0/+2
2019-03-06writerfilter: remove empty RTFPicture constructorMiklos Vajna1-1/+0
2019-02-27writerfilter: make RTFDrawingObject members privateMiklos Vajna1-16/+55
2019-02-26tdf#123393 RTF import: fix too big font size in table cellMiklos Vajna1-0/+5
2019-02-21tdf#123434 FILEOPEN: RTF: missing content in cellsLászló Németh1-4/+0
2019-02-20Fix compilation error against boost 1.66 at leastTor Lillqvist1-1/+1
2019-02-20writerfilter: make RTFShape members privateMiklos Vajna1-16/+92
2019-02-13writerfilter: make RTF TableRowBuffer members privateMiklos Vajna1-14/+29
2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin1-1/+1
2019-01-04tdf#122424 RTF import: ignore table row text outside the cellsLászló Németh1-0/+4
2018-12-30tdf#121623 RTF import: keep table in multicolumn sectionLászló Németh1-0/+3
2018-11-08loplugin:unusedfieldsNoel Grandin1-1/+0
2018-09-13loplugin:constfields in writerfilterNoel Grandin1-2/+2
2018-08-15RTF picture sizes are 32-bit signedStephan Bergmann1-4/+4
2018-07-17tdf#81943 sw RTF import: fix missing wrap in background for in-table shapeMiklos Vajna1-0/+2
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin1-7/+7
2018-06-07Fix IWYU warningsMiklos Vajna1-3/+21