summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-27tdf#107104 DOCX drawingML import: fix invisible arrow shapeMiklos Vajna1-0/+6
2016-12-21tdf#96218: MSO DOCX image incorrectly placed when using Alignment PositionTamás Zolnai1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-02tdf#62847 import image hyperlink in docxdrazil1-0/+14
2016-08-11loplugin:constantparamNoel Grandin1-7/+5
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin1-3/+1
2016-05-31tdf#77349 RTF import: automatically generate names for images if neededMiklos Vajna1-5/+6
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-28tdf#97371 DOCX import: fix text covered by shapeMiklos Vajna1-1/+6
2015-11-24loplugin:unusedfields in writerfilter/Noel Grandin1-14/+0
2015-11-23tdf#60351: Use Wrap Polygon also for PROP_SIZE_PIXELMike Kaganski1-11/+28
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-28tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna1-2/+6
2015-07-16Removed singleton PropertyNameSupplier and replaced it with single function.Matthew Pottage1-51/+40
2015-07-15tdf#87539 map MSO washout filter to LO's watermark colormodeJoren De Cuyper1-3/+2
2015-06-24tdf#89698 DOCX import: inline picture should have no spacingMiklos Vajna1-4/+4
2015-05-26DOCX import: fix vertical position of inline imagesLászló Németh1-50/+52
2015-05-19TagLogger can be staticNoel Grandin1-5/+4
2015-05-12tdf#76941 : image greyscale not imported correctlyJoren De Cuyper1-110/+109
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna1-2/+1
2015-04-19writerfilter: remove remaining doctok bits in GraphicImportMiklos Vajna1-20/+0
2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna1-6/+6
2015-04-06writerfilter: use variadic cppu::WeakImplHelperMiklos Vajna1-2/+2
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-2/+7
2014-12-22resolveSprmProps() is used only in dmapperMiklos Vajna1-3/+1
2014-12-21writerfilter: refactor to get rid of remaining scary PositionHandler staticsMiklos Vajna1-4/+7
2014-12-21writerfilter: refactor to get rid of savedPositionOffset{V,H} staticsMiklos Vajna1-4/+7
2014-12-14fdo#86761 RTF import: positive border width and fLine=0 means no borderMiklos Vajna1-1/+2
2014-12-13writerfilter: only dmapper needs DomainMapper.hxxMiklos Vajna1-1/+1
2014-12-13Avoid '#include "../'Miklos Vajna1-0/+1
2014-12-04DOCX filter: effect extent should be part of the marginMiklos Vajna1-0/+4
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-31Use oox::drawingml::convertEmuToHmm()Miklos Vajna1-8/+8
2014-10-25writerfilter: nobody generates FSPA references anymore, only doctok didMiklos Vajna1-37/+27
2014-10-25writerfilter: nobody generates PICF references anymore, only doctok didMiklos Vajna1-1/+1
2014-10-25fdo#85179 RTF filter: import image borderMiklos Vajna1-7/+24
2014-10-25writerfilter: avoid copy&pasteMiklos Vajna1-2/+3
2014-10-17Work around Clang 3.2 -Wnull-conversion bugStephan Bergmann1-1/+1
2014-10-17DEBUG_DOMAINMAPPER -> DEBUG_WRITERFILTERMiklos Vajna1-1/+1
2014-10-15writerfilter: call to SAL_WARN() is not expensiveMiklos Vajna1-7/+1
2014-10-10DOCX import: map <wp:effectExtent>Miklos Vajna1-7/+34
2014-09-26DOCX drawingML import: fix remaining rotation / flip combinationsMiklos Vajna1-6/+8
2014-09-26DOCX drawingML import: fix handling of rotation in case of horizontal flipMiklos Vajna1-7/+12