summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-23remove unused helpid in SfxShellNoel Grandin1-1/+0
2017-03-16sc lok: Edit annotation by idPranav Kant1-2/+4
2017-01-23use rtl::Reference in CellShell_ImplNoel Grandin1-8/+7
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-0/+2
2016-12-21convert EnumContext::Context to scoped enumNoel Grandin1-1/+1
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin1-1/+2
2016-11-11tdf#46200 Use the Scroll Lock key as a toggling lock key like ExcelAbhilash Singh1-2/+3
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-4/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-2/+2
2016-08-19loplugin:countusersofdefaultparams in scNoel Grandin1-1/+1
2016-08-19tdf#86083 Add group buttons for column and row operation.Gulsah Kose1-0/+2
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke1-8/+8
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 Rathke1-0/+11
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke1-1/+12
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke1-3/+3
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos1-2/+2
2016-06-08split AddRemoveListener into two methodsNoel Grandin1-2/+2