summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape2d.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+0
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert HANDLE_FLAGS constants to scoped enumNoel Grandin1-27/+27
2015-04-29remove unused codeNoel Grandin1-11/+0
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-6/+16
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-6/+18
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 Ioan1-5/+5
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-2/+2
2014-10-06loplugin: cstylecastNoel Grandin1-24/+24
2014-08-22Point and Rectangle coordinates are long, not sal_Int32Stephan Bergmann1-1/+1
2014-08-16Reserve vector capacity in advanceMatteo Casalin1-0/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-8/+7
2014-08-08Cleanup OUStrings in CustomShapesJoren De Cuyper1-80/+34
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-3/+3
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-10/+11
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-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 Grandin1-8/+8
2014-03-11svx: sal_Bool->boolNoel Grandin1-3/+3
2014-03-11svx: sal_Bool->boolNoel Grandin1-9/+9
2014-03-05Operators for Point are only overloaded for long, not doubleStephan Bergmann1-2/+2
2014-02-26Remove visual noise from svxAlexander Wilms1-33/+33
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin1-1/+1
2013-10-01convert remnants of String in SVX to StringNoel Grandin1-1/+1
2013-09-05convert svx/source/customshapes/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-3/+3
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+1
2013-06-03#121437# Added patch from Regina which implements QuadraticBezier segemnts to...Armin Le Grand1-12/+25
2013-06-03Revert "#121437# Added patch from Regina which implements QuadraticBezier seg...Fridrich Štrba1-30/+0
2013-06-03#121437# Added patch from Regina which implements QuadraticBezier segemnts to...Armin Le Grand1-0/+30
2013-05-18Resolves: #i119755# A new custom shape ellipse ribbon is added and usedArmin Le Grand1-2/+2
2013-05-15Resolves: #i119519# Fixed import of closed borders from PPT...Andre Fischer1-6/+8
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-2/+2
2013-04-13Resolves: #i119974# Ellipse shape too large in MS office pptZhe Wang1-3/+70
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-46/+46
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand1-3/+4
2013-03-14mark them as localTakeshi Abe1-1/+1
2013-03-11sal_Bool to boolTakeshi Abe1-77/+76
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-1/+1
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
2013-01-24Remove RTL_CONSTASCII_USTRINGPARAM in svxChr. Rossmanith1-117/+114
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-26Fixes Circular arrow distortion, Bug #46272Lennard1-3/+2