summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdpagv.cxx
AgeCommit message (Expand)Author
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin
2017-08-04rename Anz->Cnt in svxNoel Grandin
2017-07-27loplugin:constparams in svxNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-07tdf#91260 svx, sw: don't paint off-page part of drawing objectMichael Stahl
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-09-29merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkableJochen Nitschke
2016-08-23convert SdrHelpLineKind to scoped enumNoel Grandin
2016-06-27loplugin:singlevalfields in svx(part1)Noel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-15svx: remove now unused SdrModel::isTiledRendering()Miklos Vajna
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna
2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-03Removed some whole page invalidations in impressMihai Varga
2015-05-20convert GRID constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-08svx: nAnz -> nCountMiklos Vajna
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-04-21remove comments why a file gets includedThomas Arnhold
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-03fdo#74435: SdrPageView::DrawLayer(): hack to avoid spuriously visible imagesMichael Stahl
2014-01-28bool improvementsStephan Bergmann
2013-09-01XubString->OUStringCaolán McNamara
2013-04-09sal_Bool to boolTakeshi Abe
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand
2013-02-24loplugin: unused variablesThomas Arnhold
2012-11-27re-base on ALv2 code. Includes:Michael Meeks