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