summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Namespace cleanup and disambiguationAshod Nakashian2-3/+3
2015-11-12Shorten transition group names to make them better legends.Michael Meeks1-1/+1
2015-11-12Encourage ValueSet to render a legend as well as an icon.Michael Meeks1-8/+9
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin4-20/+15
2015-11-12sd: remove the maLockedRedraws fieldNoel Grandin2-20/+2
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin1-4/+3
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-7/+7
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-17/+22
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-19/+20
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin2-14/+13
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin2-4/+3
2015-11-12sd: boost::ptr_vector->std::vectorNoel Grandin1-9/+8
2015-11-11coverity#1338594 Missing break in switchCaolán McNamara1-1/+2
2015-11-11unused headerCaolán McNamara1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht178-202/+1
2015-11-11loplugin:staticmethodsStephan Bergmann2-18/+17
2015-11-11loplugin:overrideStephan Bergmann1-1/+1
2015-11-11Switch transition selection pane to use an icon-based ValueSet.Michael Meeks3-110/+122
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt2-0/+16
2015-11-11sd lok: ccu#1295 force async image swapAndrzej Hunt1-2/+9
2015-11-11new loplugin: memoryvarNoel Grandin2-6/+3
2015-11-10Missing includesAshod Nakashian1-0/+2
2015-11-10Remove unused XDash variablesMatteo Casalin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann364-3509/+3509
2015-11-09pptx: "fall" transition, which needed p15 namespaceTomaž Vajngerl2-9/+34
2015-11-09pptx: import "Vortex" and "Ripple" transition + testTomaž Vajngerl2-2/+10
2015-11-09pptx: export "Ripple" and "Vortex" transitionTomaž Vajngerl1-0/+10
2015-11-09pptx: export "Turn around" and "Rochade" transitionTomaž Vajngerl1-0/+14
2015-11-09new loplugin: oncevarNoel Grandin5-19/+9
2015-11-08loplugin:defaultparamsStephan Bergmann1-2/+2
2015-11-08pptx: export inside/outside turning cube transition as p14:prismTomaž Vajngerl1-12/+59
2015-11-08pptx: inside/outside turning cube transition testTomaž Vajngerl1-0/+5
2015-11-08pptx: import/export of "cut through black" transitionTomaž Vajngerl2-92/+120
2015-11-08pptx export: properly assert transitionsTomaž Vajngerl1-24/+31
2015-11-08pptx: import/export corner directions correctlyTomaž Vajngerl1-4/+4
2015-11-08pptx: add a testcase for wipe transitions import/exportTomaž Vajngerl1-4/+19
2015-11-08Write as comment the names of slide transitions in MS-PPT specsTomaž Vajngerl1-3/+3
2015-11-08pptx: export slide transition direction parameter correctlyTomaž Vajngerl1-5/+7
2015-11-08get rid of c-style castTomaž Vajngerl1-1/+1
2015-11-08pptx: export/import newsflash and comb slide transitions + testTomaž Vajngerl3-13/+73
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann26-187/+186
2015-11-06Add a 'Ripple' transitionTor Lillqvist1-0/+3
2015-11-05tdf#36946: Organise transitions hierarchicallyTor Lillqvist9-136/+383
2015-11-05afl-eventesting: deref of null mpTextObjCaolán McNamara1-1/+1
2015-11-05sd: CppunitTest_sd_svg_export_tests is Linux-only so farMiklos Vajna1-1/+5
2015-11-05sd: add support for svg export unit testsMarco Cecchetti4-0/+149
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin2-7/+7
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin49-135/+103