summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2019-02-28fix "doc will be saved" dialog messageNoel Grandin1-1/+1
2018-09-17SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-08-17Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-1/+1
2018-07-04tdf#118308: Incorrect Paste Special dialog when ...Henry Castro1-16/+3
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro2-3/+34
2018-07-04sc: prefix members of ScDocShellHenry Castro7-706/+706
2018-07-04sc: release XTransferable2 when used with VBA compatibility helpersHenry Castro1-0/+48
2018-07-02Resolves: tdf#56910 detect a Space (blank) separator if not selectedEike Rathke1-10/+44
2018-06-20avoid race condition in DocumentLinkManager::getLinkManager()Luboš Luňák1-21/+29
2018-05-24reduce some unnecessary ScRangeList copyingNoel Grandin1-5/+4
2018-05-23tdf#117228: crash in SfxItemSet::GetItemState...Henry Castro1-0/+14
2018-05-19weld ScColRowLabelDlgCaolán McNamara1-1/+1
2018-05-16loplugin:constantparamNoel Grandin2-12/+5
2018-05-13Translate German commentsJohnny_M1-1/+1
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen13-64/+74
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-04-18tdf#42949 Remove unnecessary helpids.h from sc.hrcGabor Kelemen1-0/+1
2018-04-18convert DelCellCmd to scoped enumNoel Grandin2-39/+39
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-20/+20
2018-04-16weld SvxPostItDialogCaolán McNamara1-1/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-04-13loplugin:useuniqueptr in ScImportExportNoel Grandin1-6/+6
2018-04-11pass EditTextObject around using std::unique_ptrNoel Grandin1-0/+1
2018-04-10loplugin:useuniqueptr in DataStreamNoel Grandin1-33/+17
2018-04-10loplugin:useuniqueptr in DocShell_ImplNoel Grandin3-21/+10
2018-04-07weld ScLinkedAreaDlgCaolán McNamara1-3/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2-13/+13
2018-04-07tdf#89453 - Improve the wording of "Paste Special" optionsheiko tietze1-2/+2
2018-04-06weld linkeditdialogCaolán McNamara4-5/+6
2018-04-05set external data dialog as parent for password dialogs of loading docsCaolán McNamara1-12/+24
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin2-13/+13
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin3-10/+12
2018-03-27ofz#7121 NamedDBs::insert takes ownership of its argumentCaolán McNamara1-1/+0
2018-03-27loplugin:useuniqueptr in ScDrawLayerNoel Grandin1-33/+19
2018-03-22loplugin:useuniqueptr in ScDocumentNoel Grandin3-9/+9
2018-03-20drop unnecessary includesCaolán McNamara2-2/+0
2018-03-18unify the message dialogs with extra widgets casesCaolán McNamara1-37/+23
2018-03-13SDI: don't #define/#undef names of actual classes for slot headersMike Kaganski1-1/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin8-34/+30
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara2-2/+2
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-22/+5
2018-03-05weld SfxPasswordDialog DialogCaolán McNamara1-11/+9
2018-02-28Translate German comments and debug stringsJohnny_M1-2/+2
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara1-6/+8
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara3-33/+54
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-10/+14
2018-02-26convert corner case warningboxes with checkboxesCaolán McNamara2-8/+25
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara5-37/+77
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara9-43/+84
2018-02-22weld native message dialogsCaolán McNamara2-6/+10