summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-09-18tdf#111863: Animations turned from out to in during PPTX exportAron Budea3-2/+17
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos2-0/+14
2017-09-18convert SvxDateFormat to scoped enumNoel Grandin10-54/+73
2017-09-16tdf#100065 PPTX Fix import of custom shapes in groupsPaul Trojahn3-34/+15
2017-09-16convert SvxTimeFormat to scoped enumNoel Grandin5-34/+34
2017-09-16convert SvxTimeType to scoped enumNoel Grandin4-9/+9
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin3-6/+6
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann1-1/+1
2017-09-15convert SvxFileType to scoped enumNoel Grandin3-7/+7
2017-09-15convert SvxAuthorType to scoped enumNoel Grandin3-7/+7
2017-09-15long->sal_Int32 in FractionNoel Grandin2-6/+6
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-14Revert "Disable spellcheck when LOK is active"Michael Meeks1-3/+1
2017-09-13Silence -Werror,-Wunreachable-codeStephan Bergmann1-3/+3
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin2-4/+2
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin4-39/+39
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-0/+5
2017-09-12clang-tidy modernize-use-emplace in sdNoel Grandin21-110/+87
2017-09-10cppcheck: unsignedLessThanZeroJulien Nabet1-1/+1
2017-09-09Fix typoAndrea Gelmini1-1/+1
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin1-4/+4
2017-09-08Actually this would be better as SAL_WARN.Jan Holesovsky1-1/+1
2017-09-08set parent for file dialog helperCaolán McNamara10-19/+21
2017-09-08Disable test on Linux x86 that makes plain 'make' fail due to -mpfmath=387Stephan Bergmann1-0/+7
2017-09-08loplugin:constantparamNoel Grandin2-7/+5
2017-09-07tdf#112280: Unit test.Jan Holesovsky2-0/+15
2017-09-07tdf#112280: Export spin animation in PPTX.Jan Holesovsky1-10/+74
2017-09-07Fix typosAndrea Gelmini1-1/+1
2017-09-07tdf#106867: Unit test for the export of embedded videos.Jan Holesovsky2-0/+33
2017-09-07tdf#106867: Export videos in PPTX.Jan Holesovsky1-0/+2
2017-09-06tdf#111834: hide useless background controls in Handout Viewblendergeek2-2/+27
2017-09-06const correctness in o3tl::array_viewNoel Grandin1-2/+2
2017-09-06tdf#106867: Implement pptx export of AnimationNodeType::COMMAND.Jan Holesovsky2-0/+55
2017-09-06related tdf#111884: GroupShapes are now handled in oox.Jan Holesovsky1-8/+1
2017-09-06crashtesting: bazillion presentation format crashesCaolán McNamara1-4/+6
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-9/+9
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2-4/+2
2017-09-04SmartArt: separate unit testsGrzegorz Araminowicz4-159/+312
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-3/+3
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann2-2/+2
2017-09-04tdf#89130 Draw: Better UI for handling layer attributesUlrich Gemkow3-14/+115
2017-09-03set parent for insert media file dialogCaolán McNamara1-2/+1
2017-09-02Typos for "available"Julien Nabet1-5/+5
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke4-43/+92
2017-09-02tdf#109052: Crash after PPT import when undo is disabledTamás Zolnai1-1/+2
2017-09-02tdf#109261: Crash when adding a video to a slide with zero undo stepsTamás Zolnai1-2/+6
2017-09-01Replace some lists by vectors in sd moduleJulien Nabet3-8/+8
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara1-3/+3
2017-09-01tdf#111884: Unit test.Jan Holesovsky2-0/+17
2017-09-01tdf#111884: Implement export of group shapes in pptx.Jan Holesovsky1-8/+18