summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-04rename Anz->Cnt in svxNoel Grandin1-4/+4
2017-08-04rename nPgAnz->nPgCountNoel Grandin1-2/+2
2017-08-01Typo: usnig->usingJulien Nabet1-2/+2
2017-07-27loplugin:constparams in svxNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand1-1/+1
2017-06-30loplugin:unusedvariablecheckStephan Bergmann1-2/+0
2017-06-30tdf#108863 svx: fix use-after-free in SdrEditView::DeleteMarkedObj()Michael Stahl1-16/+23
2017-06-21loplugin:unusedfields in svx part2Noel Grandin1-9/+0
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-4/+3
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-21loplugin:unusedmethodsNoel Grandin1-7/+4
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+3
2016-08-19convert SdrInsertReasonKind to scoped enumNoel Grandin1-3/+3
2016-08-19convert SdrRepeatFunc to scoped enumNoel Grandin1-1/+1
2016-06-27loplugin:singlevalfields in svx(part3)Noel Grandin1-2/+0
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-7/+7
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna1-16/+16
2015-06-01svx: nObjAnz -> nObjCountMiklos Vajna1-5/+5
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-05tdf#34555 add crop features to svxPhilippe Jung1-0/+12
2015-04-29convert SDRINSERT constants to scoped enumNoel Grandin1-6/+6
2015-03-22svx: nMarkAnz -> nMarkCountMiklos Vajna1-17/+17
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-11/+10
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-24/+20
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+4
2014-07-07clang scan-build: Dereference of null pointerCaolán McNamara1-2/+2
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15svx: sal_Bool->boolNoel Grandin1-6/+6
2014-03-11svx: sal_Bool->boolNoel Grandin1-29/+29
2014-02-26Remove visual noise from svxAlexander Wilms1-7/+7
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-18Resolves: #i123468# Added SdrEndTextEdit before replacing EmptyPresObj...Armin Le Grand1-0/+23
2014-01-28bool improvementsStephan Bergmann1-97/+97
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-6/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-4/+4
2013-09-01XubString->OUStringCaolán McNamara1-2/+2