summaryrefslogtreecommitdiff
path: root/sfx2/source/control/dispatch.cxx
AgeCommit message (Expand)Author
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06idle includes and enum useJennifer Liebel
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn
2014-12-09removed unused timeout definesTobias Madl
2014-12-09changed timers to idleJennifer Liebel
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara
2014-11-24so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-09-09Doxygenize comments, and move them in front of the functions.Jan Holesovsky
2014-07-24sfx2: remove another DBG macro that arose from the graveMichael Stahl
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove spurious com::sun::star::chaosMichael Stahl
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-15fix hacked bool in SfxDispatcher::SetSlotFilterNoel Grandin
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-02GraphicFilter::LoadGraphic: SAL_WARN -> SAL_INFOMiklos Vajna
2014-03-31SAL_WARN -> SAL_INFO in SfxDispatcher::_FillState()Miklos Vajna
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-05remove unused code SfxDispatcher::IsOnTop(SfxShell const&)Noel Grandin
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-25Yet another one undefined comparison of 'const' and a 'non-const' iterators (...Douglas Mencken
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12coverity#440982 Dereference after null checkCaolán McNamara