summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-3/+4
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-1/+1
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-31tdf#87009 Add a tooltip to the sidebar settings buttonMaxim Monastirsky2-1/+8
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-30tdf#83546 Expand the sidebar if it's hiddenMaxim Monastirsky1-12/+11
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-7/+3
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-6/+6
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-1/+1
2015-08-20better warning message for failed panel creationMarkus Mohrhard1-1/+1
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard1-0/+8
2015-08-11loplugin: defaultparamsNoel Grandin4-6/+6
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky1-1/+0
2015-08-05support more command in chart sidebarMarkus Mohrhard4-6/+9
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-6/+5
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl2-2/+1
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard1-0/+1
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard4-0/+55
2015-07-26remove unused propertyMarkus Mohrhard1-5/+0
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-4/+4
2015-07-16add more chart sidebar contextsMarkus Mohrhard1-0/+3
2015-07-16we need access to the chart model in the chart sidebarMarkus Mohrhard1-0/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin3-15/+0
2015-07-14sfx2: tolerate frames without controller in GetSidebarControllerForFrameMichael Stahl1-1/+7
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl1-20/+7
2015-07-12avoid crash in unit test due to global objectsMarkus Mohrhard1-9/+4
2015-07-12big step towards real chart sidebarMarkus Mohrhard3-2/+10
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard1-0/+10
2015-07-12use correct controller for sidebarMarkus Mohrhard1-2/+7
2015-07-12no need for handling unused arguments like thatMarkus Mohrhard1-6/+2
2015-07-12fix indentationMarkus Mohrhard1-8/+8
2015-07-12[API CHANGE] add way to get XSidebar from XSidebarProviderMarkus Mohrhard1-0/+6
2015-07-12add methods to add random controllers to sidebarMarkus Mohrhard1-15/+34
2015-07-12use XController instead of XFrame where it makes senseMarkus Mohrhard6-25/+25
2015-07-12add SidebarChangeHandler to chart2Markus Mohrhard1-0/+2
2015-06-29tdf#84381: Improved sidebar selection analyser for Calc and Draw/ImpressRishabh Kumar1-0/+1
2015-06-23Uno api sidebar unit test tdf#91806Laurent Godard3-0/+37