summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-24tdf#113938 sw: apply new default vertical orientation only during importMichael Stahl1-8/+15
2017-11-21loplugin:flatten in swNoel Grandin1-31/+32
2017-11-15Resolves: tdf#113615 wrong SwXShape from three possibilities returnedCaolán McNamara1-2/+18
2017-11-02sw: ODF import: default as-char shapes to vertical-pos="top"Michael Stahl1-2/+8
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-45/+42
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-09-26loplugin:flatten in swNoel Grandin1-254/+248
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-1/+1
2017-08-04loplugin:constparams in sw part5Noel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+4
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+3
2017-05-28coverity#1406097 Dereference null return valueCaolán McNamara1-2/+3
2017-05-20Remove "noel" SAL_WARNJulien Nabet1-6/+0
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara1-2/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-0/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-03use actual UNO enums in swNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-19/+19
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-3/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-73/+38
2016-11-21convert inventorId to scoped enumNoel Grandin1-5/+5
2016-09-28GetSvxShape does the same checks, so use it directlyCaolán McNamara1-7/+2
2016-09-28Resolves: tdf#102358 writer cannot save 3d shape inserted from drawCaolán McNamara1-6/+3
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-6/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-08-29Switch isTextBox to use the format pointersJan-Marek Glogowski1-30/+6
2016-08-24convert ShapeProperty to scoped enumNoel Grandin1-1/+1
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-07-15new loplugin unnecessary overrideNoel Grandin1-7/+0
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-4/+4
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-38/+35
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page1-1/+1
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-5/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-24/+24
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-3/+3
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann1-2/+2
2016-04-07Avoid reserved identifiersStephan Bergmann1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1