summaryrefslogtreecommitdiffstats
path: root/sd/source
Commit message (Expand)AuthorAgeFilesLines
* merge sd::FuOutline with sd::FuOutlineTextNoel Grandin2016-10-044-144/+35
* Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara2016-10-031-17/+3
* sd: mpViewShell can be nullptr in DrawDocShell::GetState()Miklos Vajna2016-10-031-3/+6
* fix bug in DocumentSettings::LoadList when testing result of lastIndexOfNoel Grandin2016-10-031-1/+1
* add more dumpAsXml()Noel Grandin2016-10-031-0/+4
* uitest: annotate slidesorter windowMarkus Mohrhard2016-10-021-0/+1
* Engine() return mpOutliner, so can crash if Engine() used post deleteCaolán McNamara2016-10-011-0/+4
* Fix typosAndrea Gelmini2016-10-014-5/+5
* Fix typosAndrea Gelmini2016-10-012-4/+4
* add initial drawinglayer support to UI testing frameworkMarkus Mohrhard2016-10-012-48/+78
* Resolves: tdf#101004 crash on using slide master design from master viewCaolán McNamara2016-09-301-8/+10
* loplugin:constantparamNoel Grandin2016-09-302-9/+4
* LOK: conditionally include part number in invalidation payloadMiklos Vajna2016-09-291-1/+2
* merge SdrPageView::IsObjSelectable and SdrPageView::IsObjMarkableJochen Nitschke2016-09-292-2/+2
* Resolves: tdf#102343 unable to undo stylesheet changes in master...Caolán McNamara2016-09-281-0/+9
* convert eNBOType constants to scoped enumNoel Grandin2016-09-262-3/+3
* coverity#1371240 Missing move assignment operatorCaolán McNamara2016-09-251-0/+11
* impl this with a std::unique_ptrCaolán McNamara2016-09-251-17/+14
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-2327-78/+56
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-2212-877/+1
* sd lok: fix pixel-to-logic conversion in DrawViewShell::MakeVisible()Miklos Vajna2016-09-221-0/+9
* Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann2016-09-204-8/+8
* loplugin:unusedfieldsNoel Grandin2016-09-201-4/+0
* Resolves: tdf#102293 triple click results in visually unselected wordCaolán McNamara2016-09-191-0/+15
* Related: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara2016-09-191-1/+6
* loplugin:unusedenumvaluesNoel Grandin2016-09-188-75/+5
* sd draw text: emit LOK_CALLBACK_VIEW_LOCK from registerCallback()Miklos Vajna2016-09-161-0/+11
* loplogin:singlevalfields in include/Noel Grandin2016-09-161-1/+1
* sd draw text: emit LOK_CALLBACK_TEXT_VIEW_SELECTION from registerCallback()Miklos Vajna2016-09-151-1/+16
* disable generation of ole previews in ODF format until after loadCaolán McNamara2016-09-152-1/+9
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-154-6/+6
* sd: loplugin:staticmethodsMichael Stahl2016-09-151-0/+2
* loplugin:singlevalfields in sc..vclNoel Grandin2016-09-1510-45/+14
* loplugin:constantparamNoel Grandin2016-09-144-18/+6
* loplugin:dllprivateStephan Bergmann2016-09-132-3/+3
* Adjust controls in animation deck and make it a11y accessibleYousuf Philips2016-09-131-16/+16
* chmod 644 some source filesStephan Bergmann2016-09-132-0/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-13236-297/+297
* loplugin:constantparam in sdNoel Grandin2016-09-1050-236/+148
* Typo: (un)kown->(un)knownJulien Nabet2016-09-101-1/+1
* loplugin:constantparam in sfx2Noel Grandin2016-09-091-1/+1
* loplugin:constantparam in sot..svlNoel Grandin2016-09-091-1/+1
* tdf#62717 FILESAVE : Names Master pages are not saved properlysll2016-09-091-1/+1
* Related tdf#64575 Only allow "Fill Slide" for 1 Image/SlideSamuel Mehrbrodt2016-09-082-0/+12
* tdf#64575 Photo Album: Better Image LayoutAbhilash2016-09-072-4/+47
* loplugin:constantparam in vclNoel Grandin2016-09-072-2/+2
* convert Orientation to scoped enumNoel Grandin2016-09-055-19/+19
* convert ToolBoxButtonSize to scoped enumNoel Grandin2016-09-051-1/+1
* convert GradientStyle to scoped enumNoel Grandin2016-09-051-3/+3
* coverity#1371177 default assign is good enoughCaolán McNamara2016-09-041-14/+0