summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-1/+1
2016-03-17loplugin:constantparam in svxNoel Grandin1-20/+20
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-7/+6
2016-02-22loplugin:write only fieldsNoel Grandin1-5/+3
2016-02-09Remove excess newlinesChris Sherlock1-30/+0
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-3/+1
2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna1-1/+1
2016-01-05tdf#96708: don't modify document while copying to clipboardMike Kaganski1-6/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-5/+0
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-0/+1
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-9/+9
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-5/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-119/+119
2015-10-31com::sun::star->css in svxNoel Grandin1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13coverity#735874 Dereference after null checkCaolán McNamara1-3/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-3/+3
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-09convert Link<> to typedNoel Grandin1-5/+5
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-16loplugin:unusedmethods svxNoel Grandin1-19/+0
2015-07-06improve the returnbyref lopluginNoel Grandin1-1/+1
2015-07-02stray printfCaolán McNamara1-1/+0
2015-07-02coverity#1309051 Uncaught exceptionCaolán McNamara1-0/+1
2015-06-29remove custom RTTI from SdrObjUserDataNoel Grandin1-2/+0
2015-06-14Remove unused OpenGLObjectZolnai Tamás1-3/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-01svx: nObjAnz -> nObjCountMiklos Vajna1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-2/+2
2015-05-05tdf#34555 add crop features to svxPhilippe Jung1-0/+19
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist1-3/+3
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-4/+4
2015-04-23loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-46/+0
2015-03-30SdrObject::dumpAsXml: show bounding rectangleMiklos Vajna1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19loplugin:constantfunction: svxNoel Grandin1-66/+15
2015-03-08svx: nAnz -> nCountMiklos Vajna1-7/+7
2015-02-13tdf#60910 don't lose fontwork objectsDavid Tardon1-1/+1
2014-12-19Assume that as long as the model is the same, the shape doesn't change.Lionel Elie Mamane1-1/+1
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida1-0/+2
2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida1-6/+60
2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida1-9/+19
2014-11-28SdrObject::TRSetBaseGeometry: Value stored to 'fRotate' is never readMiklos Vajna1-1/+0
2014-11-28Factor out SdrObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+18