summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin2-3/+3
2016-08-23convert SdrIterMode to scoped enumNoel Grandin6-10/+10
2016-08-22convert SdrHintKind to scoped enumNoel Grandin2-2/+2
2016-08-22convert SdrHitKind to scoped enumNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara5-34/+34
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin12-20/+20
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-08-19tdf#86083 Add group buttons for column and row operation.Gulsah Kose1-0/+2
2016-08-19convert SdrDragMode to scoped enumNoel Grandin1-1/+1
2016-08-19convert SdrEventKind to scoped enumNoel Grandin1-1/+1
2016-08-18screenshots: dialog doesn't even have a help buttonKatarina Behrens1-2/+1
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-6/+6
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin1-3/+3
2016-08-16tdf#30456 Enable to empty or not merged cellsLaurent Balland-Poirier1-7/+21
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier1-1/+3
2016-08-15-fsanitize=vptrStephan Bergmann1-4/+4
2016-08-12check SelectionForbidsCellFill() on EnterBlock()Eike Rathke1-0/+6
2016-08-11Resolves: tdf#96568 check SelectionFillDOOM() on EnterMatrix()Eike Rathke1-2/+4
2016-08-11loplugin:constantparamNoel Grandin1-3/+3
2016-08-08Resolves: tdf#92530 put the rest of missing validity tips into the other gridsCaolán McNamara1-17/+39
2016-08-08Related: tdf#92530 turn the HintWindow into an OverlayCaolán McNamara4-100/+80
2016-08-08refactor in terms of a OverlayObjectCaolán McNamara1-31/+75
2016-08-08Reimplement ScHintWindow::Paint using drawinglayer primitivesCaolán McNamara1-30/+93
2016-08-08workaround missing SetSelectedSheet call for print preview, tdf#99333Markus Mohrhard1-0/+6
2016-08-03Resolves: tdf#100123 prefer notation priority in detecting range/addressCaolán McNamara1-43/+91
2016-08-03unused slot argumentCaolán McNamara1-4/+4
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
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 Vajna12-20/+26
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna12-20/+20
2016-07-29sc lok: add parameters for column/row resizeHenry Castro1-2/+29
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke4-11/+11
2016-07-29limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke1-5/+10
2016-07-29disallow Random Number when entire sheet is selected, tdf#60056 relatedEike Rathke1-0/+2
2016-07-29Resolves: tdf#60056 disallow Fill when entire sheet is selectedEike Rathke2-0/+17
2016-07-29move range detection to ScViewData::SelectionFillDOOM()Eike Rathke1-5/+10
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke3-1/+27
2016-07-28display the SearchAll() and ReplaceAll() results for notes, tdf#65334 relatedEike Rathke1-1/+2
2016-07-26this can be a ScopedVclPtrInstanceCaolán McNamara1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara6-8/+8
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke5-13/+13
2016-07-25sc: implement LOK_CALLBACK_VIEW_LOCKMiklos Vajna1-0/+20
2016-07-22tdf#90943 Don't ask to move cells if they are emptyLaurent Balland-Poirier1-3/+9
2016-07-22sc: provide size in the payload of LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-1/+6
2016-07-20sc: remove CHAR_CR defineJochen Nitschke2-3/+3
2016-07-19sc lok: notify other views about selection changes of multiple cellsMiklos Vajna1-0/+2
2016-07-19sfx2 lok: expose part number in SfxLokHelper::notifyOtherViews()Miklos Vajna1-0/+5
2016-07-19sc: convert SC_DROP_* defines to typed flagsJochen Nitschke2-11/+11
2016-07-15lok::Document::destroyView: clean up view cursors/selectionsMiklos Vajna1-0/+8
2016-07-13loplugin:singlevalfields in sc(part1)Noel Grandin2-17/+6