summaryrefslogtreecommitdiff
path: root/include/svx/svdobj.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-22re-organise SdrObject class definitionNoel Grandin1-178/+145
2016-11-21convert inventorId to scoped enumNoel Grandin1-12/+26
2016-11-19sc-perf: bundle SdrObject::BroadcastObjectChange() calls during SaveEike Rathke1-0/+20
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-10-20loplugin:expandablemethodds in svxNoel Grandin1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-01loplugin:countusersofdefaultparamsNoel Grandin1-2/+2
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin1-22/+21
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-2/+2
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-14/+16
2016-06-27loplugin:singlevalfields in svx(part2)Noel Grandin1-2/+0
2016-06-07tdf#89329: use unique_ptr for pImpl in svdobjXisco Fauli1-1/+1
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-3/+3
2016-03-17loplugin:constantparam in svxNoel Grandin1-1/+1
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-1/+1
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-3/+3
2016-02-22loplugin:write only fieldsNoel Grandin1-2/+1
2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara1-2/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin1-10/+10
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-4/+0
2015-09-09convert Link<> to typedNoel Grandin1-6/+6
2015-08-16tdf#39468 Translate German comments - include/svxPhilipp Weissenbacher1-35/+44
2015-07-16loplugin:unusedmethods svxNoel Grandin1-11/+0
2015-06-29remove custom RTTI from SdrObjUserDataNoel Grandin1-2/+0
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-14Remove unused OpenGLObjectZolnai Tamás1-1/+0
2015-05-05tdf#34555 add crop features to svxPhilippe Jung1-0/+3
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-2/+2
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist1-5/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks1-1/+2
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-5/+0
2015-03-19loplugin:constantfunction: svxNoel Grandin1-3/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-4/+4
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-11/+11
2015-01-07svx: translate German comments on SdrObject/SdrPageMichael Stahl1-103/+103
2014-12-20Add SdrObjGroup::dumpAsXml() to show contents of group shapesMiklos Vajna1-1/+1
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida1-7/+15
2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida1-14/+9
2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida1-7/+7
2014-12-08Officially disable the copy c'tor of SdrObject.Kohei Yoshida1-0/+2