summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdobj.cxx
AgeCommit message (Expand)Author
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
2014-06-30Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-17More generic way to disable avmediaTor Lillqvist
2014-04-17Try harder to bypass avmedia on non-desktop for nowTor Lillqvist
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-20SdrObject: add meRelativeWidth/HeightRelationMiklos Vajna
2013-12-10WaE: unused variable 'aLine' [loplugin]Tor Lillqvist
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian
2013-11-27removed pCaptionObj from accessibilityArmin Le Grand
2013-11-27Integrate branch of IAccessible2Steve Yin
2013-10-26Seems that <vcl/cvtsvm.hxx> is private to VCL, so move it thereTor Lillqvist
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez
2013-09-05convert include/svx/svdovirt.hxx from String to OUStringNoel Grandin
2013-08-28XubString->OUStringCaolán McNamara
2013-07-26convert TakeObjNamePlural family to OUStringCaolán McNamara
2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara
2013-07-17Resolves: #i122720# Adapted HasText() to SdrObjectArmin Le Grand
2013-07-02fdo#62699 drop pass-through header svx/svdattrx.hxxThomas Arnhold
2013-06-16Resolves: #i121532# enhanced visualisation of text edit&selectionArmin Le Grand
2013-05-25i did not intend to commit thisDavid Tardon
2013-05-24WaE: 'static_cast' : truncation of constant valueTor Lillqvist
2013-05-24fdo#64279 do not crash opening report for editingDavid Tardon
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-04-28fdo#60910: discard UNO shape object in SdrObject::SetPageLuke Deller
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-09deleting NULL is safeTakeshi Abe
2013-04-07sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27_USE_MATH_DEFINES is already taken care of by sal/config.hStephan Bergmann
2013-03-24avoid possible data inconsistencyDavid Tardon
2013-03-24drop nonsensical warningDavid Tardon
2013-03-14move xShape def outside debug ifdef to fix build failureNoel Power
2013-03-14i#113608#, memory leak in animations: newly exposed crashed problemJian Fang Zhang