summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Deck.cxx
AgeCommit message (Expand)Author
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-02loplugin:casttovoid: sfx2Stephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-07tdf#104870 - keep reference on the TitleBar while setting title.Michael Meeks
2017-01-10New loplugin:conststringvar: sfx2Stephan Bergmann
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2015-12-23loplugin:unusedfields in /includeNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-06-22loplugin:passstuffbyrefStephan Bergmann
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-05-20Deck, TitleBar - setup background in ApplySettingsTomaž Vajngerl
2015-05-20boost::function to std for sidebar Deck, cleanup a bitTomaž Vajngerl
2015-05-14refactor sidebar classes to use RenderContext, cleanupTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-08callcatcher: update unused codeCaolán McNamara
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-15Properly dispose old sidebar Panels when we switch panel.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks
2015-04-13Re-work sidebar factory to use VclPtr.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-11Fix more misc. lifecycle mistakes.Michael Meeks
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-02-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
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-06Related fdo#82088: removing aliases in headersStefan Weiberg
2014-06-27Resolves: fdo#65634 improve wheel-scrolling sidebar panelsCaolán McNamara
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-03-24callcatcher: update unused codeCaolán McNamara
2014-03-03remove unused code in sfx2::sidebarNoel Grandin
2014-01-17Window::Notify should return boolStephan Bergmann