summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-01-25use a std::unique_ptrCaolán McNamara1-12/+10
2017-01-25valgrind: fix leakCaolán McNamara1-0/+2
2017-01-25tdf#105502 sd increase font size: handle table selectionMiklos Vajna3-0/+96
2017-01-25use rtl::Reference in SdLayerNoel Grandin2-24/+21
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin15-38/+0
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin1-3/+0
2017-01-24coverity#1399550 Dereference after null checkCaolán McNamara1-1/+1
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski30-47/+45
2017-01-23pass ownership by pointerJochen Nitschke3-3/+3
2017-01-22align commentCaolán McNamara1-7/+7
2017-01-21coverity#1399024 Explicit null dereferencedCaolán McNamara1-1/+2
2017-01-20Missing 'const'Stephan Bergmann1-0/+1
2017-01-20Missing 'const'Stephan Bergmann1-1/+1
2017-01-20don't need an intermediate ImageCaolán McNamara1-9/+7
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sdStephan Bergmann38-9/+82
2017-01-19sd: load BitmapEx resources instead of Image onesCaolán McNamara7-67/+57
2017-01-19flatten resource, drop LocalResource classCaolán McNamara6-106/+30
2017-01-19can use Bitmaps directly hereCaolán McNamara2-9/+9
2017-01-19make SfxItemSet with SAL_WARN_UNUSEDNoel Grandin2-2/+0
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