summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/virtmenu.cxx
AgeCommit message (Expand)Author
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann
2015-04-28bOleServer/bMac vars want to be of type boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-04rename MenuConfiguration::Attributes->MenuAttributesCaolán McNamara
2014-11-12ditch this unused idpool horrorCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-14coverity#735851 Dereference after null checkCaolán McNamara
2014-10-03loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25Adapt to sal/log.hxxStephan Bergmann
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann
2014-01-01Typos (comand -> command)Julien Nabet
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin
2013-08-29convert sfx2/source/inc/virtmenu.hxx from String to OUStringNoel Grandin
2013-08-22cppcheck: fix redundant assignmentsJulien Nabet
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-12Unused pAutoDeactivate, is never non-nullStephan Bergmann
2013-07-24XubString->OUStringCaolán McNamara
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-26tidy some resource stringsCaolán McNamara
2012-05-31nuke unused typedefTakeshi Abe