summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Related tdf#118547: Lock mark on protected sheet tabJulien Nabet1-0/+4
2018-07-08tdf#118547: Remove lock mark only if password is correct, tdf#95880 follow-upEike Rathke1-4/+9
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin1-11/+8
2017-11-23TypedWhichId for sc constantsNoel Grandin1-6/+7
2017-11-20tdf#95880 Add a lock mark on protected sheet tab.Gulsah Kose1-0/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-38/+38
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti1-0/+28
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti1-0/+97
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-09-05sc: adjust block height only if neededDimitri Bouron1-5/+9
2017-08-29loplugin:constparam in sc part8Noel Grandin1-5/+5
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+8
2017-07-17ScAddress aPos is already available, use itEike Rathke1-1/+1
2017-07-17ScRange has a col,row,tab ctor, use it instead of a temporary ScAddressEike Rathke1-1/+1
2017-07-17Resolves: tdf#75650 reset boolean number format to General for new formulaEike Rathke1-4/+22
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-3/+3
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara1-1/+1
2017-06-06coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara1-7/+5
2017-06-06pOldOuter etc couldn't be nullCaolán McNamara1-28/+22
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-2/+1
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti1-9/+15
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin1-2/+2
2017-05-06tdf#86001: Pass on the language info from the cell to the engine.Kohei Yoshida1-0/+4
2017-04-21LOK - Calc: changed the way header is updated on row/col insert/removeMarco Cecchetti1-2/+24
2017-04-06loplugin:useuniqueptrJan-Marek Glogowski1-2/+3
2017-04-06loplugin:useuniqueptr for ScViewFunc::InsertNameJan-Marek Glogowski1-6/+5
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
2017-03-23convert ScMatrixMode to scoped enumNoel Grandin1-2/+2
2017-03-23convert NAME constants to CreateNameFlags o3tl::typed_flags enumNoel Grandin1-9/+9
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-2/+2
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara1-1/+1
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin1-1/+1
2017-02-11tdf#95306: Be sure to specify the entire range.Kohei Yoshida1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-10-23sc lok: fix cell cursor when hide column/rowHenry Castro1-2/+24
2016-10-19loplugin:expandablemethodds in scNoel Grandin1-1/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-12/+12
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-4/+4
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-4/+4
2016-09-23convert formula error codes to scoped enumNoel Grandin1-6/+6
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+2
2016-09-01use IsStaticDefaultItem from poolitem.hxx instead of custom checksJochen Nitschke1-2/+2
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-9/+9
2016-08-11Resolves: tdf#96568 check SelectionFillDOOM() on EnterMatrix()Eike Rathke1-2/+4