summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
AgeCommit message (Expand)Author
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin
2023-06-06convert ColorConfig to officecfg where possibleNoel Grandin
2023-06-02Add Calc view separation for tiled renderingParis Oplopoios
2023-05-30use more TypedWhichInfoNoel Grandin
2023-05-26replace find_if by none_ofDr. David Alan Gilbert
2023-03-30sc drawstyles: Enable the UIMaxim Monastirsky
2022-10-06use more string_view in scNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18loplugin:moveitNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-04-08lok: avoid validation-dialog yield when savingDennis Francis
2022-03-01use SfxItemSet::GetItemIfSet in sc/source/ui/Noel Grandin
2022-02-18lok: deglobalize SetDragObjectSzymon Kłos
2021-12-29lok: fix formula mode after reference dialog was usedSzymon Kłos
2021-11-29tdf#144308: don't cache DoAutoComplete/AutoInput in ScInputHandlerMike Kaganski
2021-11-29tdf#132145: Synchronize ScAppCfg with configurationMike Kaganski
2021-11-28Refactor ScInputCfg a littleMike Kaganski
2021-11-28tdf#132145: Synchronize ScPrintCfg with configurationMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-10-07use SfxItemSetFixed in scNoel Grandin
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin
2021-01-10static_cast after dynamic_castNoel Grandin
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-18tdf#34686 calc: add option to disable paste with enter keyMartin van Zijl
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis
2020-10-13static_cast after dynamic_castNoel
2020-10-10cid#1467974 Dereference before null checkCaolán McNamara
2020-10-09Added optional parameter Enabled for uno:SpellOnlineMert Tumer
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-04-29weld SfxTemplatePanelControlCaolán McNamara
2019-12-20loplugin:duplicate-definesNoel Grandin
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara
2019-10-23sc: rowcol: tdf#50916 convert appNoel Grandin
2019-10-03merge msgbox and stdtextCaolán McNamara
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-26Allow dialogs to create multiple instances in OnlineSzymon Kłos
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-09-24Keep reference mode if only one dialog closedSzymon Kłos
2019-09-24Formula editing when switching tabsSzymon Kłos