summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.cxx
AgeCommit message (Expand)Author
2021-12-03Resolves: tdf#144811 use the hover-style menu for color submenusCaolán McNamara
2021-12-02don't need to have a specific mbCanHaveSubMenu mode anymoreCaolán McNamara
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara
2021-11-12Resolves: tdf#145645 pivot table popups don't dismiss when item activatedCaolán McNamara
2021-10-07use SfxItemSetFixed in scNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga
2021-03-08autofilter: handle click for scaled dropdown buttonSzymon Kłos
2020-11-30autofilter: fix submenu popup for onlineSzymon Kłos
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis
2020-10-20use tools::Long in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-21set whether dates are needed in the ctorCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-06-16size width request to fit column hintCaolán McNamara
2020-06-12weld checklistmenuCaolán McNamara
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-03-06lok: on calc spelling context menu didn't pop upMarco Cecchetti
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-22sc: rowcol: tdf#50916 convert gridwinNoel Grandin
2019-09-10Fix typosAndrea Gelmini
2019-09-10Fix typosAndrea Gelmini
2019-08-13tdf#126848: sc pivot table popup: avoid flickerXisco Fauli
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-03-26weld ScPivotFilterDlgCaolán McNamara
2019-02-13Pointer is pointlessNoel Grandin
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-07use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-20get the ScDocument directly from the ScViewDataMarkus Mohrhard
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-07Fix typosAndrea Gelmini