summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-04STR_3DOBJECTBARSHELL, STR_FONTWORKOBJECTBARSHELL appear to be unusedStephan Bergmann2-11/+0
2015-11-04yyyyyNoel Grandin12-34/+28
2015-11-04STR_MASTERPAGESSELECTOR appears to be unusedStephan Bergmann2-7/+0
2015-11-04tdf#95298: corrected some out-of-bound accesses to arrayArmin Le Grand1-4/+6
2015-11-04Bin some use-once variables, use literals insteadTor Lillqvist1-23/+12
2015-11-04Bin some use-once variables, use literals insteadTor Lillqvist1-9/+3
2015-11-03Bin a few pointless variablesTor Lillqvist1-7/+4
2015-11-03tdf#86595: Highlight color it isKatarina Behrens1-1/+1
2015-11-02afl-eventtesting: crash close impress with spelling dialog activeCaolán McNamara3-13/+38
2015-11-02tdf#88276: New text background tab in char formatting dialogKatarina Behrens4-2/+62
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-29Too much copy pasta is not good for youTor Lillqvist5-572/+39
2015-10-29com::sun::star->css in sdNoel Grandin270-3215/+3026
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-15/+10
2015-10-28What's a "mape"?Tor Lillqvist2-7/+7
2015-10-28vcl: getWindow() -> setClipboard() in ITiledRenderableMiklos Vajna2-5/+5
2015-10-27Filter out non-VclWindowEventsStephan Bergmann1-1/+4
2015-10-27Remove unncessary, wrong downcastStephan Bergmann1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin5-3/+7
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-1/+3
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist1-0/+3
2015-10-26sd: implement vcl::ITiledRenderable::isMimeTypeSupported()Miklos Vajna2-0/+13
2015-10-26cppcheck:noExplicitConstructorNoel Grandin64-88/+88
2015-10-22sd: implement vcl::ITiledRenderable::getWindow()Miklos Vajna2-0/+13
2015-10-21afl-eventtesting: crash if you close shell behind running presentationCaolán McNamara1-0/+6
2015-10-21sd: fix typo in PresenterHelperMiklos Vajna1-2/+2
2015-10-20afl-eventtesting + VclPtr: missing dispose on impress annotation windowCaolán McNamara2-5/+5
2015-10-20remove SlideSorterCache debug facility, and with it, the last Link<>Noel Grandin7-398/+0
2015-10-20loplugin:defaultparamsStephan Bergmann21-43/+42