summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* Give unique, comprehensible names to idles tdf#97087Muhammet Kara2016-05-162-1/+3
* coverity#1361590 Uninitialized scalar fieldCaolán McNamara2016-05-151-0/+5
* we don't have an end ellipsize (yet)Caolán McNamara2016-05-131-1/+1
* Related: tdf#99523 two undo actions listed after dragging a slideCaolán McNamara2016-05-131-1/+5
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-131-38/+39
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-1/+1
* Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2016-05-132-2/+2
* Massage code to avoid warningsStephan Bergmann2016-05-121-1/+1
* mpDefDialogParent is not used since 2002Caolán McNamara2016-05-123-22/+0
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-126-6/+6
* Convert RulerType to scoped enumNoel Grandin2016-05-121-1/+1
* Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara2016-05-1115-83/+88
* sd: replace boost::mem_fn with C++11 lambdaMichael Stahl2016-05-111-6/+25
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-112-0/+3
* sd: remove pointless micro-optimizationMichael Stahl2016-05-111-10/+5
* Resolves: tdf#92951 make PaneDockingWindow dockable againCaolán McNamara2016-05-111-1/+1
* tdf#89466: SvxFillTypeBox::Selected needs to be calledKatarina Behrens2016-05-113-1/+4
* Fix typosAndrea Gelmini2016-05-101-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-104-0/+34
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-1019-28/+31
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-108-1/+9
* clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin2016-05-1018-71/+65
* tdf#89466: Handle no background and bitmap case also in sidebarKatarina Behrens2016-05-093-1/+24
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-0923-61/+61
* convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin2016-05-092-5/+5
* convert SfxStyleFamily to scoped enumNoel Grandin2016-05-0911-30/+28
* use existing functionDavid Tardon2016-05-091-3/+1
* Remove useless typedef DescriptorContainerJulien Nabet2016-05-082-4/+3
* No need to cast the same thing twiceMaxim Monastirsky2016-05-081-1/+1
* tdf#89466: Switching between different fill types work nowKatarina Behrens2016-05-073-14/+102
* sd: replace boost::enable_shared_from_this with std::enable...Michael Stahl2016-05-063-5/+2
* coverity#1359233 Unchecked dynamic_castCaolán McNamara2016-05-061-21/+25
* tdf#89466: Getting/setting page background works nowKatarina Behrens2016-05-067-44/+174
* coverity#1359231 Unchecked dynamic_castCaolán McNamara2016-05-061-6/+8
* tdf#89466: Don't reset page background on size/orientation changeKatarina Behrens2016-05-061-1/+4
* tdf#89466: Getting/setting page orientation works nowKatarina Behrens2016-05-065-6/+43
* Make this a bit sanerTor Lillqvist2016-05-061-1/+1
* tdf#91794 OSL_DEBUG_LEVEL > 1 & DBG macro removed (impress/draw)Rohan Kumar2016-05-064-87/+48
* only set cur. page once when removing mult. pagesDavid Tardon2016-05-051-0/+16
* Don't crash when switching to slide sorterMaxim Monastirsky2016-05-051-10/+12
* Fix widget nameMaxim Monastirsky2016-05-051-1/+1
* loplugin:nullptrNoel Grandin2016-05-051-4/+4
* loplugin:simplifyboolNoel Grandin2016-05-051-2/+2
* -Werror,-Winconsistent-missing-overrideNoel Grandin2016-05-051-3/+3
* tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski2016-05-053-0/+52
* tdf#89466: Getting/setting page size works nowKatarina Behrens2016-05-041-42/+63
* tdf#89466: Give those slots a separate GetState methodKatarina Behrens2016-05-044-6/+16
* tdf#89466: Access to page setup dialog, alignment of labelsKatarina Behrens2016-05-041-3/+15
* tdf#89466: Slide Background tabRishabh Kumar2016-05-0411-2/+960
* use Any constructor instead of temporariesNoel Grandin2016-05-045-27/+10