summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
10 daysmove writerfilter inside swNoel Grandin1-4062/+0
2024-02-13tdf#155663 writerfilter: RTF import: don't lose \piccrop*Michael Stahl1-0/+10
2024-02-12tdf#158983 writerfilter: RTF import: fix page breaks and shape anchorsMichael Stahl1-1/+5
2024-02-08tdf#159478 read field comment in default encodingOliver Specht1-3/+5
2024-02-08tdf#158586 writerfilter: RTF import: fix assert on ooo113308-1.rtfMichael Stahl1-0/+1
2024-02-06tdf#158409: RTF import: use current run props for fieldsVasily Melenchuk1-2/+2
2024-01-31tdf#158586 writerfilter: RTF import: fix \page \sect \skbnoneMichael Stahl1-2/+16
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-1/+4
2024-01-17tdf#135083: make sure to apply pending paragraph properties, even withoutMike Kaganski1-1/+8
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-02rtf writerfilter: calculate if frame hasProperties onceJustin Luth1-2/+3
2023-12-29Use emplace_back instead of push_back (writerfilter)Julien Nabet1-12/+12
2023-12-19tdf#158586 RTF writerfilter: substitute hasProperties for inFrameJustin Luth1-4/+2
2023-12-19related tdf#158586 RTF writerfilter: HAnchor's default is text, not marginJustin Luth1-1/+1
2023-12-19partial revert tdf#153178 writerfilter: do not create text frame spuriously2Justin Luth1-0/+2
2023-12-19partial revert tdf#153178 writerfilter: do not create text frame spuriouslyJustin Luth1-0/+2
2023-12-19tdf#158583 tdf#158586 RTF writerfilter: only startRun for real frameJustin Luth1-5/+6
2023-12-05tdf#148540 Revert "tdf#109790 RTF import: keep remembering...Justin Luth1-1/+0
2023-12-04cid#1546495 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-16writerfilter: fix utext()'s dumb sal_uInt8* parameterMichael Stahl1-5/+4
2023-11-16tdf#153194 writerfilter: RTF import: testContSectionPageBreak last paraMichael Stahl1-0/+4
2023-11-16tdf#153194 writerfilter: RTF import: \spltpgparMichael Stahl1-3/+13
2023-11-15writerfilter: avoid double map lookup in RTFDocumentImplMiklos Vajna1-4/+6
2023-11-10tdf#158044 handling of paragraph attributes in RTF importOliver Specht1-1/+0
2023-11-10tdf#153178 writerfilter: do not create text frame spuriouslyMichael Stahl1-3/+3
2023-04-17Remove some unused includesMiklos Vajna1-1/+4
2023-01-13tdf#131386 writerfilter: RTF import paragraph mark formattingMichael Stahl1-5/+12
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-19loplugin:unocast (oox::ForumlaImExportBase)Stephan Bergmann1-1/+2
2022-12-18Combine oox::FormulaIm-/ExportBaseStephan Bergmann1-3/+3
2022-12-16Revert "fix math export/import in docx/rtf"Stephan Bergmann1-6/+3
2022-10-07tdf#151370: RTF import: docvar name/value can have several sequencesVasily Melenchuk1-1/+1
2022-09-29use more string_view in writerfilterNoel Grandin1-7/+7
2022-09-26tdf#150762 RTF import: fix missing left margin on numbered paragraphMiklos Vajna1-2/+2
2022-09-13tdf#140302 RTF import: fix unexpected repeated imageMiklos Vajna1-0/+2
2022-09-12tdf#150267 Import docvar value correctlySamuel Mehrbrodt1-4/+8
2022-09-01tdf#127806: RTF import: use shape dimensions for pib pictureVasily Melenchuk1-7/+16
2022-09-01tdf#150474 RTF import: fix missing char props for in-table newline charactersMiklos Vajna1-4/+12
2022-08-22tdf#150267 RTF: Import/Export unused document variablesSamuel Mehrbrodt1-0/+26
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-12writerfilter: typo Srpms->SprmsMichael Stahl1-4/+4
2022-08-11tdf#129631 writerfilter,sw: RTF import of invalid border...Michael Stahl1-0/+15
2022-08-08tdf#148518 writerfilter,sw: RTF import/export of FORMDROPDOWN fieldMichael Stahl1-1/+3
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-18/+24
2022-06-10new loplugin:moveitNoel Grandin1-27/+27
2022-06-03No need to static_cast these const Id (aka sal_uInt32) valuesStephan Bergmann1-4/+1
2022-05-19tdf#148132: Revert "n#758883 dmapper: paragraph-level..."Vasily Melenchuk1-1/+8
2022-05-02Just use Any ctor instead of makeAny in writerfilterStephan Bergmann1-15/+13
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-3/+3