summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-04-12Avoid reserved identifiersStephan Bergmann3-86/+86
2016-04-12Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in sdNoel Grandin39-130/+130
2016-04-12tdf#99224 PPTX export: implement support for images with textMiklos Vajna3-1/+15
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke14-16/+0
2016-04-11sd: inline BEGIN_SHAPE/END_SHAPE macrosMiklos Vajna1-5/+2
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin1-6/+6
2016-04-11cid#1358429 null pointer dereferenceMiklos Vajna1-1/+1
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke28-76/+87
2016-04-10tdf#99155: fix crash on clicking subcategory title in customanimationsJulien Nabet1-0/+4
2016-04-08lok context menu: Expose context menuPranav Kant1-1/+9
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara1-1/+1
2016-04-07Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-06Indentation fixesMiklos Vajna1-4/+4
2016-04-05loplugin:constantparam in sdNoel Grandin9-47/+23
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara4-7/+7
2016-04-04Use std::size_tMiklos Vajna1-3/+3
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke6-6/+0
2016-04-01sd: add license boilerplate to source/ui/animations/CategoryListBox.hxxChris Sherlock1-1/+20
2016-04-01tdf#97966 Drop 'static' keywordsWastack2-3/+3
2016-03-31loplugin:unreffunTor Lillqvist1-0/+1
2016-03-31sd: overloading in C++ fail episode 6315Michael Stahl1-2/+2
2016-03-31sd lok bccu#1525: Unit test for the fix.Jan Holesovsky1-3/+34
2016-03-31sd lok bccu#1525: Don't rely on the window size in the LOK case.Jan Holesovsky1-5/+15
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl29-111/+136
2016-03-31Slide Show Settings Dialog: Help should be a secondary action button.Akshay Deep1-0/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-3/+3
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin2-5/+5
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl9-13/+19
2016-03-29tdf#95932: PPTX import: Incorrect inheritance of shape styleMatus Uzak2-0/+20
2016-03-29cid#1357164 correct CovertyScan possible DIVIDE_BY_ZEROArmin Le Grand1-2/+2
2016-03-25fix headless buildOliver Specht2-2/+4
2016-03-24loplugin:constantparam in sdNoel Grandin24-88/+61
2016-03-23tdf#93868: PPTX import: Incorrect inheritance of shape fill propertiesMatus Uzak2-0/+14
2016-03-22add HAVE_FEATURE_ATL to disable failing tests due to ATLMayank Gupta1-2/+9
2016-03-22tdf#98646 Fixed freeze by flattening loopsArmin Le Grand1-9/+59
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-4/+3
2016-03-20Revert "tdf#93124: Fix incorrect text fit in imported PPT"Thorsten Behrens3-52/+0
2016-03-19tdf#93124: Fix incorrect text fit in imported PPTMike Kaganski3-0/+52
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-4/+4
2016-03-18convert SvLBoxButtonKind to scoped enumNoel Grandin1-1/+1
2016-03-18loplugin:constantparam in sdNoel Grandin36-146/+75
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin3-27/+19
2016-03-18loplugin:constantfunction in editengNoel Grandin2-6/+6
2016-03-17tdf#65219 Fix temp files clean up in sd unit testsAleksas Pantechovskis2-0/+24
2016-03-17loplugin:constantparam in sfx2Noel Grandin5-20/+9
2016-03-17loplugin:constantparam in svxNoel Grandin2-3/+2
2016-03-16tdf#98678 removed double for-loopArmin Le Grand1-1/+1
2016-03-16tdf#84953 Only resize proportionally when dragging on a cornerSamuel Mehrbrodt1-5/+8