summaryrefslogtreecommitdiff
path: root/svx/source/xml
AgeCommit message (Expand)AuthorFilesLines
2019-03-07tdf#123452 EMF Re-enable compression for image/x-emf filesBartosz Kosiorek1-0/+1
2018-06-25tdf#103913 keep ".emf" file extension and mime typeLászló Németh1-1/+6
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl5-22/+20
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-26/+23
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-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-31loplugin:unusedfieldsNoel Grandin1-7/+3
2018-03-20tdf#116482: Fix for Crash on drawingMohammed Abdul Azeem1-1/+7
2018-03-16remove some GraphicObject URL funct. from GraphicImportHelperTomaž Vajngerl1-455/+5
2018-03-10xmloff: embedded objects can still use GraphicObject URLTomaž Vajngerl1-1/+1
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-27Fix exporting bitmap table + testTomaž Vajngerl1-1/+1
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin1-2/+1
2018-02-26xmloff: remove unused code when loading/saving the bitmap tableTomaž Vajngerl1-6/+0
2018-02-21report the saved mimetype when saving graphic + mime from streamTomaž Vajngerl1-7/+21
2018-02-18in numbering use "GraphicBitmap" property for image transportTomaž Vajngerl1-2/+9
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-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl2-4/+13
2018-02-01add XGraphicStorageHandler interfaceTomaž Vajngerl1-16/+462
2018-01-14xmloff: XmlImageStyle class is pointless as the methods are staticTomaž Vajngerl1-1/+0
2017-12-13tools: remove unused #include from solar.hMichael Stahl2-0/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-1/+3
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 Bergmann4-28/+28
2017-10-17use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin1-27/+10
2017-10-16use rtl::Reference for SvXMLGraphicHelperNoel Grandin4-48/+37
2017-10-06use rtl::Reference in SvXMLEmbeddedObjectHelperNoel Grandin2-27/+15
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-2/+2
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin1-1/+1
2017-09-03svx: Fix memleak at early returns from SvxXMLXTableExportComponent::saveTakeshi Abe1-5/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-29loplugin:constparams in svxNoel Grandin2-2/+2
2017-07-28loplugin:checkunusedparams more part2Noel Grandin1-9/+9
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-07-02loplugin:casttovoid: svxStephan Bergmann2-39/+19
2017-06-28SvXMLEmbeddedObjectHelper::Create bDirect parameter is unusedStephan Bergmann1-4/+1
2017-06-27loplugin:oncevar in svxNoel Grandin1-5/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-6/+6
2017-06-07Exporting EditEngine document into a buffer with ODF FilterVarun Dhall1-2/+1
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