summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/cctrl
Commit message (Expand)AuthorAgeFilesLines
* use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2019-09-301-3/+3
* tdf#122774 Make all ScCheckListMenuWindow items keyboard accessibleJim Raykowski2019-08-051-5/+26
* move fmtfieldCaolán McNamara2018-11-141-1/+1
* move SvTreeListBox to vclCaolán McNamara2018-11-071-2/+2
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-261-0/+1
* clang-tidy performance-unnecessary-copy-init in scNoel Grandin2018-10-241-1/+1
* index validity check looks dubiousCaolán McNamara2018-10-191-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-2/+2
* loplugin:constfields in scNoel Grandin2018-10-151-11/+11
* use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin2018-10-071-2/+2
* loplugin:simplifyconstruct in scNoel Grandin2018-09-101-4/+1
* loplugin:stringloop in scNoel Grandin2018-08-011-3/+3
* move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin2018-07-031-4/+4
* loplugin:useuniqueptr in ScZoomSliderWndNoel Grandin2018-06-281-1/+1
* loplugin:useuniqueptr in ScCheckListBoxNoel Grandin2018-06-281-2/+2
* loplugin:unusedfields in scNoel Grandin2018-05-211-6/+1
* Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen2018-05-122-13/+14
* tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen2018-04-251-2/+0
* Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2018-04-073-4/+4
* long->sal_Int32 in tools/gen.hxxNoel Grandin2018-04-033-4/+4
* sc lok: Let the tiled rendering draw the List Validation dropdowns.Jan Holesovsky2018-03-071-1/+3
* use more Color in scNoel Grandin2018-03-071-1/+1
* replace Color(COL_*) with COL_*Noel Grandin2018-02-271-3/+3
* drop old tools/gen.hxx methods in scNoel Grandin2018-02-272-4/+4
* Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin2018-02-174-38/+36
* loplugin:changetoolsgen in scNoel Grandin2018-02-144-58/+60
* More loplugin:cstylecast: scStephan Bergmann2018-01-121-1/+1
* loplugin:salcall vcl builder methodsNoel Grandin2017-12-081-1/+1
* loplugin:unusedmethodsNoel Grandin2017-11-291-13/+0
* TypedWhichId for sc constantsNoel Grandin2017-11-231-1/+1
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671Eike Rathke2017-10-271-6/+1
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-1/+1
* loplugin:includeform: scStephan Bergmann2017-10-236-25/+25
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-4/+4
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-1/+1
* clang-tidy modernize-use-emplace in scNoel Grandin2017-09-121-1/+1
* Inspecting children is only necessary if parent is selectedEike Rathke2017-09-081-11/+14
* If children then insert only if a child is selected, tdf#112258 follow-upEike Rathke2017-09-081-1/+1
* Resolves: tdf#112258 correctly pick items from AutoFilter selectionEike Rathke2017-09-071-11/+30
* loplugin:constparam in sc part5Noel Grandin2017-08-241-1/+1
* loplugin:constparam in sc part4Noel Grandin2017-08-241-3/+3
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-221-3/+4
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-171-1/+1
* split out VclBuilder static methodsCaolán McNamara2017-08-021-1/+1
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-212-58/+1
* Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke2017-07-191-1/+1
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-1/+1
* use more OUString::operator== in scNoel Grandin2017-07-141-1/+1