summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-3/+3
2018-04-20loplugin:singlevalfieldsNoel Grandin1-7/+0
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl1-15/+28
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-2/+2
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl1-171/+6
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-158/+138
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-138/+158
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-158/+138
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-2/+2
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-6/+6
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl1-2/+1
2018-02-05use unique_ptr to store GraphicObject for SdrGrafObjTomaž Vajngerl1-95/+86
2018-02-03use more TypedWhichId in SdrObject::GetObjectItemNoel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-8/+8
2018-01-10tdf#83877 Copy signature line properties too when copying shapeSamuel Mehrbrodt1-0/+10
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-12-01Related tdf#72966 Provide replacement graphic also for metafilesSamuel Mehrbrodt1-2/+3
2017-11-30coverity#1424325 Uninitialized scalar fieldCaolán McNamara1-12/+18
2017-11-28tdf#83877 OOXML Roundtrip of SignatureLine propertiesSamuel Mehrbrodt1-1/+4
2017-11-21TypedWhichId for SDRATTR* constants (2)Noel Grandin1-12/+12
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-3/+3
2017-10-23loplugin:includeform: svxStephan Bergmann1-3/+3
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-5/+5
2017-07-15emfplus: make VectorFormats Emf/Wmf/Svg workArmin Le Grand1-2/+36
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-17/+17
2017-07-14svx: make SdrGrafObj::mpReplacementGraphic swappableMichael Stahl1-0/+30
2017-07-04support for saving a modified image instead of original versionMarco Cecchetti1-13/+22
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-1/+0
2017-06-06tdf#39674 Translate some German variable/function namesJohnny_M1-10/+10
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna1-2/+2
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara1-10/+13
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann1-5/+0
2016-10-20loplugin:expandablemethodds in svxNoel Grandin1-6/+1
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-11/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-8/+8
2016-07-15new loplugin unnecessary overrideNoel Grandin1-10/+0
2016-06-28ODP export: add embedded pdf supportMiklos Vajna1-0/+3
2016-06-10tdf#87667 If image is cropped, set cropped size as original size.Gulsah Kose1-8/+21