summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/PreviewRenderer.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-12tdf#105362 better support for transparency in PNG & GIF exportArmin Le Grand (allotropia)1-8/+0
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-12-05use visitor in ViewObjectContact::createPrimitive2DSequenceNoel Grandin1-10/+15
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2020-10-23long->tools::Long in pyuno..sdNoel1-1/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2019-07-08use BitmapEx in PreviewRenderer::ScaleBitmapNoel Grandin1-3/+3
2019-05-09Resolves: tdf#124927 crash on multiple drawing shapes in animation dialogCaolán McNamara1-1/+4
2019-02-15loplugin:flatten in sd/source/ui/[t-u]*Noel Grandin1-24/+24
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-06-01drop Image(Bitmap) constructorNoel Grandin1-3/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-2/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-10/+4
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-4/+10
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-10/+4
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-1/+1
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-6/+6
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin1-4/+4
2017-06-26loplugin:oncevar in sdNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-3/+1
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-3/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann1-5/+1
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin1-6/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-10loplugin:constantparam in sdNoel Grandin1-11/+2
2016-07-27formally->formerlyCaolán McNamara1-1/+1
2016-04-05loplugin:constantparam in sdNoel Grandin1-5/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2015-12-27Bail out early (so to avoid unuseful dynamic_casts)Matteo Casalin1-1/+4
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-29com::sun::star->css in sdNoel Grandin1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-25sd/source/ui/tools boost->stdCaolán McNamara1-2/+1
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara1-0/+1
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2