summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna42-254/+286
2014-07-18coverity#1215318 Uncaught exceptionCaolán McNamara1-4/+13
2014-07-18coverity#1226494 Uninitialized pointer fieldCaolán McNamara1-5/+9
2014-07-18CharBackColor advertised in unoshap2.cxxmatteocam1-1/+2
2014-07-18inline unnecessary typedefNoel Grandin1-6/+4
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert6-6/+5
2014-07-16Convert RID_OFADLG_OPTIONS_TREE to .uiPalenik Mihály1-1/+0
2014-07-16coverity#707280 Uncaught exceptionCaolán McNamara1-0/+8
2014-07-15Related: fdo#80633 we can retain cached size for visibility changeCaolán McNamara1-1/+1
2014-07-14Related cp#1000084: Make this work for other apps too and set proper defaultMatúš Kukan1-1/+2
2014-07-11bnc#883684: Better fix for this.Kohei Yoshida2-11/+9
2014-07-11new loplugin: externalandnotdefinedNoel Grandin4-4/+29
2014-07-11drop unused helpidsCaolán McNamara1-2/+0
2014-07-11RID_SVX_XFORMS_TABPAGES conversion to .uiSzymon Kłos6-203/+295
2014-07-11Clean up usage of 'this' and constness.Matúš Kukan1-50/+51
2014-07-11Allow to move only callout handle with shift key (cp#1000084)Matúš Kukan1-3/+5
2014-07-10Move the rest of the members to the impl class.Kohei Yoshida1-50/+59
2014-07-10Move "prog name" (whatever it is) to the impl class.Kohei Yoshida1-1/+10
2014-07-10pGraphicObject -> mpGraphicObjectKohei Yoshida1-9/+9
2014-07-10Move Graphic member to the impl class.Kohei Yoshida1-19/+22
2014-07-10Head cleanup - use forward declarations.Kohei Yoshida1-3/+5
2014-07-10Move the embedded object to the impl class.Kohei Yoshida4-121/+136
2014-07-10Use initializer properly and remove Init().Kohei Yoshida1-35/+26
2014-07-10Clean this up.Kohei Yoshida1-15/+4
2014-07-10use SimpleReferenceObject in sdr::overlay::OverlayManagerNoel Grandin1-14/+0
2014-07-09bnc#883684: Make chart objects exempt from automatic unloading.Kohei Yoshida2-0/+10
2014-07-09Scope reduction.Kohei Yoshida1-34/+34
2014-07-09Let's not derive from std::vector.Kohei Yoshida1-17/+31
2014-07-09simplify loopDavid Tardon1-8/+5
2014-07-09fdo#81004 this looks like a mis-merge to meDavid Tardon1-8/+0
2014-07-09drop unused helpidsCaolán McNamara1-19/+0
2014-07-09tweak conversion a bitCaolán McNamara6-95/+98
2014-07-09RID_SVXDLG_IMAP conversion to .uiSzymon Kłos7-498/+723
2014-07-08Resolves: #i125211# corrected breaking metafiles with gradient actionsArmin Le Grand2-13/+25
2014-07-08don't terminate via unhandled exception on loading ooo89328-1.sxcCaolán McNamara1-3/+19
2014-07-08use SimpleReferenceObject in svx moduleNoel Grandin2-25/+3
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-07-07clang scan-build: Dereference of null pointerCaolán McNamara1-2/+2
2014-07-06fix assert for empty string case on loading ooo119654-1.odtCaolán McNamara1-2/+1
2014-07-04coverity#704499-501 Division by zeroNorbert Thiebaud1-1/+1
2014-07-04coverity#704033 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-04coverity#704032 Uncheck return valueNorbert Thiebaud1-1/+0
2014-07-04Avoid possible memory leaks in case of exceptionsTakeshi Abe4-19/+18
2014-07-04Drop unused #includesTakeshi Abe1-1/+0
2014-07-03Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann2-145/+145
2014-07-03fix regression in paper format previewCaolán McNamara1-3/+1
2014-07-03coverity#706094 Unintended sign extensionCaolán McNamara1-2/+2
2014-07-03use assert when followed by derefCaolán McNamara1-1/+1
2014-07-03Resolves: #i125189# corrected used transparency and handling...Armin Le Grand1-9/+21