summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-09Move is*Locked methods to object shellSamuel Mehrbrodt1-2/+2
2020-03-12tdf#95854 Same shortcut for insert and edit commentMaxim Monastirsky1-4/+1
2020-03-11tdf#125440 Allow raising text import dialog for pasteSamuel Mehrbrodt1-0/+3
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara1-1/+1
2019-10-22sc: rowcol: tdf#50916 convert cellshNoel Grandin1-5/+5
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-0/+3
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-6/+0
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-21weld SpellDialogCaolán McNamara1-2/+2
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-1/+1
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-03-04Fix typo: KATAGANA -> KATAKANATakeshi Abe1-1/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-4/+3
2018-11-16Related: tdf#83128 translate word/char counts as separate n_gettext argsCaolán McNamara1-2/+3
2018-11-15tdf#107240 tdf#120432 Disable time/date entries in read-only/protected modeXisco Fauli1-0/+9
2018-11-11Resolves: tdf#83128 translate row/col counts as separate n_gettext argsCaolán McNamara1-3/+7
2018-11-07loplugin:collapseif in scNoel Grandin1-5/+2
2018-10-24ScDoubleItem is deadNoel Grandin1-8/+0
2018-10-22tdf#120410: Disable insert/delete row/page break if sheet is protectedXisco Fauli1-4/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-06-27tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-18/+7
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-6/+18
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+4
2018-04-17tdf#116821 Keep row/column buttons enabled even when insert impossibleMaxim Monastirsky1-2/+0
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski1-2/+2
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-01-26[Pardus] tdf#87357 Add contextual Conditional Format command.Gulsah Kose1-0/+18
2018-01-25[Pardus] tdf#108989 Add contextual manage names command.Gulsah Kose1-0/+13
2018-01-24[Pardus] tdf#108989 Add contextual validity command.Gulsah Kose1-1/+5
2017-12-23Revert "unused SID commands in sc"Noel Grandin1-0/+52
2017-12-21unused SID commands in scNoel Grandin1-52/+0
2017-12-08sc lok: 1 view has 1 clipboard to transfer dataHenry Castro1-28/+5
2017-11-21Introduce and use ScCellShell::HasClipboardFormat(), tdf#50746 follow-upEike Rathke1-0/+7
2017-11-19tdf#50746 Make "paste unformatted text" work for CalcSerge Krot1-0/+4
2017-11-13Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213Eike Rathke1-0/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-20/+20
2017-07-27lok: sc: copy / paste confusion -- workaroundMarco Cecchetti1-0/+23
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-31disambiguate dual use of toolbar idsCaolán McNamara1-1/+1
2017-05-17tdf#43535: support additional sheet protection options.Kohei Yoshida1-0/+26
2017-05-11tdf#107258 Create show/hide all comments toggle button.Gulsah Kose1-0/+26
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-8/+1
2017-04-20tdf#107143 Add delete all comments command.Gulsah Kose1-0/+1
2017-04-18use auto const& over ScMarkData::GetSelectedTabs()Eike Rathke1-7/+4
2017-04-11nitpicks, tdf#84837 follow-upEike Rathke1-9/+3
2017-04-11tdf#84837 Add Show/Hide all comments commands to Calc.Gulsah Kose1-0/+27