summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
AgeCommit message (Expand)Author
2016-08-16Resolves: tdf#101165 crash on deselecting all filtersCaolán McNamara
2016-06-07tdf#97340 : Handle autofilter search for dates correctlyDennis Francis
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-04-30ignore missing children, tdf#99422Markus Mohrhard
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-18convert SvButtonState to scoped enumNoel Grandin
2016-03-10wrap vcl::window* pointer members in VclPtr, tdf#97344 follow-upEike Rathke
2016-03-10tdf#97344 : Allow focus change using mouse in autofilter popupDennis Francis
2016-02-20use O(n) algorithm to change all autofilter entriesMarkus Mohrhard
2016-02-20use calc brace styleMarkus Mohrhard
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19tdf#94908 : Autofilter ok button is blockedDennis Francis
2015-10-16convert Link<> to typedNoel Grandin
2015-10-02loplugin:unusedmethodsNoel Grandin
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-14convert Link<> to typedNoel Grandin
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-01tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-15refactor ScMenuFloatingWindow to use RenderContextTomaž Vajngerl
2015-05-14fix dbgutil crash with autofilter dialog after VclPtr changeMarkus Mohrhard
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-12convert SYMBOL_DRAW constants to scoped enumNoel Grandin
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-10Lost more cleanup and fixing post re-basing.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-03-26Enhancement : tdf#89908 Add Search field to the autofilterDeena Francis
2015-02-19Support HiDPI in auto filter (and pivot table) pop-up menu windowTomaž Vajngerl
2015-02-16tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis
2015-01-24Resolves: tdf#81124 crash on setting autofilter on column with no contentCaolán McNamara
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin