summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-04coverity#735635 Division or modulo by float zeroCaolán McNamara1-0/+4
2014-11-04rename nWink->nAngleNoel Grandin1-37/+37
2014-11-04rename nWink1->nAngle1Noel Grandin1-4/+4
2014-11-04rename nWink0->nAngle0Noel Grandin1-6/+6
2014-11-04rename TakeWinkStr->TakeAngleStrNoel Grandin1-3/+3
2014-11-04rename nTmpWink->nTmpAngleNoel Grandin1-10/+10
2014-11-04rename nNeuWink->nNewAngleNoel Grandin1-37/+37
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-32/+32
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-29/+29
2014-10-20loplugin: cstylecastNoel Grandin1-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-29/+29
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-32/+32
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-14/+14
2014-08-14Go even further in the scope reduction, we are 100% sure mpClone is NULL.Jan Holesovsky1-15/+12
2014-08-14Massive scope level reduction by early bail-out.Kohei Yoshida1-58/+58
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-3/+3
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan1-1/+2
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist1-2/+2
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-04-30coverity#704340 Logically dead codeCaolán McNamara1-3/+3
2014-04-11coverity#708369 Uninitialized scalar fieldCaolán McNamara1-1/+5
2014-03-29coverity#735510 Logically dead codeCaolán McNamara1-38/+1
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand1-1/+0
2014-02-26Remove visual noise from svxAlexander Wilms1-19/+19
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28Resolves: #i123950# Corrected/extended interactive crop feature...Armin Le Grand1-18/+202
2013-11-16cppcheck: reduce scopeJulien Nabet1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-2/+2
2013-09-05XubString to OUStringThomas Arnhold1-18/+9
2013-09-05convert include/svx/svdmodel.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-05convert include/svx/svdmrkv.hxx from String to OUStringNoel Grandin1-46/+46
2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand1-5/+18
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-13/+13
2013-04-13WaE: unused paramCaolán McNamara1-1/+1
2013-04-13Resolves: #i54102# added support for rotation, shear and mirror for SdrEdgeObjArmin Le Grand1-5/+107
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-04-02#120999# Added support code in SdrDragObjOwn::MoveSdrDrag to rescue the chang...Armin Le Grand1-0/+13
2013-03-27WaE: macro is not used: _MATH_H weirdnessTor Lillqvist1-3/+0
2012-12-19Some cppcheck cleaningJulien Nabet1-4/+3
2012-11-28Sync draw object to calc grid for better alignment when zoomingNoel Power1-1/+2
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-5/+5
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-24/+27
2012-08-16Convert SdrUShortCont from Container to std::setNoel Grandin1-13/+9
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+1
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-04-02removed duplicate includes in svxTakeshi Abe1-1/+0
2012-02-15Fix some translation oversightsStefan Knorr (astron)1-3/+3
2012-01-31XubString to rtl::OUString.Kohei Yoshida1-16/+15