summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar
AgeCommit message (Expand)Author
2015-10-12convert Link<> to typedNoel Grandin
2015-10-09tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxxAlbert Thuswaldner
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-12Simplify: use getToken and just store converted integersMatteo Casalin
2015-09-12This code is commented out since file creation, 2013-04-10Matteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25Some cleanupMaxim Monastirsky
2015-08-25Correct icon for number format in Calc's sidebarYousuf Philips
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-13Another GrabFocus during disposeMaxim Monastirsky
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-07-31sc: replace boost::function with std::functionMichael Stahl
2015-07-31tdf#44399 Do not display 0 decimal for General formatLaurent Balland-Poirier
2015-07-29tdf#91802: Add reference edge to text orientationRishabh Kumar
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-02tdf#90888:Shrink the properties sidebar sections in CalcRishabh Kumar
2015-06-02move header file out sc/incMarkus Mohrhard
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann
2015-05-06tdf#90258 Sidebar: toggle Thousand/EngineeringLaurent Balland-Poirier
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03sc: Convert many services to constructors.Jan Holesovsky
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks
2015-04-10wrap more stuff in VclPtrNoel Grandin
2015-04-10Convert last vestiges of OutputDevice* and VirtualDevice* members.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in scNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann