summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-6/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-6/+6
2016-09-13Remove nonsense comments: // bitfieldTor Lillqvist12-13/+0
2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin2-4/+2
2016-09-05convert GradientStyle to scoped enumNoel Grandin2-19/+19
2016-09-05convert HatchStyle to scoped enumNoel Grandin3-9/+9
2016-09-05convert LineStyle to scoped enumNoel Grandin2-3/+3
2016-09-05convert RasterOp to scoped enumNoel Grandin3-10/+10
2016-09-01convert RefDevMode to scoped enumNoel Grandin1-1/+1
2016-08-25Missing operator definitionStephan Bergmann1-0/+6
2016-08-25cid#1371276 Missing move assignment operatorNoel Grandin8-0/+88
2016-08-25cid#1371277 Missing move assignment operatorNoel Grandin1-0/+5
2016-08-25cid#1371284 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-25cid#1371288 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-25fix windows build, doesn't like default move methodsNoel Grandin2-4/+18
2016-08-25fix move operator= and add move constructorsNoel Grandin2-14/+5
2016-08-25cid#1371309 Missing move assignment operatorNoel Grandin1-0/+11
2016-08-25cid#1371315 Missing move assignment operatorNoel Grandin1-0/+6
2016-08-03remove dead code in drawinglayerJochen Nitschke1-102/+29
2016-07-22Resolves: tdf#101067 put SolarMutexGuard back in againCaolán McNamara1-0/+1
2016-07-18add tagging to ThreadTasks so we don't need more one poolNoel Grandin1-3/+6
2016-07-15new loplugin unnecessary overrideNoel Grandin1-0/+1
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-36/+37
2016-07-07tdf#82214 optimize performance for primitivesArmin Le Grand4-35/+253
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand1-2/+2
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen2-3/+3
2016-06-27loplugin:singlevalfields in drawinglayerNoel Grandin3-62/+29
2016-06-13Give unique, comprehensible names to timers tdf#97087emahaldar/em1-1/+1
2016-06-10tdf#99519 Added more intelligent handling of animated GIFsArmin Le Grand2-139/+386
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin2-9/+9
2016-06-03loplugin:constantparamsNoel Grandin2-9/+6
2016-06-01tdf#95581: Assume tiny shears are rounding artefacts etc and can be ignoredTor Lillqvist1-1/+4
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-7/+7
2016-05-30Convert FontRelief to scoped enumNoel Grandin2-8/+8
2016-05-30Convert TextEffectStyle2D to scoped enumNoel Grandin3-16/+16
2016-05-30convert TransparentType to scoped enumNoel Grandin1-3/+3
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin6-11/+11
2016-05-25Convert Disposal to scoped enumNoel Grandin1-8/+3
2016-05-25Fix typosAndrea Gelmini2-2/+2
2016-05-23Convert GradientStyle to scoped enumNoel Grandin6-30/+30
2016-05-23Convert HatchStyle to scoped enumNoel Grandin7-21/+21
2016-05-22Convert BreakupUnit to scoped enumNoel Grandin2-5/+5
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-9/+9
2016-05-22Convert HelplineStyle2D to scoped enumNoel Grandin1-2/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin5-57/+0
2016-05-12Massage code to avoid warningsStephan Bergmann1-6/+3
2016-05-11Use SAL_FALLTHROUGH where intendedStephan Bergmann1-0/+4
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-4/+4