summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+4
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann4-9/+8
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-12-09fdo#37682 paint the right areaDavid Tardon1-1/+1
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan2-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
2014-11-13Realy->ReallyCaolán McNamara1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-07coverity#1251176 Uncaught exceptionCaolán McNamara1-1/+1
2014-11-07SvxGraphicObject: remove more manual swap out callsZolnai Tamás1-10/+0
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-4/+2
2014-11-04Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida1-28/+1
2014-11-04Scope reduction by early bailout.Kohei Yoshida1-85/+82
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin14-14/+0
2014-10-25coverity#1249469 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-25coverity#1249468 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-25coverity#1249467 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-10/+10
2014-10-23Fraction: Revert "make sure the denominator is not 0"Jan Holesovsky1-6/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-10/+10
2014-10-20loplugin: cstylecastNoel Grandin2-3/+3
2014-10-20loplugin: cstylecastNoel Grandin11-86/+83
2014-10-17coverity#1247643 Uncaught exceptionCaolán McNamara1-4/+1
2014-10-17coverity#1247638 Uncaught exceptionCaolán McNamara1-4/+2
2014-10-17coverity#1247637 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17coverity#1247629 Uncaught exceptionCaolán McNamara1-1/+1
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-10/+10
2014-10-14make sure the denominator is not 0David Tardon1-2/+6
2014-10-13oox: refactor embedded media importMichael Stahl2-1/+27
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-10/+10
2014-10-06loplugin: cstylecastNoel Grandin1-1/+1
2014-10-04coverity#1242737 Result is not floating-pointNorbert Thiebaud1-2/+2
2014-10-03coverity#1242478 Dereference null return valueCaolán McNamara1-1/+1
2014-10-01svx: little more verbose exception messageMichael Stahl1-1/+1
2014-09-30SvxShape destructor un-register at broadcaster with SolarMutex lockedMichael Stahl1-0/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-5/+5
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin2-5/+5
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-12/+12
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin4-6/+6
2014-09-04coverity#983930 Uncaught exceptionCaolán McNamara1-1/+10
2014-09-02coverity#707263 Uncaught exceptionCaolán McNamara1-1/+11
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann1-1/+1
2014-08-21Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-0/+1