summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)Author
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-17coverity#1247643 Uncaught exceptionCaolán McNamara
2014-10-17coverity#1247638 Uncaught exceptionCaolán McNamara
2014-10-17coverity#1247637 Uncaught exceptionCaolán McNamara
2014-10-17coverity#1247629 Uncaught exceptionCaolán McNamara
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-14make sure the denominator is not 0David Tardon
2014-10-13oox: refactor embedded media importMichael Stahl
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-06loplugin: cstylecastNoel Grandin
2014-10-04coverity#1242737 Result is not floating-pointNorbert Thiebaud
2014-10-03coverity#1242478 Dereference null return valueCaolán McNamara
2014-10-01svx: little more verbose exception messageMichael Stahl
2014-09-30SvxShape destructor un-register at broadcaster with SolarMutex lockedMichael Stahl
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-09-04coverity#983930 Uncaught exceptionCaolán McNamara
2014-09-02coverity#707263 Uncaught exceptionCaolán McNamara
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann
2014-08-21Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-14Aligh this correctly...Kohei Yoshida
2014-08-14Scope reduction by early bailout.Kohei Yoshida
2014-07-31cleanup usage of MapUnit enumNoel Grandin
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-07-18CharBackColor advertised in unoshap2.cxxmatteocam
2014-07-10Move the embedded object to the impl class.Kohei Yoshida
2014-07-03Resolves: #i125189# corrected used transparency and handling...Armin Le Grand
2014-07-03Avoid null this pointers in member function callsStephan Bergmann
2014-07-03Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-07-01getSvxBrushItemFromSourceSet: add fix for JunitTest_sw_complexMiklos Vajna
2014-07-01getSvxBrushItemFromSourceSet: let XFILL_NONE result in COL_AUTOMiklos Vajna
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand
2014-06-30Removed assertion in EditCharAttribBackgroundColormatteocam
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove spurious ::com::sun::star::sdbcx namespace prefixMichael Stahl
2014-06-25Resolves: #i74651# remove image via should change document stateMaxime de Roucy
2014-06-24new compilerplugin returnbyrefNoel Grandin