summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
AgeCommit message (Expand)Author
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-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-19index validity check looks dubiousCaolán McNamara
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15loplugin:constfields in scNoel 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 ScZoomSliderWndNoel Grandin
2018-06-28loplugin:useuniqueptr in ScCheckListBoxNoel Grandin
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-07sc lok: Let the tiled rendering draw the List Validation dropdowns.Jan Holesovsky
2018-03-07use more Color in scNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-10-27Use LocaleDataWrapper::stringToDouble() in ScDoubleField::GetValue, tdf#81671Eike Rathke
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
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-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-02split out VclBuilder static methodsCaolán McNamara
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-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann