summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun3.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-18uitest: Fix Jenkins errors while buildingAhmed ElShreif1-1/+1
2019-07-21Log more Events:Ahmed ElShreif1-2/+31
2019-06-21reference childwins are all weldedCaolán McNamara1-4/+4
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov1-1/+1
2019-05-12weld ScDataFormDlgCaolán McNamara1-3/+3
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-8/+4
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-02-09loplugin:indentation in scNoel Grandin1-2/+0
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-6/+5
2019-01-24loplugin:constparams in scNoel Grandin1-1/+1
2019-01-16use unique_ptr in scNoel Grandin1-9/+9
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-12/+9
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-1/+1
2018-10-21tdf#120703 (PVS): redundant nullptr checksMike Kaganski1-15/+11
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-9/+9
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