summaryrefslogtreecommitdiff
path: root/vcl/source/window/menu.cxx
AgeCommit message (Expand)Author
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-28fix name of method in vcl/Menu, SetHightlightItem to SetHighlightItemNoel Grandin
2014-02-28remove unused code Menu::GetHighlightItem()Noel Grandin
2014-02-25remove unused code Menu::GetItemAccKeyStrFromPos(unsigned short)Noel Grandin
2014-02-25remove unused code Menu::IsTemporaryItemFromPos(unsigned short)Noel Grandin
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-02-19Fix minimal VCL menu item height with iconsJan-Marek Glogowski
2014-01-28bool improvementsStephan Bergmann
2014-01-25coverity#1158199 Dereference null return valueCaolán McNamara
2013-12-04VCL : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-11-30WaE: ‘nPos’ may be used uninitialized in this functionTomaž Vajngerl
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin
2013-10-29Resolves: rhbz#1021915 force menubar menus to be up/down onlyCaolán McNamara
2013-10-22ImplCalcSize etc can be constCaolán McNamara
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
2013-10-21post String conversion cleanupThomas Arnhold
2013-10-08CID#1079271 uninitialized member variablesCaolán McNamara
2013-09-26typo fixes in commentsAndras Timar
2013-09-09CID#1078725: Dereference null return valueJulien Nabet
2013-09-05this assert is too strongMarkus Mohrhard
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza
2013-08-12remove unused local static variableNoel Grandin
2013-08-12convert vcl/menu.hxx from XubString to OUString (second attempt)Noel Grandin
2013-08-12XubString->OUStringCaolán McNamara
2013-07-31Revert "convert vcl/menu.hxx from XubString to OUString"Kohei Yoshida
2013-07-31convert vcl/menu.hxx from XubString to OUStringNoel Grandin
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
2013-07-24XubString->OUStringCaolán McNamara
2013-07-19remove Application::GetWorkAreaPosSizePixelNoel Grandin
2013-07-05Oups, Revert "Remove "!!""Julien Nabet
2013-07-05Remove "!!"Julien Nabet
2013-06-21sal_Bool to boolTakeshi Abe
2013-06-19sal_Bool to boolTakeshi Abe
2013-06-14cppcheck: fix uninitMemberVar in menu.cxx (vcl)Julien Nabet
2013-06-11fdo#65450 Not to call MenuBar's selection logic for rollover effectIsamu Mogi
2013-05-22Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
2013-02-06replace (Xub)String with OUString in vclChr. Rossmanith
2013-01-17Personas: Fix fdo#59208 - get rid of artifacts when we run out of bitmap.Jan Holesovsky
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/windowChr. Rossmanith
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist
2013-01-09allow menu items to be enabled by nameCaolán McNamara
2013-01-09Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.Jan Holesovsky
2013-01-07allow menu items to be referred to by a nameCaolán McNamara