summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
AgeCommit message (Expand)Author
2015-11-04remove unused boost headerNoel Grandin
2015-10-29remove boost::noncopyable from /includeNoel Grandin
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin
2015-10-21afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard
2015-10-03don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard
2015-09-21convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-31tdf#87009 Add a tooltip to the sidebar settings buttonMaxim Monastirsky
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky
2015-08-05support more command in chart sidebarMarkus Mohrhard
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard
2015-07-26remove unused propertyMarkus Mohrhard
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-07-16add more chart sidebar contextsMarkus Mohrhard
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl
2015-07-12use correct controller for sidebarMarkus Mohrhard
2015-07-12finally manage to register chart2 in the ChartControllerMarkus Mohrhard
2015-07-12[API CHANGE] add way to get XSidebar from XSidebarProviderMarkus Mohrhard
2015-07-12add methods to add random controllers to sidebarMarkus Mohrhard
2015-07-12use XController instead of XFrame where it makes senseMarkus Mohrhard
2015-07-12add SidebarChangeHandler to chart2Markus Mohrhard
2015-07-03Fix typosAndrea Gelmini
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar
2015-06-23Uno api sidebar unit test tdf#91806Laurent Godard
2015-06-22loplugin:vclwidgetsStephan Bergmann
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-22loplugin:passstuffbyrefStephan Bergmann
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-05-22loplugin:constantfunctionNoel Grandin
2015-05-20cleanup sidebarTomaž Vajngerl
2015-05-08Missing from previous commitStephan Bergmann
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-01missing includeCaolán McNamara
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks