summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)Author
2014-11-05fdo#67627 fdo#85791 Allow to show/hide sidebar decks with the same commandSamuel Mehrbrodt
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-29coverity#1028106 Dereference before null checkCaolán McNamara
2014-10-24loplugin: cstylecastNoel Grandin
2014-10-17Revert "fdo#67627 Clicking on icons of the sidebar should both open and close...Samuel Mehrbrodt
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-09-06Related fdo#82088: removing aliases in headersStefan Weiberg
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg
2014-08-28Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-28callcatcher: update unused codeCaolán McNamara
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt
2014-08-24Sidebar: Ensure Deck is open, if we choose an element from the Deck popup menu.Thomas Arnhold
2014-08-24fdo#67627 Clicking on icons of the sidebar should both open and close DecksThomas Arnhold
2014-08-24Sidebar: Use proper default value for DeckThomas Arnhold
2014-08-24Sidebar: Remove hightlight from TabBar after Deck closeThomas Arnhold
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-07-01Related: fdo#80633 cache optimal sizeCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-27Related: fdo#65634 make sidebar react to resizes when floatingCaolán McNamara
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-18coverity#1028261 Uncaught exceptionCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-25Resolves: fdo#79161 sidebar crash on deactivatingCaolán McNamara
2014-05-22cppcheck: Function parameter 'aFocusLocation' should be passed by referenceThomas Arnhold
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann
2014-05-06remove uncompiled source filesThomas Arnhold
2014-05-06Move a few more headers that are included only in sfx2 to sfx2Tor Lillqvist
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-13Related: #i124392# fill in SidebarDockingWindow::DoDisposeAndre Fischer
2014-03-12coverity#1027775 Dereference null return valueCaolán McNamara
2014-03-03remove unused code in sfx2::sidebarNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann