summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
AgeCommit message (Expand)Author
2015-05-29convert POINTER constants to scoped enumNoel Grandin
2015-05-05tdf#34555 add crop features to svxPhilippe Jung
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-03-30SdrObject::dumpAsXml: show bounding rectangleMiklos Vajna
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: svxNoel Grandin
2015-03-08svx: nAnz -> nCountMiklos Vajna
2015-02-13tdf#60910 don't lose fontwork objectsDavid Tardon
2014-12-19Assume that as long as the model is the same, the shape doesn't change.Lionel Elie Mamane
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida
2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida
2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida
2014-11-28SdrObject::TRSetBaseGeometry: Value stored to 'fRotate' is never readMiklos Vajna
2014-11-28Factor out SdrObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-19Move SdrObjPlusData out of SdrObject's header.Kohei Yoshida
2014-11-19loplugin:unreffunStephan Bergmann
2014-11-19Move SdrObjUserDataList out of the header.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-08coverity#1251168 Logically dead codeCaolán McNamara
2014-11-04Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida
2014-11-04rename nWink->nAngleNoel Grandin
2014-11-04rename TakeWinkStr->TakeAngleStrNoel Grandin
2014-11-04rename GetWinkStr->GetAngleStrNoel Grandin
2014-10-28Move these headers from include to svx; they are not used outside svx.Kohei Yoshida
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-14just check if the fraction is < 0David Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-02coverity#1242476 Dereference null return valueCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-28Avoid unnecessary, potentially invalid downcasts from SdrObject to SdrObjGroupStephan Bergmann
2014-08-25Consistency around SdrAngleItem in svx/inc/sxraitm.hxxStephan Bergmann
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann
2014-08-22Consistency around SfxStringItem in svx/inc/sxonitm.hxxStephan Bergmann
2014-08-22Consistency around SdrYesNoItem in svx/sxmspitm.hxxStephan Bergmann
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-05Let GetObjectItemPool return a referenceStephan Bergmann
2014-08-05Fine to let GetObjectItemPool return just SfxItemPool*Stephan Bergmann
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna