summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter
AgeCommit message (Expand)Author
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-06Change Read/Write access to Scoped Read/Write accessMark Page
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-07loplugin:unnecessaryvirtual in sd..sdextNoel Grandin
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin
2016-10-28loplugin:expandablemethods in sdNoel Grandin
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-12convert IDET flags to typed_flagsNoel Grandin
2016-10-12convert EID constants to typed_flagsNoel Grandin
2016-10-11convert PageKind to scoped enumNoel Grandin
2016-10-11convert EditMode to scoped enumNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05loplugin:unnecessaryoverride in sd/starmathNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-18loplugin:unusedenumvaluesNoel Grandin
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in sdNoel Grandin
2016-09-10Typo: (un)kown->(un)knownJulien Nabet
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-08-11loplugin:constantparamNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in sdStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-06-27loplugin:singlevalfields in sdNoel Grandin
2016-06-20Remove unused includesStephan Bergmann
2016-06-18uitest: annotate a few draw/impress windowsMarkus Mohrhard
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-06-11coverity#1362678 Dereference after null checkCaolán McNamara
2016-05-24Resolves: tdf#100024 CRASH when setting a background imageCaolán McNamara
2016-05-19loplugin:unusedmethods in sdNoel Grandin
2016-05-18refactor this repeated code into a single methodCaolán McNamara
2016-05-18Related: tdf#99523 select only the desired slidesCaolán McNamara
2016-05-18Related: tdf#99523 NotifyPageEvent ultimately comes from HINT_PAGEORDERCHG...Caolán McNamara
2016-05-18move the KeepSlideSorterInSyncWithPageChanges to a level lowerCaolán McNamara
2016-05-18give this tremendously useful snippet a descriptive name and de-duplicate itCaolán McNamara
2016-05-18clang-tidy modernize-make-sharedNoel Grandin