summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin5-45/+30
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin1-1/+1
2017-02-01defaults are good enough ..Jochen Nitschke2-36/+4
2017-01-31tdf#105623 - Two labels for the same functionOlivier1-1/+1
2017-01-31more SAL_WARN_UNUSEDNoel Grandin1-2/+0
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen22-250/+250
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin3-6/+6
2017-01-28loplugin:unnecessaryoverrideJochen Nitschke1-1/+0
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann162-2779/+1478
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna3-3/+0
2017-01-25move Image ctor variant with mask color to callersCaolán McNamara1-1/+1
2017-01-25Fall back on o3tl::make_unique for nowStephan Bergmann1-6/+7
2017-01-25Missing includeStephan Bergmann1-0/+4
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