summaryrefslogtreecommitdiff
path: root/svx/source/xml/xmlgrhlp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-06vcl: svx: misc improvements to pdfium importingprivate/Ashod/pdfium_on_master_fixedAshod Nakashian1-4/+4
2018-06-05svx: share PDF stream when saving imported PDF as imagesAshod Nakashian1-0/+11
2018-06-05sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian1-0/+1
2018-06-05pdf: share pdf data in GraphicAshod Nakashian1-3/+3
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl1-2/+1
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-5/+10
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-2/+2
2018-03-31loplugin:unusedfieldsNoel Grandin1-7/+3
2018-03-16remove some GraphicObject URL funct. from GraphicImportHelperTomaž Vajngerl1-455/+5
2018-03-07cache location and mime type when saving a graphic to a storageTomaž Vajngerl1-2/+5
2018-03-05loplugin:useuniqueptr in SvXMLGraphicOutputStreamNoel Grandin1-13/+11
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-21report the saved mimetype when saving graphic + mime from streamTomaž Vajngerl1-7/+21
2018-02-13XGraphicStorageHandler: support loading graphic from streamTomaž Vajngerl1-12/+47
2018-02-11extend XGraphicStorageHandler with saveGraphicByNameTomaž Vajngerl1-6/+36
2018-02-01Fix typosAndrea Gelmini1-2/+2
2018-02-01add XGraphicStorageHandler interfaceTomaž Vajngerl1-16/+462
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens1-45/+38
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin1-21/+7
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-27loplugin:constparams in svxNoel Grandin1-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-06-27loplugin:oncevar in svxNoel Grandin1-5/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-6/+6
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-3/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert svx module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna1-1/+14
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-45/+18
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara1-8/+9
2017-01-09replace C-style casts with const_castJochen Nitschke1-3/+3
2016-12-04tdf#88206 replace cppu::WeakImplHelper* in svtools and svxJochen Nitschke1-2/+2
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann1-5/+0
2016-10-07loplugin:staticmethods: svxStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-14/+14
2016-06-27ODT export: add embedded pdf supportMiklos Vajna1-0/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-5/+5
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-10/+10
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-12/+12
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin1-5/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-4/+4