summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape3d.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-3/+3
2017-11-20TypedWhichId for XATTR* constantsNoel Grandin1-12/+11
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+2
2017-10-30loplugin:constantparam in svxNoel Grandin1-7/+5
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-2/+2
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-4/+3
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-4/+4
2017-07-03loplugin:unusedfields in svxNoel Grandin1-1/+1
2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin1-2/+2
2017-05-04loplugin:checkunusedparams in svx(part1)Noel Grandin1-1/+1
2017-04-11loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin1-6/+6
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-18convert ProjectionType to scoped enumNoel Grandin1-2/+2
2016-04-20Revert partly some of my previous patchesJulien Nabet1-3/+1
2016-04-12Use const_iterator when possible (svx/customshapes)Julien Nabet1-1/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-06Make E3dScene3D::GetCamera return non-referenceStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-31com::sun::star->css in svxNoel Grandin1-5/+5
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-2/+2
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-2/+2
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-6/+6
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-20loplugin: cstylecastNoel Grandin1-38/+38
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
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-08Cleanup OUStrings in CustomShapesJoren De Cuyper1-51/+26
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-15/+15
2014-07-04coverity#704499-501 Division by zeroNorbert Thiebaud1-1/+1
2014-05-10coverity#708341 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-15svx: sal_Bool->boolNoel Grandin1-11/+11
2014-04-11coverity#708341 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-03-11svx: sal_Bool->boolNoel Grandin1-11/+11
2014-03-11svx: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26Remove visual noise from svxAlexander Wilms1-5/+5
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-10-01convert remnants of String in SVX to StringNoel Grandin1-3/+3
2013-09-09Resolves: #i122777# Corrected texture mapping for 3D CustomShapesArmin Le Grand1-13/+27
2013-09-05convert svx/source/customshapes/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-08-28XubString->OUStringCaolán McNamara1-1/+1
2013-05-19Related: #i120569# Corrected 3D object creationsArmin Le Grand1-16/+44
2013-05-19Resolves: #i120569# Enhanced 3D visualisation of line custom shapesArmin Le Grand1-8/+65