summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdogrp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22loplugin:flatten in svxNoel Grandin1-40/+43
2017-10-23loplugin:includeform: svxStephan Bergmann1-3/+3
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-1/+1
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-15/+15
2017-01-16new loplugin: useuniqueptr: svxNoel Grandin1-18/+17
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-7/+7
2016-08-19convert SdrObjListKind to scoped enumNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in svx(part2)Noel Grandin1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-07-16loplugin:unusedmethods svxNoel Grandin1-19/+0
2015-05-01Replaced nAnz, nObjAnz with nCount, nObjCount respectivelyLinus Behrens1-38/+38
2014-12-20Add SdrObjGroup::dumpAsXml() to show contents of group shapesMiklos Vajna1-0/+12
2014-11-04rename nWink->nAngleNoel Grandin1-16/+16
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-11/+11
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-6/+6
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-6/+6
2014-10-14just check if the fraction is < 0David Tardon1-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-11/+11
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-50/+42
2014-08-05Let GetObjectItemPool return a referenceStephan Bergmann1-2/+2
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-03-11svx: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26Remove visual noise from svxAlexander Wilms1-3/+3
2014-01-28bool improvementsStephan Bergmann1-46/+46
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-3/+3
2013-07-26convert TakeObjNamePlural family to OUStringCaolán McNamara1-6/+4
2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara1-9/+13
2013-07-02fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold1-1/+0
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-10/+22
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-25/+16
2012-09-27sw: implement page-relative size for drawing objects and import them from docxCédric Bosdonnat1-3/+3
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-06Translation of comments in svdraw (part two)Stefan Knorr (astron)1-14/+14
2011-12-06impress210: #i41995# using view contact to get bound rect for old path animat...Christian Lippka ORACLE1-12/+0
2011-12-06impress210: #i41995# fixed import of path animation from sxi filesChristian Lippka ORACLE1-0/+11
2011-11-27remove include of pch header from svxNorbert Thiebaud1-2/+0
2011-06-04Removed comments/commented codeChristina Rossmanith1-26/+10
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-19/+24