summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)AuthorFilesLines
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin2-6/+6
2016-04-10Replace AddEntry macroJulien Nabet1-58/+151
2016-04-10Replace macro IterateLayoutItemsJulien Nabet1-13/+27
2016-04-06Avoid reserved identifiersStephan Bergmann1-6/+6
2016-04-06Avoid reserved identifiersStephan Bergmann1-20/+20
2016-04-06SidebarToolBox: Remove unused param.Jan Holesovsky2-3/+2
2016-04-06SidebarToolBox: This function was needed only for InsertPropertyPanel.Jan Holesovsky1-20/+2
2016-04-04Kill some written-only member vars in SidebarToolBox.Jan Holesovsky1-24/+13
2016-04-04Bool_UseToolBoxItemSeparator in SidebarToolBox is always false, kill it.Jan Holesovsky3-43/+0
2016-03-31Replace AddContext in sidebar/EnumContext.cxxJulien Nabet1-34/+31
2016-03-24tdf#97398: Toggle deck/panel visibility individually for each appKatarina Behrens3-5/+34
2016-03-14tdf#97885 SIDEBAR: Message missing from blank properties tabFabio Buso1-11/+14
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin2-0/+12
2016-02-08loplugin:unusedmethodsNoel Grandin2-12/+0
2016-01-31implement missing FID_FUNCTION_BOX GetStateCaolán McNamara1-10/+27
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin1-10/+8
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-1/+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-12-02tdf#96162: sfx2: avoid re-creating existing sidebar PanelsMichael Stahl1-26/+33
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-1/+0
2015-11-20loplugin:nullptrStephan Bergmann1-2/+2
2015-11-20loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-20loplugin:staticmethodsStephan Bergmann1-34/+34
2015-11-20loplugin:nullptrStephan Bergmann1-1/+1
2015-11-20tdf#67770 store sidebar elements statesLaurent Godard5-210/+411
2015-11-20loplugin:sallogareasStephan Bergmann1-2/+2
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt2-4/+4
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt3-315/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-104/+104
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin2-19/+19
2015-10-29Cleanup in sfx2 treeMario J. Rugiero1-2/+0
2015-10-29com::sun::star->css in sfx2Noel Grandin2-4/+4
2015-10-28handle scrollwheel events in TabBar of SidebarBjoern Michaelsen1-1/+34
2015-10-21afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara2-30/+12
2015-10-20tdf#85767: Make also sidebar toolbox item order RTL-sensitiveKatarina Behrens1-2/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-5/+5
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard1-9/+20
2015-10-09no need for using rtl::OUString in core codeMarkus Mohrhard1-1/+0
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard1-0/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-29tdf#93243 replace boost::bind with C++11 lambdas in SidebarController.cxxn.r.pearson1-9/+8
2015-09-21convert Link<> to typedNoel Grandin1-15/+6
2015-09-20convert Link<> to typedNoel Grandin2-27/+13
2015-09-14boost->stdCaolán McNamara1-3/+3
2015-09-07WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist1-1/+1