summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+34
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann19-28/+31
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann8-1/+9
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin18-71/+65
2016-05-09tdf#89466: Handle no background and bitmap case also in sidebarKatarina Behrens3-1/+24
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin23-61/+61
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2-5/+5
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin11-30/+28
2016-05-09use existing functionDavid Tardon1-3/+1
2016-05-08Remove useless typedef DescriptorContainerJulien Nabet2-4/+3
2016-05-08No need to cast the same thing twiceMaxim Monastirsky1-1/+1
2016-05-07tdf#89466: Switching between different fill types work nowKatarina Behrens3-14/+102
2016-05-06sd: replace boost::enable_shared_from_this with std::enable...Michael Stahl3-5/+2
2016-05-06coverity#1359233 Unchecked dynamic_castCaolán McNamara1-21/+25
2016-05-06tdf#89466: Getting/setting page background works nowKatarina Behrens7-44/+174
2016-05-06coverity#1359231 Unchecked dynamic_castCaolán McNamara1-6/+8
2016-05-06tdf#89466: Don't reset page background on size/orientation changeKatarina Behrens1-1/+4
2016-05-06tdf#89466: Getting/setting page orientation works nowKatarina Behrens5-6/+43
2016-05-06Make this a bit sanerTor Lillqvist1-1/+1
2016-05-06tdf#91794 OSL_DEBUG_LEVEL > 1 & DBG macro removed (impress/draw)Rohan Kumar4-87/+48
2016-05-05only set cur. page once when removing mult. pagesDavid Tardon1-0/+16
2016-05-05Don't crash when switching to slide sorterMaxim Monastirsky1-10/+12
2016-05-05Fix widget nameMaxim Monastirsky1-1/+1
2016-05-05loplugin:nullptrNoel Grandin1-4/+4
2016-05-05loplugin:simplifyboolNoel Grandin1-2/+2
2016-05-05-Werror,-Winconsistent-missing-overrideNoel Grandin1-3/+3
2016-05-05tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski3-0/+52
2016-05-04tdf#89466: Getting/setting page size works nowKatarina Behrens1-42/+63
2016-05-04tdf#89466: Give those slots a separate GetState methodKatarina Behrens4-6/+16
2016-05-04tdf#89466: Access to page setup dialog, alignment of labelsKatarina Behrens1-3/+15
2016-05-04tdf#89466: Slide Background tabRishabh Kumar11-2/+960
2016-05-04use Any constructor instead of temporariesNoel Grandin5-27/+10
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos1-0/+2
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley2-2/+0
2016-05-03use Any constructor for bool values, instead of temporary varsNoel Grandin8-44/+3
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