summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshf.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-29tdf#159847 Fix "Duplicate Sheet" when two files have the same nameRafael Lima1-2/+2
2024-01-29make append/rename table dialog asyncNoel Grandin1-37/+60
2024-01-29make set-tab-bg-col dialog asyncNoel Grandin1-41/+68
2024-01-28cid#1588088 COPY_INSTEAD_OF_MOVECaolán McNamara1-8/+8
2024-01-25split out set-bg-col logic from ScTabViewShell::ExecuteTableNoel Grandin1-103/+111
2024-01-25split out append and rename table logic from ScTabViewShell::ExecuteTableNoel Grandin1-120/+129
2024-01-24make move table dialog asyncNoel Grandin1-30/+50
2024-01-24make insert table dialog asyncNoel Grandin1-75/+92
2024-01-24split out move and insert table logic from ScTabViewShell::ExecuteTableNoel Grandin1-380/+397
2024-01-23make the macro assign dialog asyncNoel Grandin1-5/+8
2024-01-23sc: make inactive sheets movable and copyableBayram Çiçek1-25/+135
2023-12-22cid#1546500 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+4
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-02-27Fix typoAndrea Gelmini1-1/+1
2023-02-27tdf#153709 Adapt message for Delete SheetLaurent Balland1-16/+55
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima1-0/+43
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen1-1/+0
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze1-1/+8
2021-12-04use more OUStringLiteral in scNoel Grandin1-4/+4
2021-10-16Simplify vector initialization in scJulien Nabet1-2/+1
2021-07-27drop SvtLanguageOptions classNoel Grandin1-2/+2
2021-06-01tdf#126540 sc: toggling grid lines sets document as modifiedAttila Szűcs1-0/+2
2020-11-26added new parameter in uno:MovePranam Lashkari1-2/+9
2020-10-12Online: Hide right clicked sheet.gokaysatir1-1/+19
2020-09-30loplugin:reducevarscope in scNoel1-2/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-49/+49
2019-12-22sal_Char->char in scNoel Grandin1-1/+1
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen1-3/+0
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-05-12drop intermediate vcl::WindowCaolán McNamara1-6/+4
2019-04-17loplugin:sequentialassign in scNoel Grandin1-4/+2
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen1-0/+1
2019-03-03weld SvxMacroAssignDlgCaolán McNamara1-1/+1
2018-12-25Simplify containers iterations in sc/source/ui/{view,xmlsource}Arkadiy Illarionov1-14/+11
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-21/+22
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-6/+3
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin1-9/+0
2018-05-28weld ScTabBgColorDlgCaolán McNamara1-1/+1
2018-05-18weld ScInsertTableDlgCaolán McNamara1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+4
2018-05-01weld ScMoveTableDlgCaolán McNamara1-1/+1
2018-05-01weld ScShowTabDlgCaolán McNamara1-5/+5
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-0/+1
2018-03-12lokdialog: convert the show sheet dialog to async execHenry Castro1-11/+17
2018-03-01weld ScStringInputDlg to native dialogCaolán McNamara1-2/+2
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-9/+14