summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-07tdf#141297 : remove link to the fileArnaud Versini1-0/+4
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-12always use the LinkManager's persist as the known refererCaolán McNamara1-8/+1
2020-05-12use the LinkManager persist to determine the RefererCaolán McNamara1-1/+8
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl1-8/+8
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin1-1/+1
2020-03-25SdrGrafObj: don't check the primitive sequence for PDF to get metadataTomaž Vajngerl1-0/+6
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-12/+1
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-20/+2
2020-02-25SVG export: try to reuse original bitmap data for JPG and PNG bitmapsMiklos Vajna1-22/+0
2020-02-25svx: cache PNG export of graphic shapesMiklos Vajna1-0/+22
2020-02-12move some svx/ headers inside the moduleNoel Grandin1-3/+3
2020-01-08 tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten1-1/+1
2019-12-17loplugin:expandablemethodsNoel Grandin1-3/+1
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-8/+8
2019-09-06use unique_ptr in ImpConvertContainedTextToSdrPathObjsNoel Grandin1-1/+1
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin1-3/+3
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-3/+3
2019-07-25QRCode Dialog Box featureShubham Goyal1-0/+10
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+6
2019-04-12Resolves: tdf#124698 bubble down parent for modal dialogCaolán McNamara1-1/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-12/+11
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-12-05remove unused SdrGrafObjTransformsAttrs enum valueNoel Grandin1-1/+1
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-06tdf#118582 Disable signature line signing once it is signedSamuel Mehrbrodt1-0/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin1-10/+10
2018-09-22ofz#10610 Direct-leakCaolán McNamara1-1/+1
2018-09-21remove SdrObject::GetHdl in favour of AddToHdlListNoel Grandin1-2/+5
2018-08-09loplugin:unusedmethodsNoel Grandin1-160/+0
2018-08-08loplugin:singlevalfieldsNoel Grandin1-29/+0
2018-07-31remove SdrGrafObj::IsSwappedOutNoel Grandin1-6/+0
2018-07-26tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna1-0/+3
2018-07-17bubble referer to LinkManager::GetGraphicFromAnyCaolán McNamara1-1/+1
2018-07-08loplugin:passstuffbyrefNoel Grandin1-1/+1
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin1-2/+2
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin1-2/+3
2018-06-27tdf#117904 Don't allow copying signed shapesSamuel Mehrbrodt1-1/+4
2018-06-07vcl: svx: preserve the imported PDF page number in GraphicAshod Nakashian1-0/+15
2018-06-07pdf: share pdf data in GraphicAshod Nakashian1-1/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-24/+7