summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
AgeCommit message (Expand)Author
2020-07-21Revert "tdf#128502: Try to support multiple documents ...cp-6.2-20Andras Timar
2020-06-25tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2020-06-25Revert "tdf#128502: Try to support multiple documents in LibreOfficeKit-using...Tor Lillqvist
2020-06-24tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-11-02tdf#115317 Fix empty url representationPaul Trojahn
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-28loplugin:useuniqueptr pass ScDocument by unique_ptr in undo codeNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-24loplugin:useuniqueptr pass ScDocument by unique_ptr in the undo codeNoel Grandin
2018-08-24loplugin:useuniqueptr for ScOutlineTable in the undo codeNoel Grandin
2018-08-16Related tdf#118547: don't change protection symbol if nTab == TABLEID_DOCJulien Nabet
2018-08-15Related tdf#118547: Lock mark on protected sheet tabJulien Nabet
2018-07-09lok: sc: user input is lost when another user moves the related cellMarco Cecchetti
2018-07-06Related: tdf#118547 handle multi-sheet un-/protect, tdf#95880 follow-upEike Rathke
2018-07-06tdf#118547: Remove lock mark only if password is correctXisco Fauli
2018-06-26More Implicit intersection computationDennis Francis
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-04-18convert DelCellCmd to scoped enumNoel Grandin
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara
2018-02-03TypedWhichId in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-16lok: sc: header, cursor and selection overlays issues wrt autofilterMarco Cecchetti
2017-11-29lok - calc: outline and group handlingMarco Cecchetti
2017-11-23TypedWhichId create custom get methods in ScPatternAttrNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-11-20tdf#95880 Add a lock mark on protected sheet tab.Gulsah Kose
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-02lok - sc: invalidation of cached row/col positions on several casesMarco Cecchetti
2017-10-02lok: sc: overlays and edit view misplaced by other view actionsMarco Cecchetti
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-05sc: adjust block height only if neededDimitri Bouron
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-03rename SV_MAX_ANZ_STANDARD_FORMATE->SV_MAX_COUNT_STANDARD_FORMATSNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17ScAddress aPos is already available, use itEike Rathke
2017-07-17ScRange has a col,row,tab ctor, use it instead of a temporary ScAddressEike Rathke
2017-07-17Resolves: tdf#75650 reset boolean number format to General for new formulaEike Rathke
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara
2017-06-06coverity#1412032 ApplyPatternLines always passed non-null 2nd argCaolán McNamara