summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-04tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-1/+1
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-1/+1
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-1/+1
2018-05-22Revert "lokdialog: Give non-programmatic name to autofilter"Jan Holesovsky1-3/+0
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-3/+3
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-0/+1
2018-04-18convert DelCellCmd to scoped enumNoel Grandin1-7/+7
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-2/+2
2018-04-03lok - sc: validity list drop down button callbackMarco Cecchetti1-2/+33
2018-04-03lok - sc: set a min width for valid list windowMarco Cecchetti1-0/+5
2018-04-03lok - sc - list validationMarco Cecchetti1-47/+61
2018-03-28use boost::optional in sc and svgioNoel Grandin1-3/+2
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-7/+7
2018-02-27lok: All mouse,key events asyncPranav Kant1-0/+15
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-3/+3
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-1/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-38/+38
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-62/+62
2018-02-03TypedWhichId in scNoel Grandin1-7/+4
2018-01-26tdf#98931 Add option to sort boundary image-only columnsSamuel Mehrbrodt1-0/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-6/+6
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin1-1/+1
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti1-0/+3
2017-12-16lok: sc: append the col, row position to the cell cursor messageMarco Cecchetti1-5/+9
2017-12-15lokdialog: Give non-programmatic name to autofilterPranav Kant1-0/+3
2017-12-07loplugin:constparamsNoel Grandin1-2/+2
2017-12-04lokdialog: sc: Guard autofilter popup's LOK notificationPranav Kant1-1/+2
2017-11-29lok - calc: outline and group handlingMarco Cecchetti1-1/+11
2017-11-29lokdialog: Make the Autofilter popup notify about its creation.Jan Holesovsky1-0/+1
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-13/+10
2017-11-22There appears to be no reason to ignore macros in these parts of...Stephan Bergmann1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-11-13Resolves: tdf#113571 paste-special "Unformatted text [TSV-Calc]", tdf#32213Eike Rathke1-0/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-5/+5
2017-10-23loplugin:includeform: scStephan Bergmann1-67/+67
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-10-02lok - sc: make computation of cell cursor position fasterMarco Cecchetti1-0/+7
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin1-2/+2
2017-09-24tdf#112388 make aComboButton release its ScGridWindow outputdeviceCaolán McNamara1-0/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-2/+2
2017-09-14improve redundantcast lopluginNoel Grandin1-2/+2
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-1/+1
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-12/+12
2017-09-08sc-perf: do not add a million empty filter entries just to sort and discardEike Rathke1-6/+5
2017-08-26loplugin:constparam in sc part7Noel Grandin1-4/+4
2017-08-20get the ScDocument directly from the ScViewDataMarkus Mohrhard1-2/+1
2017-08-13tdf#110988 Middle click does not paste primary selectionNoel Grandin1-1/+10
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-10tdf#107797 UpdateAutoFilter handle more entriesTamas Bunth1-6/+4