summaryrefslogtreecommitdiff
path: root/sfx2/source/menu
AgeCommit message (Expand)Author
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-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-08-18InfoBox IBX_MNUCFG_ALREADY_INCLUDED to StringThomas Arnhold
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-07-26fdo#71770 Fixed Cut/Copy/Paste popup menu items to appear at the topJeffrey Stedfast
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-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino
2014-04-22clean up hrc filesThomas Arnhold
2014-04-22clean up hrc filesThomas Arnhold
2014-04-21remove some more bloatThomas Arnhold
2014-04-08coverity#704796 Dereference after null checkCaolán McNamara
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-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
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-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28bool improvementsStephan Bergmann
2014-01-17Be explicit when using bool as integral value (as Link return value)Stephan Bergmann
2014-01-01Typos (comand -> command)Julien Nabet
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-11-26Integrate branch of IAccessible2Steve Yin
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21remove uses of COMPARE_*Caolán McNamara
2013-10-20STRING_LEN is the same as STRING_NOTFOUNDCaolán McNamara
2013-10-20fdo#52622 - Reduce copy and paste codeJosé Guilherme Vanz
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-29convert sfx2/source/menu/thessubmenu.hxx from String to OUStringNoel Grandin
2013-08-29convert include/sfx2/mnuitem.hxx from String to OUStringNoel Grandin
2013-08-22cppcheck: fix redundant assignmentsJulien Nabet