summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/ControllerItem.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-06lok: introduce QueryControlState functionHenry Castro1-0/+7
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2020-01-30loplugin:unusedfieldsNoel Grandin1-11/+1
2020-01-21tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qaGabor Kelemen1-8/+1
2019-10-23loplugin:unusedmethodsNoel Grandin1-17/+0
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin1-2/+2
2017-09-18msCommandName in ControllerItem is unusedNoel Grandin1-11/+3
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-2/+0
2017-04-28loplugin:unusedfieldsNoel Grandin1-1/+0
2017-04-26loplugin:unusedmethodsNoel Grandin1-10/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky1-1/+0
2017-04-20loplugin:unusedmethodsNoel Grandin1-63/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-4/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-3/+1
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-5/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin1-14/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-7/+0
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-3/+2
2015-12-08Missing deleteStephan Bergmann1-0/+1
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-2/+2
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-9/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+8
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks1-0/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-9/+9
2015-02-20tdf Removed redundant blank lines in sfx2/source/sidebar (Now one line gap)gamebusterz1-21/+0
2015-02-20tdf#12345 Removed redundant newlines in the codegamebusterz1-16/+0
2014-11-24sfx2: add missing locks to FrameActionListenerMichael Stahl1-0/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-03Related fdo#82088: removing another bunch of aliasStefan Weiberg1-3/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-13expand out the A2S macroNoel Grandin1-5/+3
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-3/+3
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza1-1/+1
2013-06-16add missing modelines.Michael Meeks1-0/+3
2013-06-04Resolves: #i122433# The sidebar ControllerItem can now...Andre Fischer1-0/+19
2013-05-20Related: #i122082# Disable controls of text property sidebar...Andre Fischer1-4/+6
2013-05-20Resolves: #i122218# Add new sidebar panel...Andre Fischer1-1/+1
2013-05-20Resolves: #i121960# Extend the sidebar::ControllerItem to check Disabled stateAndre Fischer1-4/+173
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-0/+54