summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbcontrl.cxx
AgeCommit message (Expand)Author
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-07tdf#91383: sw: prevent style preview from actually creating stylesMichael Stahl
2015-09-07convert Link<> to typedNoel Grandin
2015-09-04Fixes memleak by allowing SvxFontNameBox_Impl dtor to be calledDennis Francis
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-11loplugin: defaultparamsNoel Grandin
2015-08-09tdf#93290 Limit the size request of the styles comboboxMaxim Monastirsky
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-07-06tdf#83541 Redraw the last used color after theme changeMaxim Monastirsky
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04tdf#91840: Default to transparent text backgroundKatarina Behrens
2015-06-04Use switch-case instead of overly long 'if (a || b || ...)'Katarina Behrens
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens
2015-06-01coverity#1302609 Division or modulo by zeroCaolán McNamara
2015-05-22Avoid overflowing SetSizePixel computationStephan Bergmann
2015-05-22Simplify GetSize().Height() -> GetHeight()Stephan Bergmann
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-27if it makes sense to handle DataChanged, then the same init must be calledCaolán McNamara
2015-04-27manually setting drop down size is unnecessaryCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-21Resolves: tdf#76825 styles drop down menu is too narrowCaolán McNamara
2015-04-21refactor for reuseCaolán McNamara
2015-04-21split out the code that sets up the device for each entryCaolán McNamara
2015-04-21draw all entries the same wayCaolán McNamara
2015-04-21break out text drawing bit as UserDrawEntryCaolán McNamara
2015-04-21fix indentCaolán McNamara
2015-04-17fdo#71797 strange font selection bug with font previewNoel Power
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
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: more double-dispose protection, and survival after dispose.Michael Meeks
2015-04-09vcl: VclPtr conversion in variousNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-04-09remove DELETEZ in tbcontrlTomaž Vajngerl
2015-04-09use std::unique_ptr for Impl in SvxStyleToolBoxControlTomaž Vajngerl
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin