summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-3/+1
2019-12-17sw reqif-xhtml export: add a new RTFOLEMimeType parameterMiklos Vajna1-2/+12
2019-12-16sw reqif-xhtml import: add a new AllowedRTFOLEMimeTypes parameterMiklos Vajna1-1/+5
2019-12-11rename Prc->Percent in swNoel Grandin1-33/+33
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-11-03loplugin:stringaddNoel Grandin1-3/+3
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-11/+11
2019-08-02Avoid odd crash where OLE object can't generate an image preview.Michael Meeks1-0/+6
2019-07-20loplugin:referencecasting in swNoel Grandin1-1/+1
2019-06-18loplugin:logexceptionnicely in swNoel Grandin1-2/+3
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+2
2018-11-15sw reqif-xhtml export: write graphic of OLE object at an RTF level as wellMiklos Vajna1-2/+2
2018-11-14sw: fix modification of ole obj native data during HTML importMiklos Vajna1-0/+19
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+2
2018-08-30sw XHTML export: improve dummy OLE object handlingMiklos Vajna1-17/+55
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-19loplugin:useuniqueptr in SwHTMLParserNoel Grandin1-12/+6
2018-07-05sw HTML import: strip query & fragment for <object data="..."> and file URLsMiklos Vajna1-1/+19
2018-05-30sw HTML filter: handle embedded ODF content in xhtml/reqif modeMiklos Vajna1-13/+57
2018-05-10move Java from config_features to already existing config_javaRene Engelhard1-1/+1
2018-04-16sw: prefix members of WriterMiklos Vajna1-4/+4
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-2/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-03-27sw XHTML export: support OLE2-in-RTF objectsMiklos Vajna1-11/+34
2018-03-23sw XHTML import: support OLE2-in-RTF objectsMiklos Vajna1-1/+25
2018-03-19sw XHTML export: fix missing type attribute for fallback imageMiklos Vajna1-4/+14
2018-03-09sw XHTML import: PNG <object> is an imageMiklos Vajna1-7/+13
2018-03-08sw XHTML export: handle media type for OLE objectsMiklos Vajna1-1/+8
2018-03-08sw XHTML export: handle replacement graphic of OLE objectsMiklos Vajna1-0/+2
2018-03-08sw XHTML export: handle native data of OLE objectsMiklos Vajna1-0/+47
2018-03-07sw XHTML import: handle media type of OLE object dataMiklos Vajna1-1/+9
2018-03-07sw XHTML import: handle size of replacement graphic of <object>Miklos Vajna1-0/+22
2018-03-06sw XHTML import: map nested <object> to replacement graphicMiklos Vajna1-0/+23
2018-03-05sw XHTML import: map <object> to OLE objectsMiklos Vajna1-12/+50
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna1-8/+8
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-30/+30
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-21/+21
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-2/+2
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-8/+8
2017-08-21remove dead sw error codesNoel Grandin1-1/+1
2017-08-02loplugin:checkunusedparams in swNoel Grandin1-9/+4
2017-06-21convert ErrCode to strong typedefNoel Grandin1-2/+2
2017-06-20tdf#39468 Translate German comments/terms sw/source/filter/html/htmlplug.cxxJens Carl1-64/+61
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-05-19loplugin:stringcopy: swStephan Bergmann1-1/+1