summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
AgeCommit message (Expand)AuthorFilesLines
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-28Regression in rendering of flowChartPunchedTape custom shapeZolnai Tamás1-2/+5
2014-12-18fdo#87448 EnhancedCustomShape2d: fix handling of scaled ARCANGLETO commandsMiklos Vajna1-4/+8
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan3-12/+12
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-04coverity#735623 Division or modulo by float zeroCaolán McNamara1-3/+11
2014-10-30coverity#1244939 Division or modulo by float zeroCaolán McNamara1-15/+21
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-10/+10
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-2/+2
2014-10-21nShearWink -> nShearAngleMiklos Vajna2-10/+10
2014-10-20loplugin: cstylecastNoel Grandin3-63/+63
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-2/+2
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-10/+10
2014-10-06loplugin: cstylecastNoel Grandin2-28/+28
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-25/+25
2014-09-29Resolves: fdo#79131 crash in EnhancedCustomShapeTypeNames::GetCaolán McNamara1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann1-3/+3
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann1-5/+5
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann1-2/+2
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann1-7/+7
2014-08-25Remove unnecessary invalid downcastsStephan Bergmann1-4/+4
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante2-26/+9
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-16Reserve vector capacity in advanceMatteo Casalin1-0/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin2-9/+8
2014-08-08Cleanup OUStrings in CustomShapesJoren De Cuyper4-136/+62
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann2-4/+4
2014-07-25coverity#1209371 Division or modulo by float zeroCaolán McNamara1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-2/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna3-26/+27
2014-07-04coverity#704499-501 Division by zeroNorbert Thiebaud1-1/+1
2014-06-17svx: fix VML export of rectangles imported from drawingMLMiklos Vajna1-1/+2
2014-05-30coverity#705256 Missing break in switchCaolán McNamara1-2/+1
2014-05-27reportdesign: Fix applying the last used colorMaxim Monastirsky1-2/+4
2014-05-26coverity#705254 Missing break in switchCaolán McNamara1-0/+1
2014-05-26coverity#705253 Missing break in switchCaolán McNamara1-0/+1
2014-05-10coverity#708341 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-2/+0
2014-04-15svx: sal_Bool->boolNoel Grandin4-31/+31
2014-04-11coverity#708341 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-04-05fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre1-2/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-29coverity#1194928 allocation too small for typeCaolán McNamara1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann3-43/+43