summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-08skip hidden rows/columns for spellchecking, tdf#99607Markus Mohrhard1-2/+22
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-4/+4
2016-10-01avoid coverity#1371264 Missing move assignment operatorCaolán McNamara1-3/+1
2016-09-29only date autofilter menus need the space for the tree expandersCaolán McNamara1-0/+1
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-6/+6
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-3/+3
2016-09-25handle the debug output earlierMarkus Mohrhard1-23/+25
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-01sc lok: implement SfxViewShell::NotifyCursor() APIMiklos Vajna1-5/+16
2016-08-24convert OverlayType to scoped enumNoel Grandin1-6/+6
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-4/+4
2016-08-11loplugin:constantparamNoel Grandin1-3/+3
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara1-0/+6
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-3/+3
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-3/+3
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-1/+1
2016-07-19sc lok: notify other views about selection changes of multiple cellsMiklos Vajna1-0/+2
2016-07-19sc: convert SC_DROP_* defines to typed flagsJochen Nitschke1-8/+8
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin1-15/+5
2016-07-01sc lok: add LOK_CALLBACK_CELL_VIEW_CURSORMiklos Vajna1-0/+3
2016-06-20tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara1-2/+12
2016-06-20ScFilterListBox::LoseFocus doesn't seem to have a purpose...Caolán McNamara1-6/+0
2016-06-19Related: tdf#99310 data validity cell range dropdown empty under windowsCaolán McNamara1-3/+0
2016-06-18uitest: add wrapper for calc's gridwindowMarkus Mohrhard1-0/+11
2016-06-18uitest: start annotating a few important non-ui calc windowsMarkus Mohrhard1-0/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-50/+15
2016-06-14sc: implement per-view LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-3/+15
2016-06-14sc: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-8/+32
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-1/+0
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-10/+7
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2016-04-05Resolves; tdf#87120 no keyboard navigation inside floating windowsCaolán McNamara1-8/+0
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-6/+9
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-23loplugin:constantparam in scNoel Grandin1-164/+51
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke1-8/+8
2016-02-28move the cell property dump code into dbgutil buildsMarkus Mohrhard1-29/+4
2016-02-28tdf#97667 Added a dump method for SfxItemSet in gridwin.cxxJaskaran1-0/+28
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke1-2/+2
2016-02-16sc lok: Handle left mouse button up events for tiled renderingPranav Kant1-0/+8
2016-02-16sc lok: Notify LibreOfficeKit of empty selectionPranav Kant1-0/+5
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-9/+9
2016-01-10Fix typosAndrea Gelmini1-1/+1
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+4
2015-12-22loplugin:unusedfields in scNoel Grandin1-2/+2
2015-12-17nConfigId is always 0Maxim Monastirsky1-1/+1
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-4/+8