summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlaymanager.cxx
AgeCommit message (Expand)Author
2021-07-30drawinglayer: make VisitingParameters constructor explicitTomaž Vajngerl
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-04-28createPixelProcessor2DFromOutputDevice won't return nullCaolán McNamara
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-08Don't needlessly convert to sal_Int32 instead of longStephan Bergmann
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-11Handle empty rRange in OverlayManager::RangeToInvalidateRectangleStephan Bergmann
2020-08-06loplugin:flatten in svx/sdrNoel Grandin
2020-02-25tdf#42949 Fix IWYU warnings in svx/source/sdr/*/*cxxGabor Kelemen
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-05-16split methods upCaolán McNamara
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen
2019-03-08new loplugin constvarsNoel Grandin
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-16boost->stdCaolán McNamara
2015-07-16loplugin:unusedmethods svxNoel Grandin
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-03-09Add sdr::overlay::OverlayManager::getModel()Miklos Vajna
2015-03-07sdr::overlay::OverlayManager: rmOutputDevice -> mrOutputDeviceMiklos Vajna
2014-10-15loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-10use SimpleReferenceObject in sdr::overlay::OverlayManagerNoel Grandin
2014-06-27Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-02-26Remove visual noise from svxAlexander Wilms
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
2013-06-17Related: #i121532# unified processor2d usages from other modulesArmin Le Grand
2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud