summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sidebar
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in include/linguistic to include/sfx2Noel Grandin2015-10-231-1/+1
* afl-eventtesting + VclPtr: only current context decks getting disposedCaolán McNamara2015-10-212-1/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1221-133/+133
* correctly dispose the chart sidebar when leaving chart, tdf#94292Markus Mohrhard2015-10-091-0/+2
* don't show area and line panel in pie chart Chart selection, tdf#94320Markus Mohrhard2015-10-031-0/+1
* convert Link<> to typedNoel Grandin2015-09-211-1/+1
* convert Link<> to typedNoel Grandin2015-09-202-2/+2
* boost->stdCaolán McNamara2015-09-146-7/+1
* convert Link<> to typedNoel Grandin2015-09-071-1/+1
* convert Link<> to typedNoel Grandin2015-09-041-1/+1
* tdf#87009 Add a tooltip to the sidebar settings buttonMaxim Monastirsky2015-08-311-0/+1
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-1/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-3/+3
* handle new color picker correctly in chart sidebarMarkus Mohrhard2015-08-201-0/+2
* Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky2015-08-112-1/+3
* support more command in chart sidebarMarkus Mohrhard2015-08-052-1/+4
* sfx2: replace boost::function with std::functionMichael Stahl2015-07-315-11/+10
* small fix to reduce UnknownPropertyException in chart2Markus Mohrhard2015-07-301-0/+1
* handle more than one chart with chart sidebarMarkus Mohrhard2015-07-264-3/+43
* remove unused propertyMarkus Mohrhard2015-07-261-1/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
* add more chart sidebar contextsMarkus Mohrhard2015-07-161-0/+3
* loplugin:unusedmethods sfx2(part2)Noel Grandin2015-07-166-15/+0
* sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl2015-07-141-9/+0
* use correct controller for sidebarMarkus Mohrhard2015-07-121-0/+1
* finally manage to register chart2 in the ChartControllerMarkus Mohrhard2015-07-121-1/+1
* [API CHANGE] add way to get XSidebar from XSidebarProviderMarkus Mohrhard2015-07-121-0/+4
* add methods to add random controllers to sidebarMarkus Mohrhard2015-07-121-0/+4
* use XController instead of XFrame where it makes senseMarkus Mohrhard2015-07-123-7/+7
* add SidebarChangeHandler to chart2Markus Mohrhard2015-07-121-0/+2
* Fix typosAndrea Gelmini2015-07-031-1/+1
* tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar2015-06-291-0/+1
* Uno api sidebar unit test tdf#91806Laurent Godard2015-06-232-0/+4
* loplugin:vclwidgetsStephan Bergmann2015-06-221-2/+2
* -Werror,-Wunused-private-fieldStephan Bergmann2015-06-221-1/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-06-221-1/+0
* loplugin:passstuffbyrefStephan Bergmann2015-06-221-1/+1
* new uno sidebar api tdf#91806Laurent Godard2015-06-2230-0/+2383
* loplugin:constantfunctionNoel Grandin2015-05-221-2/+0
* cleanup sidebarTomaž Vajngerl2015-05-203-54/+40
* Missing from previous commitStephan Bergmann2015-05-081-2/+2
* Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann2015-05-061-1/+1
* Use typed ToolBox::SetActivateHdl LinkStephan Bergmann2015-05-061-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-061-4/+4
* missing includeCaolán McNamara2015-05-011-0/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-284-3/+9
|\
| * Unregister sidebar ControllerItems at the right time.Michael Meeks2015-04-151-0/+3
| * Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks2015-04-141-2/+3