summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-03comphelper: sal_Bool -> boolStephan Bergmann2-2/+2
2014-07-03Avoid null this pointers in member function callsStephan Bergmann3-5/+9
2014-07-03Avoid possible memory leaks in case of exceptionsTakeshi Abe6-31/+24
2014-07-03Mark as constTakeshi Abe1-1/+1
2014-07-02Do not leave unreachable TableColumnUndo/TableRowUndo in case of exceptionsTakeshi Abe2-0/+8
2014-07-01TyposJulien Nabet1-3/+3
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann1-2/+2
2014-07-01coverity#735881 Dereference after null checkCaolán McNamara1-1/+1
2014-07-01coverity#735883 Unchecked dynamic_castCaolán McNamara1-13/+6
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-07-01Related: fdo#80713 make 'Gif image', etc. translatableCaolán McNamara3-10/+70
2014-07-01Resolves: fdo#42747 limits need to multiplied by num of decimal placesCaolán McNamara1-0/+7
2014-07-01loplugin:literaltoboolconversionStephan Bergmann2-9/+9
2014-07-01getSvxBrushItemFromSourceSet: add fix for JunitTest_sw_complexMiklos Vajna1-1/+9
2014-07-01getSvxBrushItemFromSourceSet: let XFILL_NONE result in COL_AUTOMiklos Vajna1-4/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand8-342/+1206
2014-07-01clang scan-build: various warningsCaolán McNamara2-2/+2
2014-06-30Changed BColor to Color in TextFooPrimitive2D classesmatteocam1-3/+2
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam1-1/+1
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam2-0/+2
2014-06-30Added Text Fill Color in TextDecoratedPrimitive2Dmatteocam1-2/+4
2014-06-30Added Text Fill Color in TextSimplePortionPrimitive2Dmatteocam1-0/+3
2014-06-30SvxPopupWindowListBox: avoid inheriting from boost::noncopyable two timesMiklos Vajna1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara6-56/+20
2014-06-30Avoid possible memory leaks in case of exceptionsTakeshi Abe7-31/+29
2014-06-29Typo: habe->haveJulien Nabet1-1/+1
2014-06-29Typo: beeing->beingJulien Nabet2-2/+2
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe7-51/+37
2014-06-27OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud8-13/+13
2014-06-27SdrObjCustomShape::AdjustTextFrameWidthAndHeight: allow external textMiklos Vajna1-29/+45
2014-06-27DBG_ASSERT->assertCaolán McNamara1-1/+1
2014-06-27Avoid possible memory leaks in case of exceptionsTakeshi Abe9-41/+25
2014-06-26clang: Dead incrementCaolán McNamara1-2/+0
2014-06-26OSL_ENSURE->assertCaolán McNamara5-20/+9
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara1-3/+3
2014-06-26clang: Returning null referenceCaolán McNamara1-5/+2
2014-06-26check for self-assignCaolán McNamara1-0/+3
2014-06-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-60/+41
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin7-11/+11
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl5-7/+7
2014-06-25Related: fdo#37401 adjust fix to original aCenter useCaolán McNamara1-1/+1