summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
AgeCommit message (Expand)Author
2015-09-07WaE: implicit conversion of literal of type 'int' to 'bool'Tor Lillqvist
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-31tdf#87009 Add a tooltip to the sidebar settings buttonMaxim Monastirsky
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-30tdf#83546 Expand the sidebar if it's hiddenMaxim Monastirsky
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-20better warning message for failed panel creationMarkus Mohrhard
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky
2015-08-05support more command in chart sidebarMarkus Mohrhard
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin
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-24convert WindowAlign to scoped enumNoel Grandin
2015-07-16add more chart sidebar contextsMarkus Mohrhard
2015-07-16we need access to the chart model in the chart sidebarMarkus Mohrhard
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-14sfx2: tolerate frames without controller in GetSidebarControllerForFrameMichael Stahl
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl
2015-07-12avoid crash in unit test due to global objectsMarkus Mohrhard
2015-07-12big step towards real chart sidebarMarkus Mohrhard
2015-07-12allow also to use non-frame modules for sidebarMarkus Mohrhard
2015-07-12use correct controller for sidebarMarkus Mohrhard
2015-07-12no need for handling unused arguments like thatMarkus Mohrhard
2015-07-12fix indentationMarkus 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-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-22-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-22loplugin:salboolStephan Bergmann
2015-06-22-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-22loplugin:passstuffbyrefStephan Bergmann
2015-06-22new uno sidebar api tdf#91806Laurent Godard
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16state *which* context name is not recognizedCaolán McNamara
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara