summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-20vcl: remove swapping logic from GraphicObject to support lazy-loadingprivate/Ashod/cd-5.3-3.2_import_unloadedAshod Nakashian1-174/+5
2018-06-18Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-4/+4
2018-06-18Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-2/+2
2018-06-09graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-2/+2
2018-05-22svx: support breaking PDFs imported as imagesAshod Nakashian1-0/+1
2018-05-22vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian1-0/+15
2018-05-22pdf: share pdf data in GraphicTomaž Vajngerl1-1/+2
2018-05-22coverity#1371200 Missing move assignment operatorCaolán McNamara1-10/+13
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-31svx: make SdrGrafObj::mpReplacementGraphic swappableMichael Stahl1-0/+30
2017-07-05support for saving a modified image instead of original versionMarco Cecchetti1-13/+22
2017-03-14vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna1-2/+2
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
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-19/+19
2016-05-20tdf#87668 Add control to show or hide "Original Size" option.Gulsah Kose1-0/+17
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin1-1/+1
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-31com::sun::star->css in svxNoel Grandin1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-16boost->stdCaolán McNamara1-3/+3
2015-08-26convert Link to TypedNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SDRGRAPHOBJ constants to scoped enumNoel Grandin1-5/+5
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-7/+7
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1