summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann27-68/+68
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin6-39/+4
2016-04-20character spacing control possible to use outside sidebarSzymon Kłos1-0/+2
2016-04-19tdf#99396 SvxTableController::SetVertical: implement undo supportMiklos Vajna2-0/+29
2016-04-19introduce DEBUG_SD_CONFIGURATION_TRACE instead of OSL_DEBUG_LEVEL>=2Eike Rathke6-9/+65
2016-04-19warning C4101: 'rException' : unreferenced local variableStephan Bergmann1-1/+1
2016-04-19Related: tdf#99396 sd: make table controller undo code unit-testableMiklos Vajna2-2/+10
2016-04-19sd doc model dump: include undo manager infoMiklos Vajna1-0/+8
2016-04-19tdf#99387 - protect LOK document size API from corner-cases.Michael Meeks1-1/+7
2016-04-19cppcheck: silence known condition warning in sdJochen Nitschke1-7/+2
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann2-6/+6
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann2-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin16-57/+36
2016-04-18clean-up: unused using declarations and includesJochen Nitschke20-59/+1
2016-04-15clang-tidy misc-forward-declaration-namespaceNoel Grandin2-3/+1
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-2/+1
2016-04-14loplugin:passstuffbyref in sdNoel Grandin33-52/+52
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-04-13tdf#84258 Link icons and use new commands in menu/toolbarsMaxim Monastirsky3-26/+26
2016-04-12Avoid reserved identifiersStephan Bergmann6-17/+19
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