summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdhdl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-07-12Remove excess newlinesChris Sherlock1-13/+0
2015-11-13svx: loplugin:badstaticsMichael Stahl1-4/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-07Avoid clang-analyzer-deadcode.DeadStoresStephan Bergmann1-11/+22
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-3/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-16boost->stdCaolán McNamara1-2/+1
2015-09-09convert Link<> to typedNoel Grandin1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-35/+35
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-35/+35
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-27Experimental: draw handles instead of getting them from bitmapTomaž Vajngerl1-6/+48
2015-03-23svx: if the handle bitmap is empty - create a replacement bitmapTomaž Vajngerl1-1/+15
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-46/+22
2015-03-08libreofficekit, svx, sw: fix typosMiklos Vajna1-1/+1
2015-03-08svx: nAnz -> nCountMiklos Vajna1-3/+3
2015-03-07SdrHdlList: fix indentation in IsHdlListHit() and GetHdl()Miklos Vajna1-30/+30
2015-03-02HiDPI: increase size of handles including anchorTomaž Vajngerl1-12/+18
2015-01-16make OverlayTriangle public, allow to change each pointTomaž Vajngerl1-1/+1
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-11-04rename nWink->nAngleNoel Grandin1-2/+2
2014-11-04rename nHdlWink->nHdlAngleNoel Grandin1-14/+14
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-7/+7
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-7/+7
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-8/+0
2014-08-16Just copy the boolean valueMatteo Casalin1-3/+3
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-31/+30
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe1-9/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist1-3/+3
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-40/+40
2014-03-08coverity#708370 Uninitialized scalar fieldCaolán McNamara1-7/+7
2014-02-26Remove visual noise from svxAlexander Wilms1-20/+20
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28Resolves: #i123950# Corrected/extended interactive crop feature...Armin Le Grand1-19/+31
2014-01-28coverity#705899 Dereference before null checkCaolán McNamara1-2/+1
2013-09-05convert svx/source/svdraw/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-06-26coverity#1027651 Dereference after null checkNorbert Thiebaud1-2/+2