summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/mnuitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-309/+0
2016-02-09Remove excess newlinesChris Sherlock1-11/+0
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin1-3/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-8/+0
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-08Remove dead codeStephan Bergmann1-16/+0
2015-05-08loplugin:unreffunStephan Bergmann1-45/+0
2015-05-08there's another ExecuteInfo in swCaolán McNamara1-3/+12
2015-05-08callcatcher: update unused codeCaolán McNamara1-90/+3
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-22callcatcher: update unused codeCaolán McNamara1-5/+0
2015-04-20drop unused -SfxAppMenuControl_Impl::RegisterControlCaolán McNamara1-1/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-1/+1
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara1-4/+4
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida1-0/+1
2014-11-12ditch this unused idpool horrorCaolán McNamara1-1/+0
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-7/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-9/+8
2014-07-24sfx2: remove another DBG macro that arose from the graveMichael Stahl1-1/+3
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-24svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-02-26Remove visual noise from sfx2Alexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-7/+7
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-11-26Integrate branch of IAccessible2Steve Yin1-0/+4
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-3/+3
2013-10-21remove uses of COMPARE_*Caolán McNamara1-1/+1
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-12/+12
2013-08-29convert include/sfx2/mnuitem.hxx from String to OUStringNoel Grandin1-6/+6
2013-06-25WaE: unused variable 'aText' [loplugin]Tor Lillqvist1-2/+0
2013-06-24Kill SfxAppToolBoxControl_ImplAriel Constenla-Haile1-2/+147