summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelleng.cxx
AgeCommit message (Expand)Author
2024-07-18make ScRange single-arg constructor explicitNoel Grandin
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-06-17create getter for ScCellValue::mpEditTextNoel Grandin
2022-06-16make meType in ScCellValue privateNoel Grandin
2022-05-07tdf#107765: Use the correct sheet index.Kohei Yoshida
2022-05-07tdf#107765: Check the updated language and apply it to the cell.Kohei Yoshida
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-06remove Application::GetDefDialogParent call in editengCaolán McNamara
2020-10-20tdf#137594 prevent converting unallocated columns.Mark Hung
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara
2019-10-19sc: rowcol: tdf#50916 chip away at some more call sites.Michael Meeks
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-06-21reference childwins are all weldedCaolán McNamara
2019-06-21weld SpellDialogCaolán McNamara
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-02-16convert EESpellState to scoped enumNoel Grandin
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-03-31tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin