summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin2.cxx
AgeCommit message (Expand)Author
2019-10-21lok: on calc spelling context menu didn't pop upMarco Cecchetti
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
2017-04-06tdf#39468 Translate German commentsJens Carl
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-27handle date autofilter entries correctly, tdf#106214Markus Mohrhard
2017-02-15don't need to include strload.hxxCaolán McNamara
2017-02-13base work to trigger pivot table filter popup with a callbackTomaž Vajngerl
2017-02-10unwind RID_POPUP_FILTER local resourceCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna
2016-04-30Fix typosAndrea Gelmini
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18Fix typosAndrea Gelmini
2015-07-19tdf#39468 translated german comments in gridview2.cxx and gridview3.cxxAlbert Thuswaldner
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-07sc tiled editing: Don't resize the gridwin to the entire document.Jan Holesovsky
2015-03-10ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl
2015-03-10clean-up ScGridWindowTomaž Vajngerl
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara