summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-3/+3
2020-03-06lok: on calc spelling context menu didn't pop upMarco Cecchetti1-10/+16
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-3/+3
2019-10-22sc: rowcol: tdf#50916 convert gridwinNoel Grandin1-7/+7
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-09-10Fix typosAndrea Gelmini1-1/+1
2019-08-13tdf#126848: sc pivot table popup: avoid flickerXisco Fauli1-0/+6
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-3/+0
2019-03-26weld ScPivotFilterDlgCaolán McNamara1-1/+1
2019-02-13Pointer is pointlessNoel Grandin1-1/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-9/+7
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-1/+1
2018-10-15loplugin:constfields in scNoel Grandin1-3/+3
2018-10-07use more std::unique_ptr in ScCheckListMenuWindowNoel Grandin1-1/+1
2018-09-17cppcheck: variableScope in scJochen Nitschke1-2/+1
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-2/+0
2018-05-21loplugin:unusedfields in scNoel Grandin1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+3
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-22/+22
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+2
2017-08-20get the ScDocument directly from the ScViewDataMarkus Mohrhard1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-6/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-10/+10
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-07Fix typosAndrea Gelmini1-1/+1
2017-04-06tdf#39468 Translate German commentsJens Carl1-2/+2
2017-04-03use actual UNO enums in scNoel Grandin1-5/+6
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-27handle date autofilter entries correctly, tdf#106214Markus Mohrhard1-7/+7
2017-02-15don't need to include strload.hxxCaolán McNamara1-1/+0
2017-02-13base work to trigger pivot table filter popup with a callbackTomaž Vajngerl1-13/+29
2017-02-10unwind RID_POPUP_FILTER local resourceCaolán McNamara1-4/+3
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-3/+2
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-4/+4
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-03-23loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-3/+3
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-1/+2
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2