summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdhdl.cxx
AgeCommit message (Expand)Author
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27Experimental: draw handles instead of getting them from bitmapTomaž Vajngerl
2015-03-23svx: if the handle bitmap is empty - create a replacement bitmapTomaž Vajngerl
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-08libreofficekit, svx, sw: fix typosMiklos Vajna
2015-03-08svx: nAnz -> nCountMiklos Vajna
2015-03-07SdrHdlList: fix indentation in IsHdlListHit() and GetHdl()Miklos Vajna
2015-03-02HiDPI: increase size of handles including anchorTomaž Vajngerl
2015-01-16make OverlayTriangle public, allow to change each pointTomaž Vajngerl
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-04rename nWink->nAngleNoel Grandin
2014-11-04rename nHdlWink->nHdlAngleNoel Grandin
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-16Just copy the boolean valueMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-08coverity#708370 Uninitialized scalar fieldCaolán McNamara
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28bool improvementsStephan Bergmann
2014-01-28Resolves: #i123950# Corrected/extended interactive crop feature...Armin Le Grand
2014-01-28coverity#705899 Dereference before null checkCaolán McNamara
2013-09-05convert svx/source/svdraw/*.cxx from String to OUStringNoel Grandin
2013-06-26coverity#1027651 Dereference after null checkNorbert Thiebaud
2013-06-17Related: #i74211# added frame to better see graphicArmin Le Grand
2013-06-17Resolves: #i74211# Correct crop of bitmap data when...Armin Le Grand
2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand
2013-06-14Resolves: #i121534# Reintegrating changes for rotated bitmap supportArmin Le Grand
2013-06-13Resolves: #i121463# Enhanced handle visualization..Armin Le Grand
2013-06-06Slowly, but surely going on compiling for mingw64Fridrich Štrba
2013-04-04sal_Bool to boolTakeshi Abe
2013-02-25fdo#45879 - fix selected gluepoint rendering.Michael Meeks
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-11-02Fix crash during polygon handle travelling.Thorsten Behrens
2012-08-16Convert aList in SdrHdlList class from Container to std::dequeNoel Grandin
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-02-15Fix some translation oversightsStefan Knorr (astron)
2012-01-24Removal of commented code.Stefan Knorr