summaryrefslogtreecommitdiff
path: root/include/svx/svdograf.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-24reduce symbol visibility in svxNoel Grandin1-35/+35
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-3/+3
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy4451-6/+6
2021-07-31svx: cleanup some forward decls, unneeded pragma once, whitespaceTomaž Vajngerl1-11/+2
2021-06-19loplugin:finalclassesNoel Grandin1-2/+1
2021-06-17svx: pragma once for some SdrObject subclassesTomaž Vajngerl1-4/+1
2021-02-11rename RestGeoData->RestoreGeoDataNoel Grandin1-1/+1
2021-02-10clean up SdrObject cloningNoel1-1/+2
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin1-1/+1
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-2/+1
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-1/+1
2020-10-14cleanup SdrGrafObj and remove unneeded semi-colonsTomaž Vajngerl1-21/+38
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-2/+0
2020-06-11loplugin:unusedmethodsNoel Grandin1-3/+0
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-2/+0
2020-02-25SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna1-9/+0
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna1-0/+9
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann1-1/+1
2019-11-20loplugin:unusedmethodsNoel Grandin1-2/+0
2019-10-30loplugin:finalclasses svxNoel Grandin1-1/+1
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-1/+1
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin1-1/+1
2019-09-03loplugin:constmethod in svxNoel Grandin1-1/+1
2019-08-26loplugin:returnconstval in new pdf codeNoel Grandin1-1/+1
2019-08-25pdfium: Returning a const std::shared_ptr<...>& is not recommended.Jan Holesovsky1-1/+1
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky1-1/+3
2019-07-25QRCode Dialog Box featureShubham Goyal1-0/+15
2018-12-05remove unused SdrGrafObjTransformsAttrs enum valueNoel Grandin1-5/+4
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt1-0/+3
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin1-2/+0
2018-08-08loplugin:singlevalfieldsNoel Grandin1-6/+0
2018-07-31remove SdrGrafObj::IsSwappedOutNoel Grandin1-1/+0
2018-07-08loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin1-1/+1
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin1-1/+1
2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian1-0/+6
2018-06-07svx: sd: cosmeticsAshod Nakashian1-2/+2
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+2
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-7/+5
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-2/+2
2018-04-20loplugin:singlevalfieldsNoel Grandin1-1/+0
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-8/+11
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-11/+8
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-8/+11
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl1-1/+1
2018-03-07tdf#116108 Add option to fit images into their cellSamuel Mehrbrodt1-0/+2
2018-02-05use unique_ptr to store GraphicObject for SdrGrafObjTomaž Vajngerl1-2/+2