summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-06new uno sidebar api tdf#91806Laurent Godard1-8/+21
2015-05-20Deck, TitleBar - setup background in ApplySettingsTomaž Vajngerl1-4/+5
2015-05-20boost::function to std for sidebar Deck, cleanup a bitTomaž Vajngerl1-16/+12
2015-05-14refactor sidebar classes to use RenderContext, cleanupTomaž Vajngerl1-63/+36
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-08callcatcher: update unused codeCaolán McNamara1-5/+0
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-33/+34
2015-04-15Properly dispose old sidebar Panels when we switch panel.Michael Meeks1-1/+14
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks1-7/+6
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks1-1/+1
2015-04-13More lifecycle correction.Michael Meeks1-23/+6
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks1-1/+1
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks1-10/+5
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-1/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks1-0/+5
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-5/+7
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-9/+7
2015-02-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz1-14/+0
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz1-23/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-7/+7
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-06Related fdo#82088: removing aliases in headersStefan Weiberg1-2/+2
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara1-32/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-03-24callcatcher: update unused codeCaolán McNamara1-16/+0
2014-03-03remove unused code in sfx2::sidebarNoel Grandin1-2/+2
2014-01-17Window::Notify should return boolStephan Bergmann1-4/+2
2013-11-13expand out the A2S macroNoel Grandin1-5/+5
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-6/+0
2013-09-04Remove more unused methodsMarcos Paulo de Souza1-14/+0
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-2/+2
2013-08-16ToolBoxBackground never created, remove itCaolán McNamara1-1/+0
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-06-16add missing modelines.Michael Meeks1-0/+3
2013-06-02fix Werror tinderbox problemMarkus Mohrhard1-1/+1
2013-06-02sidebar: Restrict the minimal width of the sidebar.Jan Holesovsky1-0/+4
2013-05-21Resolves; #i122219# Show 'Cell Appearance' and 'Number Format' panels...Andre Fischer1-4/+0
2013-05-21Resolves: #i122315# Disable 'More Options' buttons when...Andre Fischer1-0/+1
2013-05-20Resolves: #i122321# Fix processing of scroll wheel...Andre Fischer1-39/+47