summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
AgeCommit message (Expand)Author
2021-06-28tdf#76258 Various fixes for color filterSamuel Mehrbrodt
2021-06-28tdf#76258 Filter by colorsSamuel Mehrbrodt
2019-10-29tdf#49813 make autofilter popup at least the width of its columnCaolán McNamara
2019-10-02tdf#122570 Make Enter key work in autofilter search items inputJim Raykowski
2019-09-03Resolves: tdf#127168 dismiss menu before executing sortCaolán McNamara
2019-07-23tdf#122774 Make all ScCheckListMenuWindow items keyboard accessibleJim Raykowski
2019-06-12tdf#125791 sc autofilter popup: make sure menu item text uses the label fontMiklos Vajna
2019-06-04tdf#101086 sc autofilter popup: avoid flickerMiklos Vajna
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen
2019-02-13Resolves tdf#122998 - Position of all/none checkboxes in Autofilterheiko tietze
2019-01-24tdf#122904: missing images in the format->paragraph->border valuesetsCaolán McNamara
2019-01-18use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov
2019-01-15Use proper iterator in loop bodyArkadiy Illarionov
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-14move fmtfieldCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-19index validity check looks dubiousCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-07use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-01loplugin:stringloop in scNoel Grandin
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin
2018-06-28loplugin:useuniqueptr in ScCheckListBoxNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-08Inspecting children is only necessary if parent is selectedEike Rathke
2017-09-08If children then insert only if a child is selected, tdf#112258 follow-upEike Rathke
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-06tdf#108259 Fix nested checkbox handling in autofilter popupJean-Sebastien Bevilacqua