summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl/checklistmenu.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-26index validity check looks dubiousCaolán McNamara1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+3
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-18/+18
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-20/+20
2017-11-29loplugin:unusedmethodsNoel Grandin1-13/+0
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-4/+4
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-09-08Inspecting children is only necessary if parent is selectedEike Rathke1-11/+14
2017-09-08If children then insert only if a child is selected, tdf#112258 follow-upEike Rathke1-1/+1
2017-09-07Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke1-11/+30
2017-08-24loplugin:constparam in sc part5Noel Grandin1-1/+1
2017-08-24loplugin:constparam in sc part4Noel Grandin1-3/+3
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin1-3/+4
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-1/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-2/+2
2017-06-30ScMenuFloatingWindow::MENU_NOT_SELECTED can be constexprTor Lillqvist1-2/+0
2017-06-26loplugin:oncevar in scNoel Grandin1-1/+1
2017-06-06tdf#108259 Fix nested checkbox handling in autofilter popupJean-Sebastien Bevilacqua1-8/+29
2017-06-02bPartialMatch can't be true hereEike Rathke1-1/+1
2017-06-02Fix some horrible source code formattingEike Rathke1-2/+2
2017-05-31tdf#108259 Enable autofilter with many different valuesJean-Sebastien Bevilacqua1-4/+22
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-05-01tdf#107102: fix crash in ScCheckListMenuWindow::CreateAccessibleJulien Nabet1-1/+1
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-2/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-17/+17
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-4/+6
2017-03-26uitest: add more IDs to autofilter elementsMarkus Mohrhard1-0/+4
2017-03-26uitest: add id to autofilter popupMarkus Mohrhard1-0/+2
2017-03-10tdf#106047 Fix case-insensitive search in autofilterVitaliy Anderson1-4/+4
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-15don't need to include strload.hxxCaolán McNamara1-1/+1
2017-02-10unwind RID_POPUP_FILTER local resourceCaolán McNamara1-5/+5
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara1-12/+6
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-1/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-11-15loplugin:constantparamNoel Grandin1-2/+2
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl1-21/+20
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-4/+10