summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-2/+0
2018-10-07use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin1-1/+1
2018-06-28loplugin:useuniqueptr in ScCheckListBoxNoel Grandin1-2/+2
2017-11-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke1-1/+1
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part4Noel Grandin1-3/+3
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist1-1/+2
2017-06-06tdf#108259 Fix nested checkbox handling in autofilter popupJean-Sebastien Bevilacqua1-0/+1
2017-05-31tdf#108259 Enable autofilter with many different valuesJean-Sebastien Bevilacqua1-0/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas1-0/+1
2017-03-27handle date autofilter entries correctly, tdf#106214Markus Mohrhard1-1/+12
2017-03-26uitest: add more IDs to autofilter elementsMarkus Mohrhard1-0/+1
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-2/+0
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-11-15loplugin:constantparamNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-09-29only date autofilter menus need the space for the tree expandersCaolán McNamara1-0/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-5/+5
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-3/+3
2016-06-07tdf#97340 : Handle autofilter search for dates correctlyDennis Francis1-13/+30
2016-05-24loplugin:unusedmethods in scNoel Grandin1-2/+0
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara1-1/+0
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-16coverity#1356339 Uninitialized pointer fieldCaolán McNamara1-1/+6
2016-03-10wrap vcl::window* pointer members in VclPtr, tdf#97344 follow-upEike Rathke1-3/+12
2016-03-10tdf#97344 : Allow focus change using mouse in autofilter popupDennis Francis1-4/+40
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-19/+19
2015-10-02loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-18boost->stdCaolán McNamara1-8/+8
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-8/+8
2015-09-17boost->stdCaolán McNamara1-8/+8
2015-09-14convert Link<> to typedNoel Grandin1-0/+1
2015-09-08convert Link<> to typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+2
2015-07-22loplugin:unusedmethods scNoel Grandin1-2/+0
2015-07-01tdf#92262 - fixup shared_ptr -> VclPtr issue.Michael Meeks1-2/+2
2015-05-15refactor ScMenuFloatingWindow to use RenderContextTomaž Vajngerl1-8/+10
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-5/+8