summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin13-41/+33
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski7-8/+8
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski3-5/+7
2017-01-17sw, sd: fix indentationMiklos Vajna1-1/+1
2017-01-16Convert RID_MENU_NOTEBOOKBAR to xmlMaxim Monastirsky2-0/+20
2017-01-14rename from bmp to pngCaolán McNamara1-24/+24
2017-01-13tdf#105188 sd: fix shutdown crash after accessing master pagesMichael Stahl4-23/+29
2017-01-12tdf#64588 - prevent loss of non-uniquely-named slideJustin Luth5-0/+74
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara1-4/+4
2017-01-11tdf#105182 sd: avoid iterating too far in SdOutliner::Initialize()Michael Stahl1-1/+4
2017-01-11Some loplugin:conststringvar/stringconstant improvements: sdStephan Bergmann1-1/+1
2017-01-10replace namespace url strings with function callsRosemary Sebastian1-9/+10
2017-01-10tdf#105199: Keep URL intactStephan Bergmann1-1/+1
2017-01-10New loplugin:conststringvar: sdStephan Bergmann4-11/+11
2017-01-10Related tdf#100151: use disposeAndClear for mpShowWindow (sd)Julien Nabet1-1/+1
2017-01-09Test that patterns are correctly imported for MS binary formatTomaž Vajngerl2-0/+339
2017-01-09New loplugin:externvar: sdStephan Bergmann6-11/+11
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht5-7/+16
2017-01-06Related: tdf#105150 PPT import: handle mso_fillBackground fill type of shapesMiklos Vajna2-0/+14
2017-01-06tdf#105150 PPTX import: try harder to handle <p:sp useBgFill="1">Miklos Vajna2-0/+14
2017-01-05Related: tdf#105093 sd PDF export: handle css.presentation.MediaShape as wellMiklos Vajna1-1/+1
2017-01-05Base SvxLineEndWindow on ToolbarPopupMaxim Monastirsky1-2/+0
2017-01-04tdf#81754: Unit test for the loss of text on save of pptx.Jan Holesovsky3-1/+41
2017-01-04tdf#105093 sd PDF export: handle embedded videosMiklos Vajna1-1/+8
2017-01-04Related: tdf#104841 sw PDF export: handle linked videos on non-first pagesMiklos Vajna1-1/+1
2017-01-03sd: the long and sordid history of STR_GRAPHICS_STYLE_FAMILYMichael Stahl1-1/+1
2017-01-02tdf#104841 sd PDF export: handle linked videosMiklos Vajna1-0/+12
2016-12-30cleanup tailing backslashesJochen Nitschke2-5/+5
2016-12-29SD SlsClipboard: cleanup and preparation for tdf64588Justin Luth1-4/+5
2016-12-25remove unneeded static_castsJochen Nitschke1-1/+1
2016-12-25inline macroJochen Nitschke1-2/+2
2016-12-24tdf#70998 Text change: graphics/picture to imagetamsil1amani31-5/+5
2016-12-23tdf#101442 - "hyperlink" to "link"Federico Bassini2-2/+2
2016-12-22drop imglstCaolán McNamara1-5/+5
2016-12-22should be sd icon, not scCaolán McNamara1-1/+1
2016-12-21convert VclButtonsType to scoped enumNoel Grandin2-2/+2
2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann28-177/+85
2016-12-21convert OutDevViewType to scoped enumNoel Grandin1-1/+1
2016-12-21remove newly unused SfxImageManagerCaolán McNamara1-1/+0
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin6-17/+17
2016-12-21convert EnumContext::Application to scoped enumNoel Grandin1-8/+8
2016-12-20use new ENABLE_NSS for code which needs nssCaolán McNamara1-1/+1
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-1/+1
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann1-6/+6
2016-12-16Better way of converting from OUStringLiteral to OStringStephan Bergmann1-1/+1
2016-12-15Try to fix Android and iOS buildTor Lillqvist1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin8-18/+18
2016-12-14sd: Remove empty fileTakeshi Abe2-24/+0
2016-12-13sd: Update list items only when necessaryTakeshi Abe2-28/+28