summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdorect.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida1-41/+45
2014-11-04rename nWink->nAngleNoel Grandin1-4/+4
2014-11-04rename SetDrehWink -> setRotationAngleNoel Grandin1-2/+2
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida1-1/+1
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-9/+9
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-10/+10
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+3
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26Remove visual noise from svxAlexander Wilms1-5/+5
2014-01-28bool improvementsStephan Bergmann1-11/+11
2013-11-14remove unnecessary sal_Unicode casts in SVX moduleNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-6/+6
2013-09-05convert include/svx/svdovirt.hxx from String to OUStringNoel Grandin1-2/+2
2013-07-26convert TakeObjNamePlural family to OUStringCaolán McNamara1-11/+21
2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara1-20/+22
2013-05-10Resolves: #i122142# use simple text hilight framesArmin Le Grand1-0/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-04-05revert that change and to it at custom shapes levelRadek Doulik1-1/+1
2013-04-04disable round corners for rectangle shape. fixes fdo#39907Radek Doulik1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2012-11-28Sync draw object to calc grid for better alignment when zoomingNoel Power1-1/+3
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-5/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-27/+27
2012-02-15Fix some translation oversightsStefan Knorr (astron)1-1/+1
2012-01-31More on string conversion.Kohei Yoshida1-6/+6
2012-01-31XubString to rtl::OUString.Kohei Yoshida1-1/+1
2012-01-24Comments Translations.Stefan Knorr1-28/+26
2012-01-24Removal of commented code.Stefan Knorr1-2/+2
2011-11-27remove include of pch header from svxNorbert Thiebaud1-2/+0
2011-08-19would leak on SdrRectObj::RecalcXPoly, drop NULL checks before deleteCaolán McNamara1-9/+4
2011-08-18fdo#37403: even better SdrRectObj::operator= thanks to StephanCédric Bosdonnat1-3/+2
2011-08-17fdo#37403: Fixed the SdrRectObj::operator = to avoid leaksCédric Bosdonnat1-0/+5
2011-08-16fdo#37403: Adding proper assignment operator to SdrRectObjCédric Bosdonnat1-0/+13
2011-08-16Revert "fdo#37403: Fixed crasher by using boost::shared_ptr"Cédric Bosdonnat1-5/+17
2011-08-05callcatcher: unused methodsCaolán McNamara1-9/+0
2011-07-14callcatcher: remove unused methodsCaolán McNamara1-6/+0
2011-07-11various unused methods and impl source filesCaolán McNamara1-1/+0
2011-07-08fdo#37403: Fixed crasher by using boost::shared_ptrCédric Bosdonnat1-19/+6
2011-06-04Removed comments/commented codeChristina Rossmanith1-3/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-25more sensible SdrObject::Clone() and SdrObject::operator=()Luboš Luňák1-2/+2
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-25/+25