summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshf.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-22weld native message dialogsCaolán McNamara1-3/+5
2018-01-14tdf#114992: fix crash in deleting sheetJulien Nabet1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-19/+19
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-08-23convert message box style bits to scoped enumNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-07-14use more OUString::operator== in scNoel Grandin1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-5/+5
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin1-2/+2
2017-04-07out-of-bounds tab access when deleting second last sheetEike Rathke1-2/+2
2017-01-03tdf#87111 Warn about data loss when deleting source data of pivot tableAbhilash Singh1-6/+41
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-5/+5
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin1-1/+1
2016-08-18screenshots: dialog doesn't even have a help buttonKatarina Behrens1-2/+1
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-2/+0
2016-01-21sc lok: Implement unit test for .uno:{Insert,Name,Remove} for sheets.Jan Holesovsky1-4/+16
2016-01-21sc lok: Fix .uno:Remove (removing sheets) to accept a parameter.Jan Holesovsky1-21/+44
2016-01-13sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-01-13sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky1-3/+9
2016-01-13Revert "sc: Make .uno:Insert (inserting a new sheet) always succeed."Michael Stahl1-9/+3
2016-01-13Revert "sc: Further .uno:Insert (inserting a new sheet) tweak."Michael Stahl1-4/+2
2016-01-13sc: Further .uno:Insert (inserting a new sheet) tweak.Jan Holesovsky1-2/+4
2016-01-13sc: Make .uno:Insert (inserting a new sheet) always succeed.Jan Holesovsky1-3/+9
2015-12-24Kill useless headerMaxim Monastirsky1-2/+1