summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-05-02drop cruftDavid Tardon1-3/+0
2016-05-02use unique_ptrDavid Tardon2-11/+6
2016-05-02fix typoDavid Tardon2-3/+3
2016-05-02rbhz#1326602 avoid exp. bg bitmaps from deleted slidesDavid Tardon2-2/+47
2016-05-02add member prefixDavid Tardon2-25/+25
2016-05-02use unique_ptrDavid Tardon2-15/+12
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-30removed defaulted argument from function callArmin Le Grand1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-29cid#1358838 cid#1358839 cid#1358840 assert to avoid null pointer dereferenceMiklos Vajna1-0/+3
2016-04-29tdf#99030: PPTX import: Fixed lost slide background colorMatus Uzak2-0/+26
2016-04-29use initialization listJochen Nitschke1-30/+22
2016-04-29tdf#64654 create no extra SdrModels, do not insert PresObjArmin Le Grand1-14/+44
2016-04-29tdf#90736: PPTX import: Improved table border line style supportMatus Uzak2-0/+48
2016-04-29tdf#98037 SIDEBAR: Replacing 'Speed' drop downs with comboboxes (2)Akshay Deep1-2/+2
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara2-1/+2
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin3-18/+18
2016-04-28tdf#98037 - SIDEBAR: Replacing 'Speed' drop downs with comboboxesAkshay Deep3-38/+49
2016-04-27-Werror,-WvarargsStephan Bergmann2-10/+10
2016-04-26tdf#84909 Draw: Reorganize buttons in connector split buttonYousuf Philips1-21/+24
2016-04-26tdf#98037 - SIDEBAR: Replacing 'Speed' drop downs with comboboxes (2)Akshay Deep7-159/+103
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin4-21/+21
2016-04-26tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand1-34/+0
2016-04-26tdf#99388 suppress close comment when PopupMenu is activeArmin Le Grand4-4/+35
2016-04-25There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-7/+7
2016-04-25tdf#99452 svx: fix undo of table row edge dragMiklos Vajna2-0/+51
2016-04-24delete unused headersJochen Nitschke6-575/+0
2016-04-24tdf#99450/tdf#99462: fix insert twice the same object in Photo albumJulien Nabet1-1/+0
2016-04-22Avoid reserved identifiersStephan Bergmann14-33/+33
2016-04-22Remove unused PID__START/ENDStephan Bergmann1-4/+2
2016-04-22Fix typosAndrea Gelmini1-1/+1
2016-04-21Fix typosAndrea Gelmini2-2/+2
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-1/+1
2016-04-21lokit: add getPartHashHenry Castro5-0/+38
2016-04-21new plugin stylepoliceNoel Grandin11-70/+69
2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna1-0/+75
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