summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfdocumentimpl.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-04tdf#119599 RTF import: fix missing deduplication of font sizeMiklos Vajna1-4/+5
2018-07-24tdf#81943 sw RTF import: fix missing wrap in background for in-table shapeMiklos Vajna1-0/+24
2018-04-26tdf#117246 RTF import: don't loose page breaks inside nested groupsMiklos Vajna1-0/+9
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-04tdf#116265 RTF import: ignore \fi in para if it repeats invalid \fi from listMiklos Vajna1-16/+33
2018-03-23msfilter: extract copy&pasted RTF code from sw and writerfilterMiklos Vajna1-48/+5
2018-03-20tdf#116269 RTF import: implement reverse deduplication for listsMiklos Vajna1-1/+29
2018-03-13tdf#116179 Support reading "auto" colour from docxLuke Deller1-2/+4
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-08change RTFDocumentImpl to use Graphic instead of GraphicURLTomaž Vajngerl1-29/+16
2018-02-27tdf#115715 RTF import: ignore zero para indents in styles without parentsMiklos Vajna1-5/+25
2018-02-20create uno::Any overrides for ColorNoel Grandin1-1/+1
2018-02-06tdf#115242 RTF import: order numPr before other paragraph propertiesMiklos Vajna1-2/+3
2018-01-28tdf#115278: an empty entry in color table is auto colorMike Kaganski1-6/+1
2018-01-12More loplugin:cstylecast: writerfilterStephan Bergmann1-4/+4
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-15/+4
2017-12-13clang-format: ignore not staged hunksMiklos Vajna1-1/+1
2017-12-11tdf#114333: consider trleft for 1st cell width on import; don't...Mike Kaganski1-0/+8
2017-11-22drop duplicate methodCaolán McNamara1-2/+2
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna1-1724/+1889
2017-11-09loplugin:unusedfieldsNoel Grandin1-2/+0
2017-10-31tdf#113408 RTF import style dedup: separate paragraph and character handlingMiklos Vajna1-7/+9
2017-10-26tdf#108947 - Fixed regressionThomas Beck1-2/+0
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski1-6/+6
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-26tdf#112211 RTF import: fix unwanted direct formatting for left indentsMiklos Vajna1-3/+3
2017-09-25RTF import: split this call into simpler onesMiklos Vajna1-5/+4
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann1-1/+5
2017-09-21attempt to fix android buildNoel Grandin1-1/+1
2017-09-20unused m_xStorage in RTFDocumentImplNoel Grandin1-1/+1
2017-09-07writerfilter: size() > 0 -> !empty() and other small cleanupsMiklos Vajna1-29/+26
2017-08-25writerfilter: fix inconsistent param naming in interface/implementationMiklos Vajna1-2/+2
2017-08-07Indentation fixesMiklos Vajna1-3/+3
2017-08-01tdf#109790 RTF import: keep remembering paragraph style between \cell and \rowMiklos Vajna1-1/+2
2017-07-31loplugin:constparams in writerfilterNoel Grandin1-5/+4
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-25tdf#108951 RTF import: fix missing custom bullet typesMiklos Vajna1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-2/+2
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-14xmlsecurity pdf verify: push_back -> emplace_backMiklos Vajna1-2/+1
2017-07-11simplify some OUString::copy callsNoel Grandin1-2/+2
2017-06-28loplugin:oncevar in writerfilter..xmlhelpNoel Grandin1-1/+1
2017-06-23writerfilter: remove redundant virtual keywords in the RTF importMiklos Vajna1-50/+5
2017-06-19fix lost read of m_bFormField fieldNoel Grandin1-49/+52
2017-06-12tdf#108055 RTF: Header and Footer are added multiple times.Thomas Beck1-1/+17
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-6/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert writerfilter module away from OSL_ASSERT to assertChris Sherlock1-3/+3