summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-11/+11
2018-08-31pass ScDocument by ScDocumentUniquePtrNoel Grandin1-4/+4
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin1-5/+5
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin1-11/+11
2018-08-24loplugin:useuniqueptr in ScTransferObjNoel Grandin1-5/+5
2018-08-24split ScViewFunc::CopyToClip into two methodsNoel Grandin1-172/+188
2018-07-19Fix typosAndrea Gelmini1-1/+1
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-4/+4
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-6/+5
2018-06-25loplugin:useuniqueptr in ScDocumentNoel Grandin1-3/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-24tdf#117706 Multi-select copying rows between sheets brokenNoel Grandin1-13/+13
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-8/+10
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-8/+9
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-30/+27
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara1-1/+1
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara1-6/+9
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-4/+8
2018-01-15Revert "lok: sc: copy / paste confusion -- workaround"Marco Cecchetti1-22/+0
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro1-4/+2
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-2/+2
2017-11-13Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213Eike Rathke1-0/+4
2017-10-23loplugin:includeform: scStephan Bergmann1-31/+31
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara1-9/+9
2017-08-26loplugin:constparam in sc part7Noel Grandin1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-08loplugin:constantparamNoel Grandin1-4/+4
2017-07-27lok: sc: copy / paste confusion -- workaroundMarco Cecchetti1-0/+25
2017-06-26loplugin:oncevar in scNoel Grandin1-6/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-13/+8
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-2/+2
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-4/+12
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-3/+3
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-12/+12
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-2/+2
2016-09-10loplugin:constantparam in scNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-10/+10
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-4/+4
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-4/+4
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke1-1/+1
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke1-0/+3
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin1-4/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-3/+3
2016-03-23loplugin:constantparam in scNoel Grandin1-26/+18